markitdown
markitdown copied to clipboard
DOCX 中的图片在转换为 Markdown 时不显示图片内容
+1
just use pandoc instead
Add the keep_data_uris parameter and set it to True
添加 keep_data_uris 参数并将其设置为 True
如何设置有没有具体方法,没有找到这个参数设置
result = md.convert('xxx.docx', keep_data_uris=True) 这样可以输出图片完整base64编码。