Specifies available OCR engine types.
[SerializableAttribute()]
public enum OcrEngineType
<SerializableAttribute()>
Public Enum OcrEngineType
[SerializableAttribute()]
public enum OcrEngineType
typedef NS_ENUM(NSInteger, LTOcrEngineType)
public enum OcrEngineType
Leadtools.Forms.Ocr.OcrEngineType = function() { };
Leadtools.Forms.Ocr.OcrEngineType.prototype = {<br/>
Advantage = 0,
Professional = 1,
Arabic = 2,
};
[SerializableAttribute()]
public enum class OcrEngineType
Members
Value | Member | Description |
---|---|---|
0 | 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. |
1 | Professional | Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used |
2 | Arabic | Specifies the LEADTOOLS OCR Arabic engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Arabic.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 only the Advantage OCR engine.
For an example, refer to IOcrEngine and OcrEngineManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET