The fastest Rust PDF library — 0.8ms mean, 5× faster than the industry leaders, 100% pass rate on 3,830 real-world PDFs. Text extraction, Markdown/HTML conversion, PDF creation and editing.
//! 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};