图片路径太长导致加载失败
#5154
Replies: 1 comment
-
|
这是 Windows MAX_PATH 260 字符限制导致的问题。MinerU 的输出目录结构会将 PDF 文件名作为子目录名的一部分,目前没有内置配置项来自定义或缩短这个命名方案 [1]。 维护者建议的解决方案 [2]:
虽然您已经启用了 Windows 长路径支持,但部分客户端(如 Typora 等 Markdown 渲染器)在解析相对路径时并不支持 UNC 前缀( To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
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.
-
如题,原pdf包含论文全名,解析后图片路径太长,导致客户端里图片无法显示,有没有什么优雅的解决方案?本地images里确定有图片文件,已经启动了Windows长路径,只能控制原始文件名长度吗?

比如我这个的路径:C:\Users\hu\MinerU\2025_Zhou_Investigation_of_the_polarized_reflective_properties_of_whitecap-covered_regions_based_on_vector_radiative_transfer_model.pdf-44070a8e-cc1d-46a6-9129-6bc299df92c7
Beta Was this translation helpful? Give feedback.
All reactions