Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDocumentRecognizeModule Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentRecognizeModule Enumeration



Values that specify which type of recognition module to use on a zone.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDocumentRecognizeModule 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentRecognizeModule
C# 
public enum RasterDocumentRecognizeModule : Enum 
C++/CLI 
public enum class RasterDocumentRecognizeModule : public Enum 

Members

MemberDescription
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.

Remarks

For more information, refer to An Overview of Recognition Modules.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentRecognizeModule

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.