PaddleOCR Document Parsing
Summary
Turn PDFs and scanned images into structured Markdown/JSON: cell-level tables, LaTeX formulas, correct multi-column order.
Features
- Structured Markdown/JSON output preserving tables, formulas, and reading order
- Table extraction at cell-level precision, not just flat text
- Math formulas recognized and output as LaTeX
- Handles multi-column layouts with correct reading order
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
PaddleOCR Document Parsing is the official agent-skill wrapper around PP-StructureV3 and PaddleOCR-VL, the document-layout models from Baidu's widely used PaddleOCR project. Rather than treating a document as a flat block of text, it drives the paddleocr CLI's doc_parsing model to output structured Markdown or JSON that preserves what matters in complex documents: table cells with correct row and column structure, mathematical formulas as LaTeX, figures, seals and charts, headers and footers, and correct reading order across multi-column layouts such as newspapers, financial reports, and academic papers.
It accepts a local file path or a remote URL and needs only a PaddleOCR access token plus the paddleocr binary, which is auto-installable via uv. Because it targets structure rather than plain OCR text, it is the right tool when a document's value is in its layout, such as an invoice's line-item table, a financial report's charts, or an academic paper's equations, where a flat text dump would lose that information. Use it whenever a complex PDF or scanned image needs to become something an LLM or downstream pipeline can reason over.
Related Skills
Docling Document Intelligence
by docling-project (IBM)
Parse, convert, chunk, and structurally analyze PDFs, DOCX, PPTX, HTML, and images with IBM's open-source Docling toolkit.
GLM-OCR Table Recognition
by Z.ai (Zhipu AI)
Extract complex tables, including merged cells and multi-row headers, from images and PDFs into clean Markdown.