LEADTOOLS Support
Document
Document SDK Examples
How To : Use AutoZoning Command to AutoZone an image for OCR
While some posts in this topic are more current, this topic was posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, August 26, 2014 4:06:28 AM(UTC)
Groups: Manager, Tech Support, Administrators
Posts: 218
Was thanked: 12 time(s) in 12 post(s)
Attached is a sample project using C# and Leadtools 18. This project shows how to use the AutoZoning Image Processing Command to generate zones for an image to be used in OCR.
http://www.leadtools.com/help/leadtools/v18/dh/po/leadtools.imageprocessing.core~leadtools.imageprocessing.core.autozoningcommand.html
The AutoZoning command lets you choose various options for the process and can be seen here:
http://www.leadtools.com/help/leadtools/v18/dh/po/leadtools.imageprocessing.core~leadtools.imageprocessing.core.autozoningoptions.html
Also shown in this demo is how to draw rectangle annotations using the new Leadtools.Annotations.Core namespace based on the zones.
Hadi Chami
Developer Support Manager
LEAD Technologies, Inc.
#2
Posted
:
Thursday, October 27, 2016 3:30:14 AM(UTC)
Groups: Registered
Posts: 1
Hi hadi,
I get an error " 'IOcrPage' does not contain a definition for 'RecognizeText' " after importing the project in VS 2015.
what have to do ?
error message:
Severity Code Description Project File Line Suppression State
Error CS1061 'IOcrPage' does not contain a definition for 'RecognizeText' and no extension method 'RecognizeText' accepting a first argument of type 'IOcrPage' could be found (are you missing a using directive or an assembly reference?) CS_AutoZoningDemo C:\Users\Itelsys\Desktop\CS_AutoZoningDemo\Form1.cs 289 Active
#3
Posted
:
Thursday, October 27, 2016 8:33:53 AM(UTC)
Groups: Manager, Tech Support, Administrators
Posts: 218
Was thanked: 12 time(s) in 12 post(s)
The issue you are seeing is because the example was built using version 18 of the LEADTOOLS SDK.
I have updated the project to work with version 19, please download and use this one.
Hadi Chami
Developer Support Manager
LEAD Technologies, Inc.
#4
Posted
:
Friday, June 1, 2018 9:58:38 AM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
I have updated this project to work with Version 20.
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Document
Document SDK Examples
How To : Use AutoZoning Command to AutoZone an image for OCR
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.