opendataloader-pdf
Installation
SKILL.md
This skill is based on OpenDataLoader PDF, licensed under Apache License 2.0.
OpenDataLoader PDF
PDF parser for AI-ready data extraction. Open-source. #1 in benchmarks (0.90 overall accuracy).
Prerequisites
- Java 11+ required (run
java -versionto verify) - Python 3.10+ or Node.js 18+
Installation
# Python
pip install -U opendataloader-pdf
# Python with hybrid AI mode (for complex documents)
pip install -U "opendataloader-pdf[hybrid]"