OCR in JAVA
843810Oct 19 2006 — edited Jun 11 2007I 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!