Sandbox
@tanis90/pdf-converter-mineru

Claude Code skill for MinerU document conversion

This skill plugs Claude Code into MinerU for document conversion and OCR. You can ask for a PDF, image, or Office file to be turned into structured text formats, and Claude will use `mineru-open-api` behind the scenes. It supports quick reads with `flash-extract` and larger jobs with `extract`.

55 stars1 forksUpdated 4mo ago
Who it's for

Builders who want Claude Code to read and convert documents into usable text formats.

What it delivers

You can turn PDFs and office files into the format you need without manually extracting or reformatting them.

What it does

Document conversion

Converts PDFs, images, and Office documents into Markdown, Word, HTML, LaTeX, JSON, or plain text.

OCR for scanned files

Reads scanned documents instead of only working with selectable text.

Two extraction modes

Uses `flash-extract` for quick, no-auth reads and `extract` for larger, higher-fidelity jobs.

Natural language use

Lets you ask Claude directly for actions like converting a report to Word or extracting tables from a PDF.

How to get it

  1. 1Run
    npx skills add tanis90/pdf-converter-mineru

README

pdf-converter

A Claude Code skill for converting PDFs and documents using MinerU.

What it does

Converts PDF, images, and Office documents to Markdown, Word, HTML, LaTeX, or plain text. Also handles OCR for scanned documents and supports 80+ languages.

Install

npx skills add tanis90/pdf-converter-mineru

Usage

Just talk to Claude naturally:

  • "帮我把这个PDF转成markdown"
  • "What does this paper say?"
  • "Extract the tables from this PDF"
  • "Convert report.pdf to Word"

Claude will automatically use mineru-open-api to extract the document and help you with what you need.

Two modes

ModeWhen to useLimits
flash-extractQuick reads, no auth needed10 MB / 20 pages
extractFull fidelity, images, batch200 MB / 600 pages

flash-extract is used by default. Run mineru-open-api auth to unlock extract mode.

Output formats

md, docx, html, latex, json — specify with -f md,docx

Powered by

MinerU Open API by OpenDataLab (Shanghai AI Lab)

Files in the repo

Repository payload3 top-level entries
  • .gitignore
  • README.md
  • SKILL.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k