Leadtools.Workflow.Ocr Namespace : OcrEngineType Enumeration |
[SerializableAttribute()] public enum OcrEngineType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrEngineType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrEngineType
[SerializableAttribute()] public enum class OcrEngineType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Plus | Specifies the LEADTOOLS OCR Plus engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Plus.dll is used. |
0x00000001 | Professional | Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used. |
0x00000002 | Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
0x00000003 | Arabic | Specifies the LEADTOOLS OCR Arabic engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Arabic.dll is used. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Ocr.OcrEngineType