Click or drag to resize

OCRTesseractRun Method

Overload List
  NameDescription
Public methodRun(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).)
Public methodRun(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).)
Top
See Also