oxidize-pdf 2.4.2

A pure Rust PDF generation and manipulation library with zero external dependencies
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;