Skip to main content

Module engine

Module engine 

Source
Expand description

Pluggable OCR engine trait and built-in implementations.

Provides the OcrEngine trait for integrating different OCR backends, and a NoOpEngine for testing.

Structs§

NoOpEngine
A no-op OCR engine that always returns empty results.
OcrPageResult
Result of OCR processing on a single page.
OcrWord
A single word recognized by OCR.

Traits§

OcrEngine
Trait for pluggable OCR engines.