I'm installing openCV on my mac
https://www.pyimagesearch.com/2018/08/17/install-opencv-4-on-macos/
When I get to the step for "make"
I get the error:
/Users/NEO/opencv_contrib/modules/text/src/precomp.hpp:54:10: fatal error: 'tesseract/baseapi.h' file not found
include <tesseract baseapi.h="">
I have tried installing tesseract again, and other fixes but not working yet, how to have opencv working?
thanks!