目录 / MinerU-Markdown-Converter
MinerU-Markdown-Converter
# MinerU Document to Markdown 将多种常见文档一键转换为 Markdown,依托 [MinerU](https://mineru.net) API 提供高精度识别能力。 可搭配[skill](https://github.com/AvatarGanymede/MinerU-MCP/blob/main/.claude/skills/mineru-convert/SKILL.md)使用 ## 支持格式 PDF · Word (.doc, .docx) · PowerPoint (.ppt, .pptx) · 图片 (.png, .jpg, .jpeg) · HTML ## 功能 - 公式、表格、OCR 自动识别 - 根据文件类型自动选择模型和参数 - 大文件自动拆分(>200MB / >600 页) ## 配置 使用前请到 [MinerU 控制台](https://mineru.net/apiManage/token) 申请 API Key,并在连接时填写。 # MinerU Document to Markdown Convert common document types to Markdown using the [MinerU](https://mineru.net) API for accurate parsing and layout preservation. use it with [skill](https://github.com/AvatarGanymede/MinerU-MCP/blob/main/.claude/skills/mineru-convert/SKILL.md). ## Supported formats PDF · Word (.doc, .docx) · PowerPoint (.ppt, .pptx) · Images (.png, .jpg, .jpeg) · HTML ## Features - Formula, table, and OCR recognition - Automatic model and parameter selection based on file type - Large file splitting for PDFs (>200MB or >600 pages) ## Setup Obtain an API key from the [MinerU dashboard](https://mineru.net/apiManage/token) and enter it when connecting.
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://mineru-markdown-converter--beilin.run.tools
{
"mcpServers": {
"MinerU-Markdown-Converter": {
"url": "https://mineru-markdown-converter--beilin.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| create_parse_task | Create a document parsing task on MinerU API. Purpose: Submit a document URL for async conversion. Returns task_id for tracking. Constraints: Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML only. Side effect: Calls MinerU API. |
| get_task_status | Check the status of a document parsing task. Purpose: Poll task progress and get download URL when done. Provide task_id (URL) or batch_id (file upload). Returns state and full_zip_url. Side effect: Read-only API call. |
| download_result | Get the download URL for a completed parsing result. After calling, download with curl to ./temp/ and unzip: curl -L -o ./temp/<name>.zip "<zip_url>" --retry 3 -f -s -S && unzip -o ./temp/<name>.zip -d ./temp/<name>. |
| convert_to_markdown | One-step document conversion. Purpose: Submit URL, poll until done, return download link. Constraints: Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML. Auto-configures model and OCR. Side effect: Creates task and polls MinerU API. Use for quick conversion. |
| convert_pdf_to_markdown | Alias for convert_to_markdown. Same one-step workflow for Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。