Overview of LiteParse
mainLiteParse is a standalone, open-source PDF parsing tool designed for fast and lightweight local parsing. It focuses on high-quality spatial text parsing with bounding boxes and does not require proprietary LLMs or cloud dependencies.
Key Features:
- Fast Text Parsing: Uses PDFium for spatial text extraction.
- Flexible OCR: Supports built-in Tesseract (zero setup) or external HTTP OCR servers (e.g., EasyOCR, PaddleOCR).
- Complexity Detection: Ability to check if a document requires OCR before full processing.
- Multiple Output Formats: Supports Markdown (with headings, tables, lists, images, and links), JSON (with bounding boxes), and plain text.
- Screenshot Generation: Creates high-quality page screenshots for LLM agents.
- Multi-language/Platform Support: Available for Rust, Node.js/TypeScript, Python, and WASM (Browser) across Linux, macOS, and Windows.