ubuntu下使用qmakeC++调用libtesseract-ocr

系统环境
ubuntu16.04+opencv3.4.5+qt-creator
tesseract-ocr的github地址:https://github.com/tesseract-ocr/tesseract
具体使用:

安装tesseract

详见github官方文档的ubuntu安装部分
https://tesseract-ocr.github.io/tessdoc/Compiling.html#linux

使用Qmake C++调用项目

思路是使用github里给定的头文件和源文件,添加进pro文件中编译即可,我贴出我自己封装好的可用项目,可以在上面基础上修改符合自己的系统环境

链接:https://pan.baidu.com/s/19DDcgo1rojLZ5PI7IYy2bg 
提取码:6l8q 
上一篇:python3学习--安装OCR识别库tesserocr


下一篇:python能做什么