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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetCharacters
Detect all the characters in the image.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOpenCLDevice
Public methodGetText
Get all the text in the image
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInit
Initialize the OCR engine using the specific dataPath and language name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also