安装了tesseract 5.0.0并对其进行了测试
通过python绑定安装了opencv4.0
cmake#通过
make -j4,发生错误
错误信息:
Scanning dependencies of target opencv_test_line_descriptor
ld: library not found for -ltesseract
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libopencv_text.4.1.0.dylib] Error 1
make[1]: *** [modules/text/CMakeFiles/opencv_text.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....