HuanLinOTO/dsh-plugin-mineru4

@huanlin/dsh-plugin-mineru

DSH plugin exposing MinerU document parsing tools to the model, with a web UI settings page for the API base URL.

AI Analysis

为 Agent 赋能专业的 PDF 及多格式文档解析能力。适合需要处理复杂排版、公式或扫描件文档,并拥有自托管 MinerU 服务的用户。

Package
@huanlin/dsh-plugin-mineru
Version
0.2.0
License
NOASSERTION
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-mineru

配置

在 DSH GUI 设置页或 cordis.patch.yml 中配置:

字段类型默认值说明
baseURLstring(必填)MinerU API 地址,如 http://your-mineru-host:18000
apiKeyEnvcredential-refMINERU_API_KEYAPI key 的环境变量名 / 凭据引用。测试实例无需鉴权。
defaultBackendenumpipelinepipeline / vlm-engine / hybrid-engine / vlm-http-client / hybrid-http-client
defaultParseMethodenumautoauto / txt / ocr
defaultLangstringchpipeline 后端的语言代码
pollIntervalMsnumber2000异步状态轮询间隔
pollTimeoutMsnumber600000mineru_parse_document 最大轮询时长(10 分钟)
requestTimeoutMsnumber60000单次 HTTP 请求超时
maxMdOutputCharsnumber200000内联返回给模型的 markdown 字符上限;超出时完整内容存到临时文件