The OcrEngineType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specifies the available OCR engine types.| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")> Public Enum OcrEngineType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrEngineType | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")] public enum OcrEngineType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")] public enum class OcrEngineType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
| 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. |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code