The fastest Rust PDF library with text extraction: 0.8ms mean, 100% pass rate on 3,830 PDFs. 5× faster than pdf_extract, 17× faster than oxidize_pdf. Extract, create, and edit PDFs.
//! Configuration module for PDF text extraction.
//!//! Provides extraction profiles, document-type classification, and threshold configuration
//! for customizing text extraction behavior to different document types.
pubmodextraction_profiles;pubuseextraction_profiles::{DocumentType, ExtractionProfile};