mineru开源项目支持直接解析url吗 #4547
Unanswered
Sleep-Enough
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @Sleep-Enough! I'm Dosu and I’m helping the MinerU team. MinerU 开源版本目前不支持直接解析 URL。CLI 的 解决方法: 需要先将 PDF 文件下载到本地,然后再使用 MinerU 进行解析。例如: # 1. 先下载文件
wget https://example.com/file.pdf -O /path/to/file.pdf
# 2. 再用 MinerU 解析
mineru -p /path/to/file.pdf -o /output/dir虽然代码中存在 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
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.
-
mineru开源支持输入为url进行解析吗
Beta Was this translation helpful? Give feedback.
All reactions