oar-ocr-core 0.6.3

Core types and predictors for oar-ocr
Documentation
1
2
3
4
5
6
7
8
9
10
//! Model implementations.
//!
//! This module contains pure model implementations that handle preprocessing,
//! inference, and postprocessing. Models are independent of tasks and can be
//! reused across different task adapters.

pub mod classification;
pub mod detection;
pub mod recognition;
pub mod rectification;