Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OCR in JAVA

843810Oct 19 2006 — edited Jun 11 2007
I need the smallest program ever of OCR.....i.e. which takes an img as input and gives characters as output...........I really need this program....


System.load("E:/OCR/ocr-eval-java-Windows/DevIL.dll");
System.load("E:/OCR/ocr-eval-java-Windows/ILU.dll");
System.load("E:/OCR/ocr-eval-java-Windows/AspriseOCR.dll");
BufferedImage image = ImageIO.read(new File("ocr.gif"));
s = new OCR().recognizeCharacters(image);

this is not working as its giving this error

java.lang.UnsatisfiedLinkError: no AspriseOCR in java.library.path


plz help needed!!!!!!!!All developers of JAVA

Thanx in advance!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2007
Added on Oct 19 2006
4 comments
2,342 views