DOC2_RECOGMODULE

typedef enum 
{ 
   DOC2_RECOGMODULE_AUTO = 0, 
   DOC2_RECOGMODULE_MTEXT_OMNIFONT, 
   DOC2_RECOGMODULE_MULTI_LINGUAL_OMNIFONT, 
   DOC2_RECOGMODULE_DOT_MATRIX, 
   DOC2_RECOGMODULE_OMR, 
   DOC2_RECOGMODULE_HAND_PRINTED_NUMERAL, 
   DOC2_RECOGMODULE_RER_PRINTED, 
   DOC2_RECOGMODULE_MATRIX, 
   DOC2_RECOGMODULE_OMNIFONT_PLUS2W, 
   DOC2_RECOGMODULE_OMNIFONT_FRX, 
   DOC2_RECOGMODULE_OMNIFONT_PLUS3W, 
   DOC2_RECOGMODULE_ASIAN, 
} DOC2_RECOGMODULE; 

The DOC2_RECOGMODULE enumerated type lists the types of recognition modules that can be associated with a zone.

Value

Meaning

DOC2_RECOGMODULE_AUTO

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.

DOC2_RECOGMODULE_MTEXT_OMNIFONT

The M/TEXT omnifont recognition module.

DOC2_RECOGMODULE_MULTI_LINGUAL_OMNIFONT

The multi-lingual MOR omnifont recognition module.

DOC2_RECOGMODULE_DOT_MATRIX

The DOT 9-pin draft dot-matrix recognition module.

DOC2_RECOGMODULE_OMR

The OMR optical mark recognition module.

DOC2_RECOGMODULE_HAND_PRINTED_NUMERAL

The HNR handprinted numeral recognition module.

DOC2_RECOGMODULE_RER_PRINTED

The third-party RER reRecognition Handprint recognition module.

DOC2_RECOGMODULE_MATRIX

The MAT matrix matching recognition module.

DOC2_RECOGMODULE_OMNIFONT_PLUS2W

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.

DOC2_RECOGMODULE_OMNIFONT_FRX

The FireWorX omnifont recognition module.

DOC2_RECOGMODULE_OMNIFONT_PLUS3W

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

DOC2_RECOGMODULE_ASIAN

Asian recognition module

Comments

This enumerated type is used by the following structure:

ZONEDATA2

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Professional OCR C API Help