How can I do OCR in Java? -


we have taken .jpg file of text. , want create separate .jpg segment files of each character in text. how possible in java?

you can start these 2 links:

http://www.roncemer.com/software-development/java-ocr

and

http://code.google.com/p/tesseract-ocr/


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -