What problem does it solve?
Complex PDFs with formulas, tables, and multi-column layouts are hard to feed into LLMs or RAG pipelines. This Skill converts them into clean Markdown and structured JSON so the content becomes machine-readable without manual copy-paste or reformatting.
Core Features & Use Cases
- PDF to Markdown/JSON Conversion: Parse PDFs with three backends (pipeline, vlm, hybrid) and output Markdown, structured content-list JSON, and extracted images.
- Batch Processing: Parse entire directories of PDFs concurrently with per-file success/failure reporting via the included script.
- RAG Data Preparation: Extract sections, tables, and formulas as structured chunks ready for embedding and vector database ingestion.
- Use Case: You have a folder of academic papers with dense LaTeX formulas. Run the parser in vlm mode to get Markdown with intact formulas and tables, then load the section chunks into your vector database.
Quick Start
Use the mineru-pdf-parser skill to convert paper.pdf into Markdown and JSON in the output folder using the vlm backend.