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
<FlagsAttribute>
Public Enumeration RM_FLAGS
[FlagsAttribute]
public enum class RM_FLAGS
Members
| Member name | Value | Description |
---|
| MTX_FLAG | 2 |
M/TEXT omnifont module.
|
| MOR_FLAG | 4 |
Multi-lingual MOR omnifont module.
|
| DOT_FLAG | 8 |
DOT 9-pin draft dot-matrix module.
|
| BAR_FLAG | 16 |
BAR Kofax bar code module (1D and 2D recognition combined in one module).
|
| OMR_FLAG | 32 |
OMR optical mark module.
|
| HNR_FLAG | 64 |
HNR hand-printed numeral module.
|
| RER_FLAG | 128 |
RER rerecognition handprint module.
|
| MAT_FLAG | 512 |
MAT matrix matching module (OCR-A, OCR_B, E-139 etc.).
|
| RESERVED_P_FLAG | 1024 | Caution |
---|
|
This API is preliminary and subject to change. |
| PLUS_FLAG | 8192 |
3-way voting module.
|
| ASN_FLAG | 16384 |
Asian module.
|
| M_____RM_FLAG | 8820 |
MOR, BAR, OMR, HNR, MAT and 3-way voting modules.
|
| MRD___RM_FLAG | 8956 |
MOR, BAR, OMR, HNR, MAT, 3-way voting, RER and DOT modules.
|
| M___B_RM_FLAG | 8820 |
MOR, BAR, OMR, HNR, MAT and 3-way voting modules.
|
| MRDX__RM_FLAG | 8958 |
MOR, BAR, OMR, HNR, MAT, 3-way voting, RER, DOT and M/TEXT modules.
|
| MRD_B_RM_FLAG | 8956 |
MOR, BAR, OMR, HNR, MAT, 3-way voting, RER and DOT modules.
|
| MRDXB_RM_FLAG | 8958 |
MOR, BAR, OMR, HNR, MAT, 3-way voting, RER, DOT and M/TEXT modules.
|
| ASIAN_RM_FLAG | 16432 |
BAR, OMR, ASN
|
| RER___RM_FLAG | 176 | 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