Click or drag to resize

RECOGNITIONMODULE Enumeration

Recognition modules.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum RECOGNITIONMODULE
Members
  Member nameValueDescription
RM_AUTO0 Automatic
RM_OMNIFONT_MTX1 M/TEXT omnifont
RM_OMNIFONT_MOR2 Multi-lingual MOR omnifont
RM_DOT3 DOT 9-pin draft dot-matrix
RM_BAR4 BAR barcode
RM_OMR5 OMR optical mark
RM_HNR6 HNR handprinted numeral
RM_RER7 RER reRecognition Handprint
RM_BRA8 Not supported. Must NOT be selected.
RM_MAT9 MAT matrix matching
RM_RESERVED_P10 Internal use only. Must NOT be selected.
RM_OMNIFONT_PLUS2W11 2-way voting engine
RM_OMNIFONT_FRX12 Fireworx engine
RM_OMNIFONT_PLUS3W13 3-way voting engine
RM_ASIAN14 Asian language
RM_RESERVED_M15 Internal use only. Must NOT be selected.
RM_RESERVED_A16 Internal use only. Must NOT be selected.
RM_SIZE17 Number of available recognition modules. Must NOT be selected.
Remarks

This enumerates the different recognition modules of the IproPlus available to the integrating application. All zones must have an assigned recognition module in their Module property before processing. The RM_AUTO setting can be specifically placed in the zone's Module property. This is the default when IproPlus creates the zone automatically.

Each zone needs to be associated with a RECOGNITIONMODULE and a FILLINGMETHOD. This is needed because some RECOGNITIONMODULEs support more than one FILLINGMETHOD, and some FILLINGMETHODs are accepted by more than one RECOGNITIONMODULE. It is important to ensure that the RECOGNITIONMODULE-FILLINGMETHOD pair is suitable.

Only those recognition modules that have been supplied, licensed and successfully installed in the IproPlus configuration will be available.

See Also