#1
Posted
:
Wednesday, January 22, 2020 5:19:35 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 112
Was thanked: 4 time(s) in 4 post(s)
By default, the LEADTOOLS SDK main installer does not include libraries and components for Intelligent Character Recognition (ICR). These components are in a separate installer available on our downloads page under the header "ICR and Additional OCR Languages".
https://www.leadtools.com/downloadsTo ensure this package installs correctly, make sure that there aren't any LEADTOOLS demos running or debugging. Also ensure any other projects currently in development aren't running or debugging as well. Note ICR functionality is only available when using the OmniPage engine.
This adds "Icr" to the OcrZoneType enumeration. The OcrZone.ZoneType property can be set to this value in code programatically.
https://www.leadtools.com/help/leadtools/v20/dh/fo/ocrzonetype.htmlhttps://www.leadtools.com/help/leadtools/v20/dh/fo/ocrzone-zonetype.htmlThis package also includes additional runtime files. See our documentation on "Files to be Included with your Application" and ensure the proper ones are deployed alongside your application.
https://www.leadtools.com/help/leadtools/v20/dh/to/leadtools-ocr-module-omnipage-engine-runtime-files.htmlFor a demonstration of ICR functionality, open the OCR Multi-Engine Demo located in your installation folder.
C:\LEADTOOLS 20\Shortcuts\OCR - MICR - ICR - OMR\.NET Framework Class Libraries\Main OCR Demos
When prompted, select the "LEADTOOLS - OmniPage OCR Engine" option in the dropdown.

Draw a new zone.

Select the "Zone Properties" option.

In the dialogue for the Properties, set the dropdown for Type to Icr.

This instructs the OCR engine to treat the contents of that zone as handwritten characters when the recognition is performed. To recognize the document, select OCR -> "Recognize Document", then OCR -> "Show Recognized Words" to view the results.

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.