Hello, I installed Tesseract and all the stuff on my Mac. By running via terminal the command apparently it works. I'm trying to run it from Eclipse (following one of the examples on the website), but I receive the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function 'TessBaseAPICreate': dlsym(0x7fb714d3db20, TessBaseAPICreate): symbol not found at com.sun.jna.Function.<init>(Function.java:179) at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:391) at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:371) at com.sun.jna.Library$Handler.invoke(Library.java:205) at com.sun.proxy.$Proxy12.TessBaseAPICreate(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 net.sourceforge.tess4j.Tesseract.doOCR(Unknown Source) at AccountCreator.decrypt(AccountCreator.java:177) at AccountCreator.submittingForm(AccountCreator.java:100) at AccountCreator.<init>(AccountCreator.java:197) at Main.main(Main.java:5) What can I do to solve this issue? Anybody has an idea? Thanks a lot! -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

