You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Python API to convert some German documents, and I narrowed down the problem in my conversion to MarkItDown.
md = MarkItDown()
result = md.convert(file_name)
markdown_text = result.text_content
Before the conversion the document in "file_name" contains: ...für künstliche Intelligenz und zur Änderung...
After the conversion markdown_text contains: ...fΟΦr kΟΦnstliche Intelligenz und zur Ο³nderung...
Any help with that?
Preferably, the solution should not change the output when converting English text, only German (potentially other languages? did not test...)
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using the Python API to convert some German documents, and I narrowed down the problem in my conversion to MarkItDown.
Before the conversion the document in "file_name" contains:
...für künstliche Intelligenz und zur Änderung...
After the conversion markdown_text contains:
...fΟΦr kΟΦnstliche Intelligenz und zur Ο³nderung...
Any help with that?
Preferably, the solution should not change the output when converting English text, only German (potentially other languages? did not test...)
Thanks!
The text was updated successfully, but these errors were encountered: