//! Document parsing and data structures module
//!
//! This module provides functionality for parsing Microsoft Word (.docx) documents
//! and converting them into a structured representation.
//!
//! During refactoring: Incrementally extracting modules
pub
pub
pub
pub
// Re-export all models and query functions
pub use *;
pub use *;
// Re-export main document loading function
pub use load_document;