Replies: 1 comment 1 reply
-
|
layout差异是因为线上版本更新没有开源的快,通常有一个月左右滞后。另外线上是继续json结果拼接出来的,而不是直出的md,所以会有展示差异。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
同一个pdf文件,用如下命令
mineru -b vlm-http-client -u http://uat-gpu:30001 -p data/bad_case/minerU_血压缺失.pdf -o results/minerU32_cli/layout切割不一样。
服务端是vllm 0.16.1 + MinerU2.5-Pro-2605-1.2B
minerU_血压缺失.pdf
线上的layout:

线下的layout:

另外,线上的
Chart data Chart parsing is a Beta feature. Accuracy is continuously improving — please verify the data yourself.效果,对应什么样的提示词调用远程的vlm ?因为线上对血压切割出来的图片的解析结果是

而我使用
--image-analysis true解析后的结果是Beta Was this translation helpful? Give feedback.
All reactions