Click here to Skip to main content
16,018,650 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Hi everyone!,

I want to do my final year project on OCR in java using the package 'JAI'.
Can any one suggest is there another better way to achieve this?
Does it come under image processing or artificial networks?
Posted
v2
Comments
Richard MacCutchan 2-Jan-13 5:07am    
Why would you expect Java Advanced Imaging to have something to do with artificial networks?
Sergey Alexandrovich Kryukov 2-Jan-13 18:24pm    
Wait a minute:
1) another better way to achieve implementation of OCR with JAI?
2) another better way to achieve implementation of OCR with Java?
3) another better way to achieve implementation of OCR?

If you ask about OCR development, you does not need anything except Java and its standard library.
If you want to use something else, you hardly can call it OCR development... :-) Which is by the way quite a complex problem. Are you sure you have enough forces for that?

—SA

1 solution

OCR in Java can implement by image processing or artificial networks.
First study how can perform image processing in Java.
Try to perform vertical and horizontal segmentation in an image and see how can recgnize a single character in an image. Then go with more than one character.
Learn about preprocessing, segmentation and post processing in OCR.
 
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