NativeOcrZoneRecognitionModule Enumeration (original) (raw)
Summary
Available recognition modules of the engine.
Syntax
[SerializableAttribute()]
public enum NativeOcrZoneRecognitionModule
public enum NativeOcrZoneRecognitionModule
[SerializableAttribute()]
public enum class NativeOcrZoneRecognitionModule
class NativeOcrZoneRecognitionModule(Enum):
Auto = 0
OmniFontMText = 1
OmniFontMor = 2
DotMatrix = 3
Omr = 4
IcrNumeral = 5
IcrCharacter = 6
MatrixMatching = 7
OmniFontPlus2WayVoting = 8
OmniFontFireWorx = 9
OmniFontPlus3WayVoting = 10
Asian = 11
Members
Value | Member | Description |
---|---|---|
0 | Auto | The engine will try to automatically select the most suitable recognition module for the zone. This will be determined just before recognition, according to the zone's filling method (NativeOcrZone.FillMethod) and, if necessary, other settings, most typically the character set. |
1 | OmniFontMText | M/TEXT omnifont recognition module. |
2 | OmniFontMor | Multi-lingual MOR omnifont recognition module. |
3 | DotMatrix | DOT 9-pin draft dot-matrix recognition module. |
4 | Omr | OMR (Optical Mark Recognition) module. |
5 | IcrNumeral | Hand-printed numeral recognition module. |
6 | IcrCharacter | Hand-printed character recognition module. |
7 | MatrixMatching | MAT matrix matching recognition module. |
8 | OmniFontPlus2WayVoting | Omni Font 2-way voting module. |
9 | OmniFontFireWorx | Omni Font FireWorx module. |
10 | OmniFontPlus3WayVoting | Omni Font 3-way voting module. |
11 | Asian | Asian characters recognition module. |