Tesseract or any other OCR lib

前端 未结 2 604
灰色年华
灰色年华 2021-02-15 23:36

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条回答
  •  -上瘾入骨i
    2021-02-16 00:05

    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

提交回复
热议问题