🦀 ClawHub
AI PDF Converter
by @veeicwgy
AI-powered PDF converter using MinerU API. Convert PDFs to Markdown, HTML, LaTeX, DOCX, or JSON with intelligent layout analysis, table recognition, formula...
TERMINAL
clawhub install ai-pdf-converter📖 About This Skill
name: ai-pdf-converter description: > AI-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. tags: - pdf - converter - ai - mineru - multi-format - html - latex - docx - batch-processing - vlm tools: - Bash(mineru-open-api:*) model: claude-3-5-haiku-20241022
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
1. Quick Markdown (no token):
mineru-open-api flash-extract document.pdf -o ./output/
2. Multi-format conversion:
mineru-open-api extract document.pdf -f md,html,latex,docx -o ./output/
3. AI-enhanced conversion (VLM):
mineru-open-api extract complex.pdf -f html --model vlm -o ./output/
4. 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
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/_/