错误:

tesserocr.cpp:653:10: fatal error: leptonica/allheaders.h: 没有那个文件或目录
#include "leptonica/allheaders.h"
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

 

 

解决办法: sudo apt install libleptonica-dev

      sudo apt install libtesseract-dev

 

 

 

 

 

 

 

 

原文:https://blog.csdn.net/u011148366/article/details/75674845

相关文章:

  • 2022-12-23
  • 2022-03-11
  • 2022-12-23
  • 2021-08-12
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-20
  • 2021-06-10
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案