Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create an OCR application in android. But I am somewhat familiar to Android. I want to capture an image and also recognize handwriting letters.

What I have tried:

try to load a camera and capture a image. after that i try to recognize characters in the image. but i can't do that
Posted
Updated 28-Aug-16 5:07am

1 solution

You start by doing research on how OCR works. You'll need to research neural networks and how they apply to writing recognition. Be warned, handwriting is the hardest of OCR to do. Don't expect 100% accuracy.

You start with the articles here on CP, click here[^].
 
Share this answer
 
Comments
Navodi Ranathunge 29-Aug-16 1:01am    
thanks.. is it so hard? i have no tome to study.. because i must do my presentation on 2nd september.
Dave Kreskowiak 29-Aug-16 1:16am    
No time to study? You're screwed then.

You obviously didn't bother to try and read any of the articles in the search results I linked to.

Good luck. You're going to flunk this project.

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