Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

RecognitionModule Property








Gets or sets the zone recognition module.
Syntax
public NativeOcrZoneRecognitionModule RecognitionModule {get; set;}
'Declaration
 
Public Property RecognitionModule As NativeOcrZoneRecognitionModule
'Usage
 
Dim instance As NativeOcrZone
Dim value As NativeOcrZoneRecognitionModule
 
instance.RecognitionModule = value
 
value = instance.RecognitionModule
public NativeOcrZoneRecognitionModule RecognitionModule {get; set;}
public NativeOcrZoneRecognitionModule getRecognitionModule()
public void setRecognitionModule(NativeOcrZoneRecognitionModule value)
            
 <br/>get_RecognitionModule();<br/>set_RecognitionModule(value);<br/>Object.defineProperty('RecognitionModule'); 
public:
property NativeOcrZoneRecognitionModule RecognitionModule {
   NativeOcrZoneRecognitionModule get();
   void set (    NativeOcrZoneRecognitionModule value);
}

Property Value

An NativeOcrZoneRecognitionModule enumeration member that indicate the zone recognition module.
Remarks

The FillMethod property is used to define what kind of zone filling method has been used originally on the document to fill the zone's area. (i.e. whether it contains a barcode, machine print, handprint, graphic, etc.).

The RecognitionModule property specifies the recognition module to be used for this zone.

Since any recognition module supports only a limited set of the zone filling methods, the module specified in RecognitionModule should be able to deal with the specified NativeOcrZoneFillMethod. It is your responsibility to specify a valid recognition module-filling method pair. Otherwise any incorrectly set zone will have no recognition result. For more information, refer to An Overview of OCR Recognition Modules.

Note: This property is not supported in the LEADTOOLS OCR Advantage Engine and it will always contain NativeOcrZoneRecognitionModule.Auto.

Example
For an example, refer to IOcrPage.AutoZone.
Requirements

Target Platforms

See Also

Reference

NativeOcrZone Structure
NativeOcrZone Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneFillMethod Enumeration
NativeOcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features