Trait opencv::text::OCRBeamSearchDecoderTraitConst
source · 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:
- (C++) An example on using OCRBeamSearchDecoder recognition combined with scene text detection can be found at the demo sample: https://github.com/opencv/opencv_contrib/blob/master/modules/text/samples/word_recognition.cpp