zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

Update macOS support #71

Closed PumpMagic closed 6 years ago

PumpMagic commented 6 years ago

See https://github.com/zdenop/qt-box-editor/issues/70.

The qmake config for macOS currently suggests a custom install of Tesseract and does not explicitly link libtesseract or liblept. I don't think the custom install is needed, due to improvements that have since been made to the official Tesseract Homebrew package. These changes suggest the official package and explicitly link the deps.

zdenop commented 6 years ago

thanks