1 2 3 4 5 6
//! Utility functions for the OCR pipeline. //! //! This module re-exports utilities from `oar-ocr-core`. // Re-export everything from oar-ocr-core utils pub use oar_ocr_core::utils::*;