Image Data Not Converting Properly in MarkItDown #330
Unanswered
jay-verneek
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I have the same question, waiting for the answer |
Beta Was this translation helpful? Give feedback.
1 reply
-
或许你应该尝试阅读一下文档,keep_data_uris=True这个参数的配置应该能解决你的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
open the following file: At line 76, update the function name: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Image Data Not Converting in MarkItDown
I'm trying to convert a DOCX file containing images to Markdown format. However, the image conversion is not working as expected.
Current Behavior
When converting a DOCX with images, the output shows incomplete base64 encoded image data:
Questions
Commands used
markitdown test3.docx > document.md
test3.docx
document.md
Beta Was this translation helpful? Give feedback.
All reactions