←Select platform

OcrEngineType Enumeration

Summary

Specifies available OCR engine types.

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum OcrEngineType 
<SerializableAttribute()> 
Public Enum OcrEngineType  
public enum OcrEngineType 
[SerializableAttribute()] 
public enum class OcrEngineType   

Members
Value Member Description
0 LEAD LEAD specifies the LEADTOOLS OCR Module - LEAD Engine. Internally, the OCR library inside Leadtools.Ocr.LEADEngine.dll is used.
Note: The LEAD OCR engine is the only engine that can be used when targeting platforms other than Windows.
For more information, refer to OCR Files to be Included With Your Application.
1 OmniPage OmniPage specifies the LEADTOOLS OCR Module - OmniPage Engine engine. Internally, the OCR library inside Leadtools.Ocr.OmniPageEngine.dll is used.
Note: The LEADTOOLS OmniPage engine's OCR Modules require .NET Framework 4.0.
For more information, refer to OCR Files to be Included With Your Application.
2 OmniPageArabic OmniPageArabic specifies the LEADTOOLS OCR Module - OmniPage Engine with Additional Languages engine. Internally, the OCR library inside Leadtools.Ocr.OmniPageArabicEngine.dll is used.
Note: The LEADTOOLS OmniPage engine's OCR Modules require .NET Framework 4.0.
For an example, refer to IOcrEngine and OcrEngineManager.
For more information, refer to OCR Files to be Included With Your Application.

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.

LEADTOOLS OmniPage Arabic engine OCR Modules require .NET Framework 4.0.

Example

For an example, refer to CreateEngine topic.

Requirements

Target Platforms

Help Version 20.0.2020.5.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly