std::string outText, imPath = "image.jpeg"; cv::Mat im = cv::imread(imPath, cv::IMREAD_GRAYSCALE); cv::bitwise_not(im, im); tesseract::TessBaseAPI*