Hi, I got the following error when trying to initialize TessAPI1() on Mac:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up > function 'TessTextRendererCreate': dlsym(0x7fb8dad55ca0, > TessTextRendererCreate): symbol not found > at com.sun.jna.Function.<init>(Function.java:208) > at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:536) > at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:513) > at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:499) > at com.sun.jna.Native.register(Native.java:1509) > at com.sun.jna.Native.register(Native.java:1396) > at com.sun.jna.Native.register(Native.java:1156) > at net.sourceforge.tess4j.TessAPI1.<clinit>(TessAPI1.java:39) I've referred to this post <https://groups.google.com/forum/#!topic/tesseract-ocr/y8m_IIk767s>, and made sure libtesseract.dylib is in my system path. But I still got this error. The TessAPI() works fine. I have 3.02.02_3 and tess4j 2.0.1 Thank you for any ideas. -- 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/7897bda3-a41d-492d-b5f2-ff2faf1b2b72%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

