Visual Basic (Declaration) | |
---|---|
Public Enum RasterDocumentRecognizeModule Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterDocumentRecognizeModule : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterDocumentRecognizeModule : public Enum |
C++/CLI | |
---|---|
public enum class RasterDocumentRecognizeModule : public Enum |
Member | Description |
---|---|
Auto | Specifies that 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. |
OmniFontMText | Specifies the M/TEXT omnifont recognition module. |
OmniFontMultilingual | Specifies the multi-lingual MOR omnifont recognition module. |
DotMatrix | Specifies the DOT 9-pin draft dot-matrix recognition module. |
Omr | Specifies the OMR optical mark recognition module. |
HandPrintedNumeral | Specifies the HNR handprinted numeral recognition module. |
RerPrinted | Specifies the third-party RER reRecognition Handprint recognition module. |
Matrix | Specifies the MAT matrix matching recognition module. |
OmniFontPlus2W | Specifies the two-way voting POWR++ omnifont recognition module. |
OmniFontFrx | Specifies the FireWorX omnifont recognition module. |
OmniFontPlus3W | Specifies the three-way voting omnifont recognition module. This is the most accurate, OmniPage 12 compatible omnifont recognition module. |
For more information, refer to An Overview of Recognition Modules.
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentRecognizeModule
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family