Creating an OCR Engine Instance

The OcrEngineManager class is the LEADTOOLS OCR Module - LEAD Engine entry point.

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.

The parameter of the OcrEngineManager.CreateEngine method (engineType) is a value of the OcrEngineType enumeration. There is only one OCR Engine and is defined as

Engine Description
OcrEngineType.LEAD LEADTOOLS OCR Module - LEAD Engine. The OCR library inside Leadtools.Ocr.LEADEngine.dll is loaded.

For information on using the LEADTOOLS OCR Thunk Server, refer to Multi-Threading with LEADTOOLS OCR.

See Also

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

LEADTOOLS Imaging, Medical, and Document

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.