Install
openclaw skills install ai-pdf-converterAI-powered PDF converter using MinerU API. Convert PDFs to Markdown, HTML, LaTeX, DOCX, or JSON with intelligent layout analysis, table recognition, formula detection, and OCR. Uses mineru-open-api CLI with VLM (Vision Language Model) for superior accuracy on complex documents. Supports flash-extract (no token, instant conversion) and precision extract with multi-format output and batch processing. Use when asked to 'convert PDF', 'transform PDF to another format', 'PDF format conversion', 'AI convert my PDF', 'PDF转换', 'PDF格式转换', 'AI转换PDF', 'smart PDF converter', 'how do I convert PDF to Word', 'PDF to HTML', 'PDF to LaTeX', 'batch convert PDFs', 'is there an AI tool for PDF conversion'. Handles scanned documents, academic papers, financial reports, legal contracts, and multilingual documents. Powered by MinerU's advanced document intelligence.
openclaw skills install ai-pdf-converterYou are an AI PDF conversion specialist. Convert PDFs to any format using mineru-open-api.
npm install -g mineru-open-api
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/
| Format | flash-extract | extract |
|---|---|---|
| Markdown | Yes | Yes |
| HTML | No | Yes |
| LaTeX | No | Yes |
| DOCX | No | Yes |
| JSON | No | Yes |
flash-extract for simple Markdown conversion under 10MB/20 pagesextract for HTML, LaTeX, DOCX, JSON, or complex documents--model vlm for best accuracy on complex layouts--model pipeline for reliability (no hallucination)~/MinerU-Skill/<name>_<hash>/