This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, December 22, 2017 12:02:08 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 142
Was thanked: 9 time(s) in 9 post(s)
What has changed?
- The engines offered by LEADTOOLS have been renamed
- The OcrEngineType enumeration has been restructured
- New runtime files are required
- The default location for runtime files has been moved
- Some LEADTOOLS DLLs have been renamed
What are the new OCR engine names?The Advantage engine is now called the LEAD engine, and Professional is now OmniPage.
How does this affect my code?All references to OcrEngineType will need to be updated to reflect the new values.
OcrEngineType.Advantage -> OcrEngineType.LEAD
OcrEngineType.Professional -> OcrEngineType.OmniPage
OcrEngineType.Arabic -> OcrEngineType.OmniPageArabic
Where are the new runtime files?LEAD Engine:
C:\LEADTOOLS21\Bin\Common\OcrLEADRuntimeOmniPage Engine:
C:\LEADTOOLS21\Bin\Common\OcrOmniPageRuntimeOmniPage Engine 64-bit:
C:\LEADTOOLS21\Bin\Common\OcrOmniPageRuntime64OmniPage Arabic Engine:
C:\LEADTOOLS21\Bin\Common\OCROmniPageArabicRuntimeWhat are the new libraries?The following files are required for all engines:
- Leadtools.Ocr.dll
- Leadtools.dll
- Leadtools.Forms.Common.dll
- Leadtools.Codecs.dll
- Leadtools.Document.Writer.dll
- Leadtools.ImageProcessing.Core.dll
The LEAD engine requires Leadtools.OcrLEAD.Engine.dll and Leadtools.Ocr.Advantage.dll.
The OmniPage engine requires Leadtools.Ocr.OmniPageEngine.dll and Leadtools.Ocr.Professional.dll.
The OmniPage Arabic engine requires Leadtools.Ocr.OmniPageArabicEngine.dll and Leadtools.Ocr.Arabic.dll.
Edited by user Monday, February 15, 2021 12:39:13 PM(UTC)
| Reason: Updating to v21
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.