Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i want to make an app in android.. using optical character recognition so i can convert camera click image into text and save it into txt file and upload it into database. But i dont know where i have to start because i never used optical character recognition.. So anyone can guide me or provide some code for OCR and how to use OCR in camera.. so after clicking image from camera it will convert into text

What I have tried:

Here i follow this link but not getting anything
Posted
Updated 20-May-16 23:31pm
v3
Comments
Richard MacCutchan 21-May-16 5:38am    
Use Google to search for articles/samples on the subject of OCR.
Mike (Prof. Chuck) 26-May-16 3:37am    
https://github.com/tesseract-ocr/tesseract/wiki

Tesseract is the most widely used OCR software. Yes you have to compile it yourself but it is very very powerful (even Google uses it, as far as I know).

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