Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to write a program which will allow me to scan the cheque number/bank code and the account number at the bottom of the cheque. I have worked with OCR before but OCR technology doesnt work here. I want to use my camera to do the work. Can someone suggest me some ideas or may be some libraries that i can use with c++. I really appreciate it.
Posted

1 solution

hi,
You are looking for libraries so it seems you already have the SDK
for your camera.
What you are looking for is a text recognition application .
The camera captures the image and the application processes it to recognize characters and process them accordingly.
There is a popular library called OpenCV[^] which can help you here.
They also have a forum where you can search for related questions.

Have a look at this link[^] too.


hope it helps !!
 
Share this answer
 

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