Folks,
I'm trying out tesseract library for OCR evaluation.
I'm using Mac OS Yosemite. I've the project setup ready in eclipse, with the libtesseract302.dll in the build path. But when I run the main class, it throws me an error
java.lang.UnsatisfiedLinkError: Unable to load library 'libtesseract302': Native library (win32-x86/libtesseract302.dll) not found in resource path
.....
.....
net.sourceforge.tess4j.TessAPI.<clinit>(Unknown Source)
net.sourceforge.tess4j.Tesseract.init(Unknown Source)
net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source)
net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source)
net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source)
ocrTest.doGet(ocrTest.java:39)
FYI -
I've already performed some tests to fix this issue following the steps as specified here, but it still throws me an error.