Recognition modules supporting a language
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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.).
|
| PLUS_FLAG | 8192 |
3-way voting module.
|
| ASN_FLAG | 16384 |
Asian module.
|
| ARA_FLAG | 131072 | |
Remarks
Some of the values later in the table are combinations of earlier values.
See Also