Hi guys, I'm still learning OpenCv, excuse me for this question. I have read on documentation (cv::text::OCRTesseract Class Reference), "Notice that it is compiled only when tesseract-ocr is correctly installed". And in the demos seems that ocr is integrated with openCv:
#include "opencv2/text.hpp"
using namespace cv::text;
Has someone a useful link for to install tesseract correctly in OpenCv 3? Thanks for yours time. Maurizio