hii I have MCA final year project to extract data from image(jpg,gif,etc) I want to recognize data from image i have used java ocr but it is not working is there any open source libraries which can help me
A:
Here is a java based OCR tool. The page claims that the tool can recognize triangles and other patterns from letters - they have given sample images too. The code is open source and downloadble.
Did you try Asprise?
tesseract is an open source OCR tool, but it's not in Java. See tesseract in action
Amarghosh
2010-03-10 06:09:56
OCR tool is not working.......I have used Asprise OCR with linux os.....but it is not a open source .......but i m getting problem to run on MAC os
Hussain
2010-03-10 06:32:19
must you use java? if not, check out tesseract - just updated the post.
Amarghosh
2010-03-10 07:05:19
yes i have to use java,.....because my project in java
Hussain
2010-03-10 07:51:50
Tesseract in action worked well but.....it doesnt have source code....
Hussain
2010-03-10 07:56:22
any other OCR libraries
Hussain
2010-03-10 08:08:58
tesseract source code in c++ is available in google code. http://code.google.com/p/tesseract-ocr/ That's all I know.
Amarghosh
2010-03-10 08:14:10
A:
Matlab has a trainable OCR that has been used to break capthcas. Unfortunately the group that broke the capthcas didn't release source code. However, here is example code of training Matlab's ocr.
The matlab code will easily compile into your java project.
Rook
2010-03-10 07:01:02
+1
A:
Have a look at zxing, http://code.google.com/p/zxing/downloads/list
Kennet
2010-03-10 07:38:54