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

后端 未结 4 1439
暗喜
暗喜 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:46

    It is necessary to define the variable jna.platform.library.path. For instance:

    -Djna.platform.library.path=/usr/local/lib/

提交回复
热议问题