Specifies available OCR engine types.
[SerializableAttribute()]
public enum OcrEngineType
<SerializableAttribute()>
Public Enum OcrEngineType
public enum OcrEngineType
[SerializableAttribute()]
public enum class OcrEngineType
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. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document