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 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-pdf-converter" with this command: npx skills add veeicwgy/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

  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

Formatflash-extractextract
MarkdownYesYes
HTMLNoYes
LaTeXNoYes
DOCXNoYes
JSONNoYes

Key Rules

  • Default to flash-extract for simple Markdown conversion under 10MB/20 pages
  • Use extract for HTML, LaTeX, DOCX, JSON, or complex documents
  • --model vlm for best accuracy on complex layouts
  • --model pipeline for reliability (no hallucination)
  • Generate default output dir: ~/MinerU-Skill/<name>_<hash>/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Word Converter

Universal Word document converter powered by MinerU API. Convert .docx and .doc files to Markdown, HTML, LaTeX, DOCX, or JSON using mineru-open-api CLI. Supp...

Registry SourceRecently Updated
1090Profile unavailable
Coding

FormatFerry Markdown Converter

Convert HTML, DOCX, PDF, XLSX, CSV to Markdown

Registry SourceRecently Updated
1200Profile unavailable
Coding

Word to HTML

Convert Word documents (.docx, .doc) to clean HTML using the MinerU API. This skill uses mineru-open-api CLI to extract content from Word files and output st...

Registry SourceRecently Updated
970Profile unavailable
Coding

Word OCR

OCR and text extraction from Word documents (.docx, .doc) using the MinerU API. This skill leverages mineru-open-api CLI to perform optical character recogni...

Registry SourceRecently Updated
900Profile unavailable