Click or drag to resize
Tesseract Class
http://www.emgu.com
The tesseract OCR engine
Inheritance Hierarchy

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public class Tesseract : UnmanagedObject

The Tesseract type exposes the following members.

Constructors
  NameDescription
Public methodTesseract
Create a default tesseract engine. Needed to Call Init function to load language files in a later stage.
Public methodTesseract(String, String, OcrEngineMode)
Create an tesseract OCR engine.
Public methodTesseract(String, String, OcrEngineMode, String)
Create an tesseract OCR engine.
Top
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
Fields
  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
Properties
  NameDescription
Public propertyPageSegMode
Gets or sets the page seg mode.
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyStatic memberVersion
Get the tesseract version
Top
See Also