Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have developed software which will convert tiff to jpg and then read jpg file but this software only work when there is a simple writing on the jpg file (means simple english font) but i want to read cursive font so any one help me to get out of this. i have tried so much and but i can not find any kind of hint for this. so please help..i don't understand which library i used? so help me for reading image which having cursive writing.

thanking you vipul chauhan

share|improve this question

1 Answer

up vote 1 down vote accepted

Sounds like you want to do OCR on a cursive font document. If you mean handwriting, I'd give up immediately (a very difficult problem in general). If it IS a specific font that you posses (or at least you can create a database of pictures of each letter of that font) then you can try to use an existing OCR library that can be trained with a new font.

For example: Tesseract-OCR or OCRopus. Also try googling "java ocr train" or so.

share|improve this answer
thanks a lot and once again thank you so much for helping me. – vipul chauhan Mar 6 '11 at 8:06
With pleasure. You can also mark my answer if it helped you. – sinelaw Mar 6 '11 at 9:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.