Leadtools.Forms.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 OcrEngineType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrEngineType = function() { }; Leadtools.Forms.Ocr.OcrEngineType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrEngineType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. Note: in LEADTOOLS for Windows Runtime, the OCR library is inside Leadtools.Forms.Ocr.dll and the above assembly does not exist. |
Arabic | Specifies the LEADTOOLS OCR Arabic engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Arabic.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 |
An OcrEngineType enumeration member is passed as a parameter to the OcrEngineManager.CreateEngine method to determine the type of engine to use. When the engine is created successfully, the engine type will be store in the IOcrEngine.EngineType property.
Note: LEADTOOLS for Windows Runtime supports the Advantage OCR engine only.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrEngineType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2