Click here to Skip to main content
15,911,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends

Acctually i want to know about the data extracting by using OCR.acctually i want to extract data from scanned image and save it on database(relevant table).

ex-

a scanned application that has feild like name,birthday etc.

name = *************
birthdaya = ********

so how to extract data from that application and how to save it on database.


Please help me

Cheers!
Jeetan
Posted

1 solution

For extracting data from images you need to have a OCR Tool. These tools are responsible of performing OCR.

The tools which can do the trick are:
1. Kodak Imaging
2. MODI (Microsoft Office Document Imaging MS Office 2007- deprecated in MS Office 2010)

The above mentioned tools extract text from images and create text files, which can be uploaded to database.
A simple google search can bring you a lot of ocr tools.

Hope this will help you a little.
 
Share this answer
 
Comments
jeetan 10-May-11 13:14pm    
yes i want to know how to handle the cordine part for that also

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900