The OcrEngineType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
The OcrEngineType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies available OCR engine types| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum OcrEngineType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrEngineType | |
| C# | |
|---|---|
[SerializableAttribute()] public enum OcrEngineType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Ocr.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