Did you install Visual C++ Redistributable for VS2013 <http://www.microsoft.com/en-au/download/details.aspx?id=40784>? This seems to be the most common problem. Check the forum <http://sourceforge.net/p/tess4j/discussion/> for answers.
On Monday, April 27, 2015 at 9:29:28 AM UTC-5, Ankita Verma wrote: > > Hi, > I am getting an error > > Exception in thread "main" java.lang.UnsatisfiedLinkError: The specified > module could not be found. > > at com.sun.jna.Native.open(Native Method) > at com.sun.jna.Native.open(Native.java:1759) > at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:260) > at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398) > at com.sun.jna.Library$Handler.<init>(Library.java:147) > at com.sun.jna.Native.loadLibrary(Native.java:412) > at com.sun.jna.Native.loadLibrary(Native.java:391) > at net.sourceforge.tess4j.util.LoadLibs.getTessAPIInstance(Unknown Source) > at net.sourceforge.tess4j.TessAPI.<clinit>(Unknown Source) > at net.sourceforge.tess4j.Tesseract.init(Unknown Source) > at net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source) > at net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source) > at net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source) > at com.app.ocr.TesseractExample.main(TesseractExample.java:17) > > I have all the dlls in the classpath and the tessdata folder is in place. > Please help me regarding this. > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/aa4f257d-5138-479c-8346-512c660a94de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

