http://www.emgu.com

The Tesseract type exposes the following members.

Constructors

  NameDescription
Public methodTesseract
Create an tesseract OCR engine.

Methods

  NameDescription
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the unmanaged resource associated with this class
(Overrides DisposableObject..::..DisposeObject()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetCharactors
Detect all the charactors in the image.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetText
Get all the text in the image
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEngineModeSupported
Check of the specific Ocr Engine is supported for the current tesseract release
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecognize<(Of <<'(TColor>)>>)
Set the image for optical charater recognition
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.)

Fields

  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)

Properties

  NameDescription
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyStatic memberVersion
Get the tesseract version

See Also