markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

含有图片的Word文档转换不成功

Open yihufree opened this issue 9 months ago • 5 comments

对于含有图片的WORD文档,转换后文档内无图片。

Image

yihufree avatar Mar 18 '25 08:03 yihufree

MarkitDown 可以加入支持图片的解析,将它转换为 base64(可能会很长)或者将图片提取,在 output 文件夹内保留图片,并在 md 文件内使用 URL 指向图片文件

iMallpa avatar Mar 21 '25 14:03 iMallpa

#1140 已经支持传递参数keep_data_uri保留图片信息

It has supported passing parameters keep_data_uri to preserve image information

@afourney

BetterAndBetterII avatar Mar 23 '25 14:03 BetterAndBetterII

#1140 已经支持传递参数keep_data_uri保留图片信息

It has supported passing parameters keep_data_uri to preserve image information已支持传递参数 keep_data_uri 保存图片信息

@afourney

base64太长了,能不能将图片保存到相对路径以url访问呢

syks0121 avatar Mar 26 '25 03:03 syks0121

能不能将图片上传到配置的图床,再以url嵌入到文本内呢?

sunnysihao avatar Mar 27 '25 03:03 sunnysihao

It would be nice if the images could be automatically generated and placed in a folder, where the markdown file can reference them using appropriate paths.

FrankFromSmartMan avatar Apr 21 '25 07:04 FrankFromSmartMan