What problem does it solve?
OCR and document parsing remove the need to manually read and copy text from PDFs, scanned documents, and image-based files, turning them into usable text for research, notes, and downstream processing.
Core Features & Use Cases
- URL-first extraction: If a document has a URL, you can convert it via web extraction (PDF-to-Markdown) before attempting local processing.
- Lightweight text-based PDF extraction: Use pymupdf for fast, dependency-light extraction of text, tables, and basic metadata from text-based PDFs.
- High-quality OCR and layout analysis: Use marker-pdf for scanned PDFs (90+ languages), equations/LaTeX, forms, and complex layouts, with optional image export and structured JSON output.
- Use case: Convert an arXiv PDF into Markdown for summarization, then extract tables from a separate report PDF into clean table representations for analysis.
Quick Start
Ask the AI to extract text as Markdown from the URL or local file you provide, using web extraction when available and falling back to local OCR when needed.