Tesseract or any other OCR lib

前端 未结 2 1455
孤城傲影
孤城傲影 2021-02-15 23:32

I\'m looking for an explanation / API doc / examples of how to use (and train?) Tesseract in C++, nothing useful on the google Tesseract page, and yet to find something over the

2条回答
  •  爱一瞬间的悲伤
    2021-02-15 23:44

    Tesseract Ocr is an open source library for detecting Optical Character. You just need to include the library files if you are using visual studio. If you are using qt creator then you have to build the library to work on the QT. You need to use CMakelist or Cmake Gui to build the library. You can visit the link Opencv Ocr build for Qt 5.4 mingw

提交回复
热议问题