Click or drag to resize
Tesseract Methods
http://www.emgu.com

The Tesseract type exposes the following members.

Methods
  NameDescription
Public methodAnalyseLayout
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the unmanaged resource associated with this class
(Overrides DisposableObjectDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetCharacters
Detect all the characters in the image.
Public methodGetHashCode (Inherited from Object.)
Public methodGetOpenCLDevice
Public methodGetText
Get all the text in the image
Public methodGetType (Inherited from Object.)
Public methodInit
Initialize the OCR engine using the specific dataPath and language name.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecognize
Protected methodReleaseManagedResources
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.)
Public methodSetVariable
Set the variable to the specific value.
Public methodToString (Inherited from Object.)
Top
See Also