oxidize-pdf 2.11.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
mod document_builder;
mod flow;
mod image_utils;
mod rich_text;

pub use document_builder::DocumentBuilder;
pub use flow::{FlowElement, FlowLayout, PageConfig};
pub use image_utils::{centered_image_x, fit_image_dimensions};
pub use rich_text::{RichText, TextSpan};