Tesseract OpenCV QT 5
These libraries should be available in search paths of the system
git clone https://github.com/7Mcking/OCRonQt.git
mkdir build && cd build
cmake ..
make
./OCR
- Can run directly with tesseract or run an EAST model to first find the text area in the image and then running OCR.
- Section of image can also be directly posted. However, its a work in progress.