Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrEngineType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum OcrEngineType : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] 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 |
Arabic | Reserved for future use. Trying to start an IOcrEngine with Arabic will throw an exception |
For an example, refer to IOcrEngine and OcrEngineManager.
The Advantage. engine type is currently not available. Using this engine type will result in an exception of type ArgumentException to be thrown.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrEngineType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family