RECOGNIZE_MODULE

typedef enum
{
   RECOGNIZE_MODULE_AUTO = 0, 
   RECOGNIZE_MODULE_MTEXT_OMNIFONT, 
   RECOGNIZE_MODULE_MULTI_LINGUAL_OMNIFONT, 
   RECOGNIZE_MODULE_DOT_MATRIX, 
   RECOGNIZE_MODULE_OMR, 
   RECOGNIZE_MODULE_HAND_PRINTED_NUMERAL, 
   RECOGNIZE_MODULE_RER_PRINTED, 
   RECOGNIZE_MODULE_BRAILLE, 
   RECOGNIZE_MODULE_MATRIX, 
   RECOGNIZE_MODULE_OMNIFONT_PLUS2W, 
   RECOGNIZE_MODULE_OMNIFONT_FRX, 
   RECOGNIZE_MODULE_OMNIFONT_PLUS3W, 
} RECOGNIZE_MODULE;

The RECOGNIZE_MODULE enumerated type represents the possible types of recognition module associated with a zone.

Value

Meaning

RECOGNIZE_MODULE_AUTO

Specifies that the engine will try to automatically select the most suitable recognition module for the zone. This is determined just before recognition, according to the zone's filling method and, if necessary, other settings, most typically the Character Set.

RECOGNIZE_MODULE_MTEXT_OMNIFONT

Specifies the M/TEXT omnifont recognition module.

RECOGNIZE_MODULE_MULTI_LINGUAL_OMNIFONT

Specifies the multi-lingual MOR omnifont recognition module.

RECOGNIZE_MODULE_DOT_MATRIX

Specifies the DOT 9-pin draft dot-matrix recognition module.

RECOGNIZE_MODULE_OMR

Specifies the OMR optical mark recognition module.

RECOGNIZE_MODULE_HAND_PRINTED_NUMERAL

Specifies the HNR handprinted numeral recognition module.

RECOGNIZE_MODULE_RER_PRINTED

Specifies the third-party RER reRecognition Handprint recognition module.

RECOGNIZE_MODULE_MATRIX

Specifies the MAT matrix matching recognition module.

RECOGNIZE_MODULE_OMNIFONT_PLUS2W

Specifies the two-way voting POWR++ omnifont recognition module. Note that this was the most accurate omnifont recognition module of the previous Capture SDK version, called RM_PLUS.

RECOGNIZE_MODULE_OMNIFONT_FRX

Specifies the FireWorX omnifont recognition module.

RECOGNIZE_MODULE_OMNIFONT_PLUS3W

Specifies the three-way voting omnifont recognition module. This is the most accurate, OmniPage 12 compatible omnifont recognition module.

RECOGNIZE_MODULE_ASIAN

Specifies the Asian OCR recognition module.

Comments

This enumerated type is used by the following object:

ILTZoneData