OCRTesseractRun Method |
Name | Description | |
---|---|---|
Run(Mat, String, Rect, String, Single, ComponentLevels) |
Recognize text using the tesseract-ocr API.
Takes image on input and returns recognized text in the output_text parameter.
Optionally provides also the Rects for individual text elements found(e.g.words),
and the list of those text elements with their confidence values.
(Overrides BaseOCRRun(Mat, String, Rect, String, Single, ComponentLevels).) | |
Run(Mat, Mat, String, Rect, String, Single, ComponentLevels) |
Recognize text using the tesseract-ocr API.
Takes image on input and returns recognized text in the output_text parameter.
Optionally provides also the Rects for individual text elements found(e.g.words),
and the list of those text elements with their confidence values.
(Overrides BaseOCRRun(Mat, Mat, String, Rect, String, Single, ComponentLevels).) |