Results 1 to 7 of 7
- 03-24-2009, 02:48 PM #1
OCR System for Recognise Characters in an Application Form
For my final year project i hope to develop an Character Recognition System which is once the image of a application form is submitted to the system it should extract all the details including his picture and should display it in the form.
Are there any java in built API to recognize characters or if not is it necessary to use Advance Algorithms.. Or do i have to use Math Lab for this..
If there are sample codes please be kind to publish for me...
Please guide me it will be a great help for me to success my project in given time.
- 03-27-2009, 05:43 PM #2
Member
- Join Date
- Feb 2009
- Posts
- 29
- Rep Power
- 0
what have you done so far dear?'coz i think there is no one to bother 'bout your project.
i guess your project is something like:
1. fetch an image of a character which resides in the hard disk(you can start with java swing to build your UI & then go through the image methods; use imageIo to read & image Icon to display your character in the application form)
2. after that you need to binarize the image(representing in 0 & 1)
3.pre processing- this includes noise removal,thinning,scaling,etc.
4. feature extraction- you have to extract some features of each character image with the help of that we can identify the character.
5.final recognition
as per my knowledge you can proceed in this way for your "Character Recognition System".if i am wrong then just ignore this post.
good luck
- 03-27-2009, 06:23 PM #3
Senior Member
- Join Date
- Jul 2008
- Posts
- 125
- Rep Power
- 0
sanyan751 has developed an excelent list of task you should
consider for your project. Step 4 caught my eye because I
developed such an algorithm. It is close to 400 lines of code.
Also, I developed it around 'clean images', so step 3 was not
a consideration.
I value this list because it fits so well into what I have planned
for my project, yet I know nothing of sanyan751.
I guess, in all of this is a WARNING (Will Robinson!):
This is a very large project for a final year project.
Maybe you should choose only one of these steps
for your project.
Java Code:1. fetch an image of a character which resides in the hard disk (you can start with java swing to build your UI & then go through the image methods; use imageIo to read & image Icon to display your character in the application form) 2. after that you need to binarize the image(representing in 0 & 1) 3. pre processing- this includes noise removal,thinning,scaling,etc. 4. feature extraction- you have to extract some features of each character image with the help of that we can identify the character. 5. final recognition as per my knowledge you can proceed in this way for your "Character Recognition System".if i am wrong then just ignore this post. good luck
Last edited by paul pasciak; 03-27-2009 at 06:27 PM.
- 03-27-2009, 08:05 PM #4
Member
- Join Date
- Feb 2009
- Posts
- 29
- Rep Power
- 0
thank you paul.
- 02-06-2010, 09:11 AM #5
Member
- Join Date
- Feb 2010
- Posts
- 2
- Rep Power
- 0
hi...
could you please send me the java code for the steps you have done in this project.. Am doing the ocr text extraction from image project and it would be a great help for me if you can provide information..
thanx
- 02-18-2010, 11:45 AM #6
Guys
Do the favour... share the precious code !
- 02-18-2010, 12:28 PM #7
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Similar Threads
-
Using Editable Pdf form fields in Application
By jiten.mistry in forum Advanced JavaReplies: 5Last Post: 09-21-2011, 08:37 PM -
how to connect form to another form in netbeans5.5
By Shivraj in forum AWT / SwingReplies: 1Last Post: 03-17-2009, 09:01 AM -
[SOLVED] How to close the current form when i open a new form?
By tpyq in forum NetBeansReplies: 6Last Post: 11-28-2008, 06:55 AM -
enctype=multipart/form-data with form data in struts
By vk_satheesh in forum New To JavaReplies: 0Last Post: 09-19-2008, 12:48 PM -
simulate form type=button press with java application
By redmoonzer01 in forum NetworkingReplies: 1Last Post: 03-29-2008, 06:28 AM


LinkBack URL
About LinkBacks

Bookmarks