osx - Xcode does not detect tesseract and opencv headers -
i trying compile c++ project uses opencv , tesseract(not ios) in xcode 5.1. have downloaded opencv , tesseract , header , library files sitting in /usr/local/include/ , /usr/local/lib/ folders respectively.
i have tried modifying xcode project "header search paths" , "library search paths" include above 2 folders according this.
however, getting next compilation errors in round robin fashion "lexical preprocessor issue - 'tesseract\baseapi.h' file not found" "lexical preprocessor issue - 'opencv\cv.h' file not found"
i have tried adding specific paths tesseract , opencv no luck.
has fixed issue before?
the issue fixed when libraries added xcode project. refer https://gist.github.com/balazspete/6982565
xcode osx opencv ocr tesseract
No comments:
Post a Comment