I want to convert image file(containing words) to some string of words in java. I am trying using aspireocr for this. http://asprise.com/product/ocr/download.php?lang=java Though I imported aspriseOCR.jar into class path of the java program in eclipse but I am unable to import AspriseOCR.dll file. So, i am getting errors. Please can anyone help in "Put the native library into the library path " as their document says to import dll files. I am unfamiliar to modifying library path in java eclipse, can any programmer tell me pls.
Copy the dll files to any folder in %PATH%, e.g., C:\Windows\system32. To check list of folders in %PATH%, run the following command in console: echo %PATH%