Module pipeline

Module pipeline 

Source
Expand description

The OCR pipeline module.

This module provides the main OCR pipeline implementation that combines multiple components to perform document orientation classification, text detection, text recognition, and text line classification.

Re-exports§

pub use oarocr::ErrorMetrics;
pub use oarocr::ExtensibleOAROCR;
pub use oarocr::ExtensibleOAROCRBuilder;
pub use oarocr::ImageProcessor;
pub use oarocr::OAROCR;
pub use oarocr::OAROCRBuilder;
pub use oarocr::OAROCRConfig;
pub use oarocr::OAROCRResult;
pub use oarocr::TextRegion;
pub use oarocr::configure_thread_pool_once;
pub use stages::CroppingStageProcessor;
pub use stages::OrientationStageProcessor;
pub use stages::RecognitionStageProcessor;
pub use stages::StageMetrics;
pub use stages::StageResult;
pub use stats::PipelineStats;
pub use stats::StatsManager;

Modules§

oarocr
The main OCR pipeline implementation.
stages
Shared stage processors for the OCR pipeline.
stats
Pipeline-wide statistics helpers.

Structs§

ConfigLoader
Configuration loader for OCR pipeline

Enums§

ConfigFormat
Configuration file format