//! The OCR pipeline module.
//!
//! This module provides high-level builder APIs for constructing OCR and document
//! structure analysis pipelines. The builders simplify the process of configuring
//! text detection, recognition, and optional preprocessing components.
//!
//! # Main APIs
//!
//! - [`OAROCRBuilder`] - For text detection and recognition
//! - [`OARStructureBuilder`] - For document structure analysis (layout, tables, formulas)
pub
pub
pub
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;