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
10
11
12
13
14
15
//! ISO Section 8: Graphics
//!
//! Tests for graphics state, coordinate systems, colors, and graphics operators
//! as defined in ISO 32000-1:2008 Section 8.

pub mod test_color_spaces;
pub mod test_content_parser;
pub mod test_content_streams;
pub mod test_coordinate_transformation;
pub mod test_graphics_state;
pub mod test_graphics_state_advanced;
pub mod test_images;
pub mod test_paths;
pub mod test_paths_advanced;
pub mod test_paths_level4;