oxidize-pdf 2.10.0

Pure Rust PDF library for AI/RAG: structure-aware chunking with bounding boxes, heading context, and token estimates. No Python, no ML, no C bindings.
Documentation
1
2
3
4
5
6
7
8
9
//! CFF (Compact Font Format) module.
//!
//! This module provides CFF parsing primitives extracted from the monolithic
//! `cff_subsetter` module, intended to be shared across CFF-related components.

pub mod charstring;
pub mod dict;
pub mod index;
pub mod types;