Click or drag to resize

RM_FLAGS Enumeration

Recognition modules supporting a language

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RM_FLAGS
Members
  Member nameValueDescription
MTX_FLAG2 M/TEXT omnifont module.
MOR_FLAG4 Multi-lingual MOR omnifont module.
DOT_FLAG8 DOT 9-pin draft dot-matrix module.
BAR_FLAG16 BAR Kofax bar code module (1D and 2D recognition combined in one module).
OMR_FLAG32 OMR optical mark module.
HNR_FLAG64 HNR hand-printed numeral module.
RER_FLAG128 RER rerecognition handprint module.
MAT_FLAG512 MAT matrix matching module (OCR-A, OCR_B, E-139 etc.).
RESERVED_P_FLAG1024
Caution note Caution
This API is preliminary and subject to change.
PLUS_FLAG8192 3-way voting module.
ASN_FLAG16384 Asian module.
M_____RM_FLAG8820 MOR, BAR, OMR, HNR, MAT and 3-way voting modules.
MRD___RM_FLAG8956 MOR, BAR, OMR, HNR, MAT, 3-way voting, RER and DOT modules.
M___B_RM_FLAG8820 MOR, BAR, OMR, HNR, MAT and 3-way voting modules.
MRDX__RM_FLAG8958 MOR, BAR, OMR, HNR, MAT, 3-way voting, RER, DOT and M/TEXT modules.
MRD_B_RM_FLAG8956 MOR, BAR, OMR, HNR, MAT, 3-way voting, RER and DOT modules.
MRDXB_RM_FLAG8958 MOR, BAR, OMR, HNR, MAT, 3-way voting, RER, DOT and M/TEXT modules.
ASIAN_RM_FLAG16432 BAR, OMR, ASN
RER___RM_FLAG176
Caution note Caution
This API is preliminary and subject to change.
Remarks
Some of the values later in the table are combinations of earlier values.
See Also