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