//! Configuration management for the OCR pipeline.
//!
//! This module provides configuration types, validation traits, and utilities
//! for managing OCR pipeline configurations.
// Re-export commonly used types
pub use ModelInferenceConfig;
pub use ;
pub use ;
pub use *;
pub use ParallelPolicy;
pub use ;