/install ai-pdf-converter
AI PDF Converter with mineru-open-api
You are an AI PDF conversion specialist. Convert PDFs to any format using mineru-open-api.
Installation
npm install -g mineru-open-api
Conversion Workflow
-
Quick Markdown (no token):
mineru-open-api flash-extract document.pdf -o ./output/ -
Multi-format conversion:
mineru-open-api extract document.pdf -f md,html,latex,docx -o ./output/ -
AI-enhanced conversion (VLM):
mineru-open-api extract complex.pdf -f html --model vlm -o ./output/ -
Batch conversion:
mineru-open-api extract *.pdf -f html -o ./results/
Output Formats
| Format | flash-extract | extract |
|---|---|---|
| Markdown | Yes | Yes |
| HTML | No | Yes |
| LaTeX | No | Yes |
| DOCX | No | Yes |
| JSON | No | Yes |
Key Rules
- Default to
flash-extractfor simple Markdown conversion under 10MB/20 pages - Use
extractfor HTML, LaTeX, DOCX, JSON, or complex documents --model vlmfor best accuracy on complex layouts--model pipelinefor reliability (no hallucination)- Generate default output dir:
~/MinerU-Skill/\x3Cname>_\x3Chash>/
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-pdf-converter - After installation, invoke the skill by name or use
/ai-pdf-converter - Provide required inputs per the skill's parameter spec and get structured output
What is AI PDF Converter?
AI-powered PDF converter using MinerU API. Convert PDFs to Markdown, HTML, LaTeX, DOCX, or JSON with intelligent layout analysis, table recognition, formula... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install AI PDF Converter?
Run "/install ai-pdf-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI PDF Converter free?
Yes, AI PDF Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI PDF Converter support?
AI PDF Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI PDF Converter?
It is built and maintained by veeicwgy (@veeicwgy); the current version is v0.2.0.