Leadtools.Forms.Ocr Namespace > OcrZone Structure : RecognitionModule Property |
public OcrZoneRecognitionModule RecognitionModule {get; set;}
'Declaration Public Property RecognitionModule As OcrZoneRecognitionModule
'Usage Dim instance As OcrZone Dim value As OcrZoneRecognitionModule instance.RecognitionModule = value value = instance.RecognitionModule
public OcrZoneRecognitionModule RecognitionModule {get; set;}
get_RecognitionModule();
set_RecognitionModule(value);
public: property OcrZoneRecognitionModule RecognitionModule { OcrZoneRecognitionModule get(); void set ( OcrZoneRecognitionModule value); }
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 OcrZoneFillMethod. 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 OcrZoneRecognitionModule.Auto.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2