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
//! ISO Section 11: Interactive Features Tests
//!
//! Tests for PDF interactive features as defined in ISO 32000-1:2008 Section 11

pub mod test_annotations;
pub mod test_forms;