//! PDF-to-structure renderer using segment-level font analysis.
//!
//! Converts PDF documents into structured `InternalDocument` by analyzing pdfium text
//! segments (pre-merged character runs sharing baseline + font settings) to reconstruct
//! headings, paragraphs, inline formatting, and list items.
pub
pub
pub
pub
pub
pub
// Used by extractors/pdf/ocr.rs for building InternalDocument from OCR paragraphs
pub use assemble_internal_document;
// Used by extractors/pdf/ocr.rs when ocr feature is enabled
pub use ;
pub use extract_document_structure;