OCRTesseract Methods |
The OCRTesseract type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates an instance of the OCRTesseract class. Initializes Tesseract.
| |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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).) | |
SetWhiteList | ||
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |