api 只支持返回压缩包链接?
#4348
Replies: 1 comment 5 replies
-
|
Hi @Bin1783! I'm Dosu and I’m helping the MinerU team. 官方 API 支持返回解析后的文件,但具体方式取决于你用的是哪个接口和参数设置:
目前批量接口不支持直接返回解析后的文件内容,只能通过下载 zip 包获取。如果你需要直接拿到解析内容,建议用 /file_parse 接口并设置合适参数。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
5 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.
-
{
"code": 0,
"msg": "ok",
"trace_id": "9d89f1a259d946ac4df03614a9c72c3b",
"data": {
"task_id": "fce43241-6ed2-4207-9a7e-606245ee7dd6",
"state": "done",
"err_msg": "",
"full_zip_url": "https://cdn-mineru.openxlab.org.cn/pdf/2026-01-12/fce43241-6ed2-4207-9a7e-606245ee7dd6.zip"
}
} 官方api 不支持返回解析后的文件吗
Beta Was this translation helpful? Give feedback.
All reactions