Unable to load library 'tesseract': libtesseract.so: cannot open shared object file: No such file or directory

后端 未结 4 1440
暗喜
暗喜 2020-12-16 21:12

I\'ve had tesseract and Tess4J running on my MBP for a while now. Today I started to migrate my app to the server and started installing everything on the server. Prior to r

4条回答
  •  暖寄归人
    2020-12-16 21:56

    You must set LD_LIBRARY_PATH environment variable to the path where libtesseract.so is.

    export LD_LIBRARY_PATH=/usr/local/lib
    

提交回复
热议问题