-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels