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
// Metadata module - ISO 32000-1 Section 14.3
//
// Provides support for document and object-level metadata,
// including XMP (Extensible Metadata Platform) streams.

pub mod xmp;

pub use xmp::{XmpMetadata, XmpNamespace, XmpProperty};