The fastest Python PDF library with 0.8ms mean extraction speed, 5× faster than PyMuPDF. Supports text extraction, markdown conversion, and PDF creation. Achieves 100% pass rate on 3,830 PDFs. Current version 0.3.60, actively maintained.
pip install pdf-oxideNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a PDF and extract text or convert to markdown.
Use `pdf-oxide==0.3.60` in requirements.txt.
Pre-decrypt PDFs using another tool before processing with pdf-oxide.
Use `pdf.markdown()` instead of `pdf.text()` for better structure.
Use `pdf.text()` instead of `pdf.to_text()`.
No dependency data recorded yet.