Leadtools.Services.Forms.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OcrEngineType Enumeration
See Also  
Leadtools.Services.Forms.DataContracts Namespace : OcrEngineType Enumeration



Specifies the available OCR engine types.

Syntax

Visual Basic (Declaration) 
<DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")>
Public Enum OcrEngineType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As OcrEngineType
C# 
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")]
public enum OcrEngineType : Enum 
C++/CLI 
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")]
public enum class OcrEngineType : public Enum 

Members

MemberDescription
Plus Specifies the LEADTOOLS OCR Plus engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Plus.dll is used.
Professional Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used.
Advantage Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used.

Example

For an example, refer to DocumentConvertOptions.

Remarks

You can specify one of the OcrEngineType enumeration values through "Leadtools.Services.Forms.ServiceImplementations.dll.config" file to set the Ocr engine. For example, to use the Plus engine to recognize a page, replace the following node Plus with the following node Plus in Leadtools.Services.Forms.ServiceImplementations.dll.config file which is shipped with our setup.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.Forms.DataContracts.OcrEngineType

Requirements

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

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features