Trait opencv::hub_prelude::OCRTesseractConst[][src]

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

OCRTesseract class provides an interface with the tesseract-ocr API (v3.02.02) in C++.

Notice that it is compiled only when tesseract-ocr is correctly installed.

Note:

Required methods

Implementors