opendataloader-pdf
Installation
SKILL.md
OpenDataLoader PDF — AI-Ready Document Parsing
Overview
Parse PDF documents into clean, structured data optimized for AI consumption. Extract text with layout preservation, tables as structured JSON, images with captions, and rich metadata. Ideal for RAG pipelines, document analysis, and data extraction workflows.
Instructions
Step 1: Choose Your Parsing Strategy
| PDF Type | Best Approach | Tool |
|---|---|---|
| Text-native (digital) | Direct text extraction | pdfplumber, PyMuPDF |
| Scanned / image-based | OCR pipeline | Tesseract, EasyOCR |
| Tables-heavy | Table-aware extraction | Camelot, pdfplumber |
| Complex layouts | Vision LLM | Claude/GPT-4o vision |