←Select platform

OcrEngineType Enumeration

Summary

Specifies available OCR engine types.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

ValueMemberDescription
0Advantage 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.
1Professional Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used
2Arabic Specifies the LEADTOOLS OCR Arabic engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Arabic.dll is used
Remarks

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.

Example

For an example, refer to IOcrEngine and OcrEngineManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly