Namespace OpenCvSharp.Text
Classes
BaseOCR
base class BaseOCR declares a common API that would be used in a typical text recognition scenario
CvText
cv::text functions
OCRTesseract
Recognize text using the tesseract-ocr API.
Takes image on input and returns recognized text in the output_text parameter. Optionallyprovides also the Rects for individual text elements found(e.g.words), and the list of those text elements with their confidence values.