Hi,
I downloaded the tesseract from github and installed it on my mac using macports.I was able to locate the libtesseract.3.dylib file and libtesseract.a on my computer. I added the files to my project and used the header file
#include <tesseract/baseapi.h>
but the above line throws error stating not found
Can anyone please tell me what i am missing to make this work?
Thank you