Tesseract3Engine Class |
Namespace: Atalasoft.Ocr.Tesseract
The Tesseract3Engine type exposes the following members.
Name | Description | |
---|---|---|
Tesseract3Engine | Initializes a new instance of the Tesseract3Engine class with the default OcrResources directory | |
Tesseract3Engine(String) | Initializes a new instance of the Tesseract3Engine class with the customer specified OcrResources directory |
Name | Description | |
---|---|---|
AvailablePreprocessingOptions | This property returns the available set of image preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
CanRecognizeBarcodes | Returns true if this engine supports barcode recognition. (Inherited from OcrEngine.) | |
CanUseSymbolSet | Gets a value indicating whether engine can use symbol set or not. (Inherited from OcrEngine.) | |
DefaultPreprocessingOptions | Returns the default preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
DefaultRecognitionCulture | Returns the default recognition language for Tesseract3Engine. (Overrides OcrEngineDefaultRecognitionCulture.) | |
Factory | This property provides an object of type IOcrFactory for the construction of page and
document elements. (Inherited from OcrEngine.) | |
FontBuilder | This property provides a font builder that will be used for page construction. (Inherited from OcrEngine.) | |
FontMapper | This property provides a font mapper that will be used for page construction. (Inherited from OcrEngine.) | |
PreprocessingOptions | The property provides the preprocessing options to be used for this engine. (Inherited from OcrEngine.) | |
RecognitionCulture | Sets or gets the recognition language for this engine. (Inherited from OcrEngine.) | |
RecognitionCulturesList | Gets or sets the list of cultures to be used during recognition. (Inherited from OcrEngine.) | |
RecognizeBarcodes | When true, will recognize barcodes as well as text if the engine supports barcode recognition. (Inherited from OcrEngine.) | |
SupportedBarcodeSymbologies | Gets a list of barcode symbologies that are supported by this OcrDocument (if any). (Inherited from OcrEngine.) | |
SupportMultiCultureRecognition |
Gets the value indicating whether the OCR engine supports multiple recognition cultures.
(Inherited from OcrEngine.) | |
Translators | This property provides access to a TranslatorCollection object used by the engine to
translate images to documents. (Inherited from OcrEngine.) |
Name | Description | |
---|---|---|
CanStream | Determines if it is possible to write a particular output format to a Stream. (Inherited from OcrEngine.) | |
CanTranslate | Determines if it is possible to translate a document to a particular output format. (Inherited from OcrEngine.) | |
CultureInfoToTesseractLang | Return a Tesseract language representing the CultureInfo object. | |
CulturesMatch |
Detects whether specified cultures match.
(Inherited from OcrEngine.) | |
Dispose | Dispose memory used by the OcrEngine. (Inherited from OcrEngine.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the Tesseract3Engine and optionally releases the managed resources (Overrides OcrEngineDispose(Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | OcrEngine finalizer.
(Inherited from OcrEngine.) | |
GetAvailablePreprocessingOptions | Gets available preprocessing options for this engine. (Overrides OcrEngineGetAvailablePreprocessingOptions.) | |
GetCanRecognizeBarcodes | Gets the value indicating whether the engine can recognize barcodes or not. Returns false as Tesseract doesn’t support barcode detection. (Overrides OcrEngineGetCanRecognizeBarcodes.) | |
GetDefaultPreprocessingOptions | Gets default preprocessing options for this engine (Overrides OcrEngineGetDefaultPreprocessingOptions.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicenseFlag |
Retrieves value of the flag with specified name.
(Inherited from OcrEngine.) | |
GetSupportedBarcodeSymbologies | Returns the barcode symbologies supported by this engine. (Inherited from OcrEngine.) | |
GetSupportedRecognitionCultures | Returns an array of supported recognition languages for this engine (Overrides OcrEngineGetSupportedRecognitionCultures.) | |
GetSymbolSet | Returns an engine-specific symbol set matching string from a standard symbol set. (Inherited from OcrEngine.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleDeskew | Handles the process of deskewing an image. (Inherited from OcrEngine.) | |
HasPageLocationHandler | Determines whether or not events have been installed for page location. (Inherited from OcrEngine.) | |
Initialize | Initialize the engine. (Overrides OcrEngineInitialize.) | |
IsMultiCultureRecognitionSupported | Gets the value indicating whether the engine supports multiple recognition cultures. (Overrides OcrEngineIsMultiCultureRecognitionSupported.) | |
MakeBinarizeCommand | Returns a new ImageCommand that will binarize an image in the HandleDeskew method (Inherited from OcrEngine.) | |
MakeDeskewCommand | Returns a new ImageCommand that will deskew an image. (Inherited from OcrEngine.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OcrBarcodeSymbologyIsSupported | Returns true if a given barcode symbology is supported. (Inherited from OcrEngine.) | |
OnDocumentProgress | Fire the DocumentProgress event. (Inherited from OcrEngine.) | |
OnImageIntroduction |
Raises the ImageIntroduction event.
(Inherited from OcrEngine.) | |
OnImageSendOff |
Raises the ImageSendOff event.
(Inherited from OcrEngine.) | |
OnImageTransformation |
Raises the ImageTransformation event.
(Inherited from OcrEngine.) | |
OnPageConstructed | Fire the PageConstructed event. (Inherited from OcrEngine.) | |
OnPageConstructing | Fire the PageConstructing event. (Inherited from OcrEngine.) | |
OnPageLocation | Fire the PageLocation event. (Inherited from OcrEngine.) | |
OnPageProgress | Fire the page progress event. (Inherited from OcrEngine.) | |
RecognitionCultureChanged | Occurs when a recognition culture list changes. (Overrides OcrEngineRecognitionCultureChanged.) | |
RecognitionCultureSupported | Indicates whether or not this engine will support a given recognition culture (Inherited from OcrEngine.) | |
Recognize(AtalaImage) | Performs optical character recognition of the image or images. (Overrides OcrEngineRecognize(AtalaImage).) | |
Recognize(ImageSource) | Recognize a set of AtalaImage objects as an entire document. (Overrides OcrEngineRecognize(ImageSource).) | |
Recognize(AtalaImage, Int32) |
Recognize text in an AtalaImage
(Inherited from OcrEngine.) | |
Recognize(AtalaImage, Rectangle) | Recognize only within a specific rectangle in an AtalaImage. | |
Recognize(ImageSource, OcrDocument, IForeignTranslator, Object) |
Recognize a set of AtalaImage objects as an entire document.
(Inherited from OcrEngine.) | |
ShutDown | (Overrides OcrEngineShutDown.) | |
Supported | Obsolete.
Provides a list of all mime types supported by Translators in this engine.
(Inherited from OcrEngine.) | |
SupportedMimeTypes | Provides a list of all mime types supported by Translators in this engine. (Inherited from OcrEngine.) | |
SupportingTranslator |
Finds a translator that supports translation to the requested output type.
(Inherited from OcrEngine.) | |
TesseractLangToCultureInfo | Return a CultureInfo object representing the named Tesseract language - or NULL | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToSymbolSet | Converts a set of unique characters to a engine-specific symbol matching set. (Inherited from OcrEngine.) | |
Translate(ImageSource, String, Stream) | Translates a collection of images to the specified mime type, writing the output to the given stream.
This method attempts to select the best translator for the job. (Inherited from OcrEngine.) | |
Translate(ImageSource, String, String) | Translates a collection of images to the specified mime type, writing the output to the given path. This
method attempts to select the best translator for the job. (Inherited from OcrEngine.) | |
Translate(ImageSource, String, Stream, ITranslator) | Translates a collection of images to the specified mime type, writing the output to the given stream using
the supplied translator. (Inherited from OcrEngine.) | |
Translate(ImageSource, String, String, ITranslator) | Translates a collection of images to the specified mime type, writing the output to the given path using
the supplied translator. (Inherited from OcrEngine.) |
Name | Description | |
---|---|---|
DocumentProgress | This event is used to publish progress made in recognition of a set of images. (Inherited from OcrEngine.) | |
ImageIntroduction | This event is raised before ImageTransformation in order to allow the document to
be pre-processed prior to deskew. (Inherited from OcrEngine.) | |
ImageSendOff | This event is raised before the OCR process starts, and after ImageTransformation for OCR
pre-processing. (Inherited from OcrEngine.) | |
ImageTransformation | This event is raised just after the image is deskewed and before ImageSendOff is
raised. (Inherited from OcrEngine.) | |
PageConstructed | This event is used to publish the page that has just been constructed. (Inherited from OcrEngine.) | |
PageConstructing | This event is used to publish the page that is in the process of being populated. (Inherited from OcrEngine.) | |
PageLocation | This event is used to publish OcrRegions that have been identified within an image. (Inherited from OcrEngine.) | |
PageProgress | This event is used to publish progress made in the recognition of a page. (Inherited from OcrEngine.) |
<Atalasoft>
<OcrEngines>
<Tesseract3Engine Tesseract3Location="C:\Folder\Subfolder\SubSubFolder"/>
</OcrEngines>
<!-- Components sections -->
...
</Atalasoft>
<Atalasoft>
<OcrEngines>
<Tesseract3Engine Tesseract3Location="..\Another\Sub\Folder"/>
</OcrEngines>
<!-- Components sections -->
...
</Atalasoft>