[tesseract-ocr] Re: Error looking up function 'TessTextRendererCreate' on Mac

2015-09-04 Thread Quan Nguyen
You'd need Tess4J 1.5, which is compatible with Tess 3.02. On Friday, September 4, 2015 at 5:59:00 AM UTC-5, Hang Wen wrote: > > Hi, > > I got the following error when trying to initialize TessAPI1() on Mac: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking >> up

Re: [tesseract-ocr] Re: Error looking up function 'TessTextRendererCreate' on Mac

2015-09-04 Thread zdenko podobny
Or other way around: TessTextRendererCreate is tesseract 3.04 (C-API) function, so you need to upgrade your tesseract library. Zdenko You'd need Tess4J 1.5, which is compatible with Tess 3.02. On Friday, September 4, 2015 at 5:59:00 AM UTC-5, Hang Wen wrote: > > Hi, > > I got the following error