Click here to Skip to main content
15,913,140 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can implement OCR using Java either through neural networks, for language malayalam.
Posted

Do you really understand how big is this task? You can look at several works listed in my past answers:

OCR Software[^],
Apply online handwriting on neural network[^].

—SA
 
Share this answer
 
For a moment, forget Java, forget neural networks, and forget Malayalam. Forget "implementing" too.

Just think "How to DO optical character recognition". Try googling and find some good articles/papers.

After you gain substantial knowledge on the subject, find out if there any implementations for languages with similar writing styles. I don't know this since I'm not Indian, but I guess Malayalam writing will closely resemble Hindi or Tamil. Find out if OCR has been done for those languages.

And then you should determine the method: Neural networks or whatever.

And after you determine the method, you determine the language: Java, C, or even VB :P.

And only after that should you think about implementation details.

Now you're going top-down. Since the problem is so huge, I think you should go bottom up.
 
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