Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
i need to make somethig
i need for example scan businesscard then pass scaned image to my application
& the application read the information on that image & store it in database
like person name phone address email etc
store it as fields values in my database
is it possible
Posted
Comments
[no name] 11-Dec-11 1:43am    
My 5!

This is called OCR, see http://en.wikipedia.org/wiki/Character_recognition[^].

Even though OCR became stable enough these days, all the open source solutions I know are not good enough or incomplete. You need to a lot of work to adopt them for your needs.
See also my past answer OCR Software[^].

Another approach is using Microsoft Office. See:
How To: Use Office 2007 OCR Using C#[^],
OCR with Microsoft® Office[^],
Document Processing Part II: Request Driven OCR[^],
OCR With MODI in Visual C++[^].

Maybe you will find something else by yourself: http://lmgtfy.com/?q=OCR+%22C%23%22[^].

—SA
 
Share this answer
 
v2
Comments
thatraja 11-Dec-11 1:30am    
5!
Sergey Alexandrovich Kryukov 11-Dec-11 1:34am    
Thank you, Raja,
--SA
 
Share this answer
 
Comments
[no name] 11-Dec-11 0:36am    
no main purpose of my question is how to read data on that business card not scan file
like i need to insert business card personal name & address & email in my database could i read it from business card image

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