OpenDataLoader PDF
ActiveDescription
opendataloader-pdf is an open-source PDF parser and extractor supporting layout analysis, table extraction, OCR and structured output, fit for RAG and document-agent pipelines.
Key Features
- PDF parsing — text, images, tables and form fields
- Layout analysis — auto-detects headers, paragraphs, figures, tables, lists
- Table extraction — reconstructs tables as structured data
- OCR integration — invokes OCR on scanned PDFs automatically
- Multi-format output — JSON, Markdown, HTML, JSONL
- RAG-friendly — emits chunks ready for vector stores
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (28.5k stars)
- • Permissive open-source license (Apache-2.0)
- • Responsive to issues, low backlog
Categories
Quick Start
pip install opendataloader-pdf
opendataloader-pdf extract ./contract.pdf --format markdown