What problem does it solve?
Parse source documents into machine-readable text with maximum fidelity. Use when processing any document in Samples or Input for the first time, when parsed text quality is poor, or when tables and charts need special handling. Covers multi-level parser selection from simple text extraction to OCR and vision models. Also use when a verification rule fails due to parsing issues (garbled text, missing tables, mangled layouts) and the parser needs to be upgraded for that document type.
Core Features & Use Cases
- Multi-level parsing: switch between Level 1 text extraction, Level 2 OCR/vision parsing, and Level 3 MineRU/local tools depending on document complexity.
- Structured Markdown output: preserve headings, lists, and tables; produce clean, reusable markdown with page boundaries when needed.
- Quality checks & caching: cache parsing results and apply quality-check metrics to decide when to escalate parsing levels.
Quick Start
Feed a sample document to the parser and receive a clean Markdown rendition with preserved structure and tables.