pdf_oxide 0.3.28

The fastest Rust PDF library with text extraction: 0.8ms mean, 100% pass rate on 3,830 PDFs. 5× faster than pdf_extract, 17× faster than oxidize_pdf. Extract, create, and edit PDFs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ML Models

ONNX models for optional ML features.

## Files

- `registry.json` - Model metadata and versions
- `*.onnx` - Model files (not tracked in git due to size)

## Download Models

```bash
# Download pre-trained models
./scripts/download_models.sh
```