pub trait OCRBeamSearchDecoderTraitConst: BaseOCRConst {
    fn as_raw_OCRBeamSearchDecoder(&self) -> *const c_void;
}
Expand description

OCRBeamSearchDecoder class provides an interface for OCR using Beam Search algorithm.

Note:

Required Methods

Implementors