Visual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")> Public Enum OcrEngineType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 |
Member | Description |
---|---|
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. |
For an example, refer to DocumentConvertOptions.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Forms.DataContracts.OcrEngineType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family