Error processing SSI file
LEADTOOLS OCR

Show in webframe

The OcrEngineManager class and its methods are your entry to using the Leadtools.Forms.Ocr class library.

Use the OcrEngineManager.CreateEngine method to create an instance of the IOcrEngine interface. Afterwards, use the properties and methods of this interface to perform the various OCR tasks required.

There are two things to consider when creating an IOcrEngine instance:


OCR Engine Type

The LEADTOOLS for .NET class library supports multiple OCR engines. All engines supported implement the same interfaces defined in Leadtools.Forms.Ocr.dll. As a result, it is not necessary to change the application code when switching engines.

The first parameter of the OcrEngineManager.CreateEngine method (engineType) is a value of the OcrEngineType enumeration. It specifies which OCR engine to load. Internally, the framework uses Assembly.Load to load the corresponding assembly and create the objects that implement the various public interfaces (for example, IOcrEngine).

Currently, the LEADTOOLS for .NET class library supports the following engines:

Engine Description
OcrEngineType.Professional

LEADTOOLS OCR Professional engine. The OCR library inside Leadtools.Forms.Ocr.Professional.dll is loaded.

OcrEngineType.Advantage

LEADTOOLS OCR Advantage engine. The OCR library inside Leadtools.Forms.Ocr.Advantage.dll is loaded.

OcrEngineType.Arabic

LEADTOOLS OCR Arabic engine. The OCR library inside Leadtools.Forms.Ocr.Arabic.dll is loaded.


Using the LEADTOOLS OCR Thunk Server

Refer to Multi-Threading with LEADTOOLS OCR.

See Also

Reference

Introduction
Getting Started (Guide to Example Programs)
LEADTOOLS OCR .NET Assemblies
Programming with LEADTOOLS .NET OCR
An Overview of OCR Recognition Modules
Starting and Shutting Down the OCR Engine
Multi-Threading with LEADTOOLS OCR
OCR Spell Language Dictionaries
Working with OCR Languages
Working with OCR Pages
Working with OCR Zones
Recognizing OCR Pages
OCR Confidence Reporting
Using OMR in LEADTOOLS .NET OCR
OCR Languages and Spell Checking
OCR Engine Specific Settings
OCR Tutorial - Working with Pages
OCR Tutorial - Recognizing Pages
OCR Tutorial - Adding and Painting Zones
OCR Tutorial - Working with Recognition Results
OCR Tutorial - Scanning to Searchable PDF

Error processing SSI file