oar-ocr 0.6.3

An Optical Character Recognition (OCR) and Document Layout Analysis library written in Rust.
Documentation
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::*;