LEADTOOLS Support
General
LEADTOOLS SDK Examples
HOW TO: OCR & Find words to highlight in C# DotNet
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
:
Saturday, October 25, 2008 10:53:06 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
This C# DotNet demo uses the LEADTOOLS v16 DotNet interface to illustrate the use of the OCR engines(Advantage, Plus, & Pro) available in the SDK. This demo shows how to search a document for specific words and highlight them with an appropriate color. This demo also allows the user to simply OCR a document and save a searchable PDF. Note: The documents created are either a searchable PDF or a 24-bit TIF file with highlighting. They cannot be combined.
Quick start guide:
1.) When you start up the demo, begin by selecting the engine you want to use. The default is the Plus engine (Engines -> Plus)
2.) Load a document (File -> Open).
3.) Recognize the document (Actions -> Recognize)
4.) Set the words to highlight (Actions -> Set Highlight Words). When the dialog appears, enter the words to highlight in the list. If you intend to use this list again, you can save it for later (File -> Save Words File). Set the highlight color (Color -> Select Highlight Color).
5.) Highlight the words in the document (Actions -> Highlight). Note: This will convert the image to 24-bits if it is not already.
6.) Save the resulting image (Actions -> Save Results).
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#2
Posted
:
Tuesday, June 30, 2009 9:57:14 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
I have updated this project to use the latest v16.5 dlls. This project also allows the use of the new Advantage OCR engine.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Monday, August 16, 2010 10:58:09 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
This demo has been updated to us VS 2010 using the LEADTOOLS v17 dlls. The project has been updated to allow for also selecting to use the new OCR Arabic engine. A few other minor changes were necessary in the code as well to use the LeadRect and LeadPoint structures.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#4
Posted
:
Sunday, May 6, 2012 4:24:10 AM(UTC)
Groups: Registered
Posts: 256
This demo has been updated to use LEADTOOLS v17.5. The rest is almost identical to the post for LEADTOOLS v17.0.
#5
Posted
:
Sunday, March 2, 2014 4:17:13 AM(UTC)
Groups: Registered
Posts: 256
This demo was updated to use LEADTOOLS v18.0. This demo doesn't use the Plus engine.
#6
Posted
:
Monday, June 18, 2018 11:17:26 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
This demo has been updated to use LEADTOOLS v20, the .NET framework 4.0, and Visual Studio 2015. Updates have been made to now use the LEAD and OmniPage engines. To use this demo, extract it to its own folder in "C:\LEADTOOLS 20\Examples\DotNet\CS".
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
General
LEADTOOLS SDK Examples
HOW TO: OCR & Find words to highlight in C# DotNet
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.