Image Data Not Converting Properly in MarkItDown #330
Replies: 4 comments 1 reply
-
|
I have the same question, waiting for the answer |
Beta Was this translation helpful? Give feedback.
-
|
或许你应该尝试阅读一下文档,keep_data_uris=True这个参数的配置应该能解决你的问题 |
Beta Was this translation helpful? Give feedback.
-
|
open the following file: At line 76, update the function name: |
Beta Was this translation helpful? Give feedback.
-
|
Problem: Questions: Can MarkItDown convert images from DOCX to Markdown? Command used: markitdown test3.docx > document.md Files mentioned: test3.docx |
Beta Was this translation helpful? Give feedback.
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.mdtest3.docx
document.md
Beta Was this translation helpful? Give feedback.
All reactions