with one click
mineru
使用 MinerU 将 PDF 等文档转换为 Markdown/JSON 格式,支持表格、公式、图片提取,109 种语言 OCR。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用 MinerU 将 PDF 等文档转换为 Markdown/JSON 格式,支持表格、公式、图片提取,109 种语言 OCR。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
火山引擎语音识别 - 将音频/视频转文字,支持长音频分段识别。
Use when publishing an Obsidian plugin to the community plugin store, creating GitHub Releases for Obsidian plugins, or submitting PRs to obsidianmd/obsidian-releases
一键部署静态网站到 Vercel 和 Cloudflare Pages。支持 HTML/React/Vue 等任意静态项目。
将 Expo/React Native 项目通过 EAS Build 构建 iOS 包并提交到 TestFlight。支持从零配置 EAS、构建、提交全流程。
综合画图工具 - AI 生图 (Nanobanana/Gemini) + 图片后处理(拼接/抠图/圆形裁剪/合成)。支持中英文自然语言画图。
统一搜索与抓取能力层 - 整合所有外部信息获取接口(搜索、抓取、下载)
| name | mineru |
| description | 使用 MinerU 将 PDF 等文档转换为 Markdown/JSON 格式,支持表格、公式、图片提取,109 种语言 OCR。 |
将 PDF 等复杂文档转换为 LLM 可读的 Markdown/JSON 格式。
精度最高,无需本地 GPU
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf --api
# Mac (CPU)
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf -b pipeline
# 有 GPU
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf -b hybrid-auto-engine
| 参数 | 说明 | 默认值 |
|---|---|---|
--api | 使用官方云 API | 否 |
-o / --output | 输出目录 | ./mineru_output |
-b / --backend | 本地后端 | 自动选择 |
-l / --lang | OCR 语言 | ch |
--token | 自定义 API Token | 内置 |
| 后端 | OmniDocBench 精度 | 环境要求 |
|---|---|---|
| 云 API (VLM) | 90+ | 无 |
vlm-auto-engine | 90+ | 强 GPU |
hybrid-auto-engine | 90+ | GPU |
pipeline | 82+ | CPU 可用 |
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf --api
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf -b pipeline
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf -b pipeline -l en
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf -o ./output --api
转换后在输出目录生成:
*.md - Markdown 格式内容images/ - 提取的图片*_content_list.json - 结构化 JSON 数据内置 Token 有每日配额限制。如需更多配额,可在 mineru.net 申请自己的 Token:
python3 ~/.claude/skills/mineru/scripts/convert.py document.pdf --api --token YOUR_TOKEN
-b pipeline