oxidize-pdf 2.16.2

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
//! Integration tests module
//!
//! This module contains integration tests that test the interaction between
//! multiple components of the oxidize-pdf library.

pub mod pdf_ocr_integration;