pdf_oxide 0.2.5

Production-grade PDF parsing: spec-compliant text extraction, intelligent reading order, OCR support. Ultra-fast Rust performance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development dependencies for pdf_oxide
# Install with: pip install -r requirements-dev.txt

# Linter and Formatter (fast, all-in-one tool written in Rust)
ruff>=0.1.0

# Testing
pytest>=7.0
pytest-cov>=4.0

# Type checking (optional)
mypy>=1.0

# Build tool for Python bindings
maturin>=1.0,<2.0