-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeEncodeError: 'gbk' codec can't encode character '\u2022' in position 1195: illegal multibyte sequence #198
Comments
Similar issues with me: On another document: |
I encountered the same problem too. |
I encounter the same problem too meidi2023.pdf |
I think it was fixed in PR #116 |
still not working..same issue. UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 921: illegal multibyte sequence |
Traceback (most recent call last):
File "D:\Program\AnacondaEnv\markitdown_env\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "D:\Program\AnacondaEnv\markitdown_env\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\Program\AnacondaEnv\markitdown_env\Scripts\markitdown.exe_main.py", line 7, in
File "D:\Program\AnacondaEnv\markitdown_env\lib\site-packages\markitdown_main.py", line 43, in main
print(result.text_content)
UnicodeEncodeError: 'gbk' codec can't encode character '\u2022' in position 1195: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: