📄
DataPython

MinerU PDF Parser

by staruhub

MinerU PDF Parser is a Data skill for Claude Code, published by staruhub in ClaudeSkills.

700 stars130 forkson staruhub/ClaudeSkillsAdded 2026/08/23+1% in starsRepository updated 2026/08/13
agent-skillsai-agentsclaudeclaude-codeclaude-skillsdeep-research
Install in seconds
Install MinerU PDF Parser
Copy MinerU PDF Parser into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/staruhub/ClaudeSkills/tree/main/skills/Geek-skills-mineru-pdf-parser ~/.claude/skills/Geek-skills-mineru-pdf-parser

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/staruhub/ClaudeSkills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/Geek-skills-mineru-pdf-parser/SKILL.md in staruhub/ClaudeSkills
Installs to
~/.claude/skills/Geek-skills-mineru-pdf-parser
Collection
One of 20 skills cataloged from this repository
Category
Data668 skills

What MinerU PDF Parser does

MinerU PDF Parser converts complex PDF documents into LLM-friendly Markdown or JSON. Use it to extract text, tables, equations, images, and structured sections for academic papers, technical docs, reports, and RAG pipelines.

MinerU PDF Parser is cataloged under Data on DirSkills. MinerU PDF Parser comes from a repository tagged agent-skills, ai-agents, claude, claude-code and claude-skills.

Documentation

README

MinerU PDF Parser

将复杂PDF文档转换为机器可读的Markdown/JSON格式,适用于LLM和RAG应用。

安装

# 推荐使用uv安装
pip install uv
uv pip install -U "mineru[all]"

# 下载模型(首次使用)
mineru-models-download

快速使用

命令行

# 解析单个PDF
mineru -p input.pdf -o output_dir

# 批量解析
mineru -p pdf_folder/ -o output_dir

# 指定解析模式
mineru -p input.pdf -o output_dir --backend vlm      # VLM模式(高精度)
mineru -p input.pdf -o output_dir --backend pipeline # Pipeline模式(快速)
mineru -p input.pdf -o output_dir --backend hybrid   # 混合模式(平衡)

Python API

from mineru import MinerU

mineru = MinerU()
result = mineru.parse("document.pdf")

# 获取输出
markdown = result.to_markdown()
json_data = result.to_json()

详细API见 references/api_reference.md

解析模式选择

This is the opening of the README. Read the full README on GitHub.

Frequently asked about MinerU PDF Parser

  • What else does staruhub publish alongside MinerU PDF Parser?

    MinerU PDF Parser is one of 20 skills that DirSkills catalogs from staruhub/ClaudeSkills, the repository it ships in. Its siblings there include A-Share Analyst, AI Sales Champion and C Drive Cleaner. Each one is a separate skill with its own page in this directory, installs the same way MinerU PDF Parser does, and is maintained by staruhub in that same repository. The rest of the collection is listed on the staruhub/ClaudeSkills page.

  • How does MinerU PDF Parser compare to other Data skills?

    MinerU PDF Parser ranks #535 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MinerU PDF Parser against them. Open each page to compare what they document and how they install.

More from staruhub/ClaudeSkills

MinerU PDF Parser is one of 20 skills cataloged on DirSkills from staruhub/ClaudeSkills.

See all 20 skills
📈
1w ago

A-Share Analyst

A-Share Analyst helps retrieve A-share market data and apply technical, fundamental, and factor-based analysis for research. It is used for stock analysis, today’s screening, sector tracking, and report generation, not for trading instructions.
Data
700130
💼
1w ago

AI Sales Champion

AI Sales Champion helps turn AI ideas into business-friendly talking points for client and internal conversations. Use it to prepare pitches, handle objections, package proposals, and plan next steps for AI adoption.
AI Engineering
700130
🧹
1w ago

C Drive Cleaner

C Drive Cleaner analyzes Windows disk usage, finds large files, and cleans temp files, caches, logs, and the recycle bin with a simulate-then-execute workflow. Use it when C: is full or storage is running low on Windows.
Automation
700130
📊
1w ago

Deck Studio

Deck Studio turns a presentation request into an outline, page structure, and delivery assets for PPT, slide decks, and infographic-style visuals. Use it when you need to build talk decks, proposals, training slides, or content repurposed into slides.
AI Engineering
700130
🔎
1w ago

Deep Research

Deep Research produces evidence-based research memos, literature reviews, and decision briefs with citations and synthesis across multiple sources. Use it for multi-source questions that need trade-offs, a clear conclusion, and a reusable written artifact.
AI Engineering
700130
📝
1w ago

Gaokao Expert

Gaokao Expert helps create, review, and analyze Chinese Gaokao exam questions and papers. It is used for item writing, quality checks, paper structure analysis, and tracking current exam trends.
AI Engineering
700130