pdf_oxide 0.3.17

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
coverage:
  status:
    project:
      default:
        target: 85%
        threshold: 1%
    patch:
      default:
        target: 80%
ignore:
  - "src/fonts/cid_mappings/**"
  - "src/fonts/adobe_glyph_list.rs"
  - "src/python.rs"
  - "src/wasm.rs"
  - "src/ocr/**"
  - "src/rendering/**"
  - "src/bin/**"
  - "tests/**"
  - "benches/**"
  - "examples/**"