| Tesseract Class |
Namespace: Emgu.CV.OCR
The Tesseract type exposes the following members.
| Name | Description | |
|---|---|---|
| Tesseract |
Create a default tesseract engine. Needed to Call Init function to load language files in a later stage.
| |
| Tesseract(String, String, OcrEngineMode) |
Create an tesseract OCR engine.
| |
| Tesseract(String, String, OcrEngineMode, String) |
Create an tesseract OCR engine.
|
| Name | Description | |
|---|---|---|
| PageSegMode |
Gets or sets the page seg mode.
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Version |
Get the tesseract version
|
| Name | Description | |
|---|---|---|
| AnalyseLayout | ||
| Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) | |
| DisposeObject |
Release the unmanaged resource associated with this class
(Overrides DisposableObjectDisposeObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetCharacters |
Detect all the characters in the image.
| |
| GetHashCode | (Inherited from Object.) | |
| GetOpenCLDevice | ||
| GetText |
Get all the text in the image
| |
| GetType | (Inherited from Object.) | |
| Init |
Initialize the OCR engine using the specific dataPath and language name.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Recognize | ||
| ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) | |
| SetVariable |
Set the variable to the specific value.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |