//! PDF text hierarchy extraction using pdfium character positions.
//!
//! This module provides functions for extracting character information from PDFs,
//! preserving font size and position data for text hierarchy analysis.
//!
//! Note: Requires the "pdf" feature to be enabled.
// Re-export all public types and functions for backward compatibility
pub use BoundingBox;
pub use ;
pub use ;