Don't know if it helps, but a couple of days ago I installed Tesseract 4 on macOS HighSierra using brew and this command: brew install tesseract --HEAD
I had to symlink liblep to proper location (don't remember if it was per Tesseract per se, or it was for Tess4j though): sudo ln -s /usr/local/lib/liblept.5.dylib /opt/local/lib/liblept.4.dylib How did you install Tesseract on Mac? On Tuesday, July 31, 2018 at 7:34:49 AM UTC+2, [email protected] wrote: > > Hi, > > I am new to Tesseract 4.0. Very glad to see you guys are here. I am trying > to follow the link below to complie Tesseract 4.0 on my Mac. However, I got > the out put in the final "make training" step, which yields "Need to > reconfigure project, so there are no errors". Did anybody have this same > problem? > > Also, when I run "tessearct -v", it generates: > > ➜ tesseract git:(master) tesseract -v > tesseract 3.05.02 > leptonica-1.76.0 > libgif 5.1.4 : libjpeg 9b : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : > libwebp 0.5.2 : libopenjp2 2.3.0 > > It seems I still get version 3.05. > > Best, > Charlie > -- 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 https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4ab440f7-e410-4f2e-9ef4-45642185c870%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

