Updated ocr.h to point to tesseract/baseapi.h

This commit is contained in:
mhill
2014-05-09 18:23:46 -05:00
parent cbfa90fc84
commit d6778b9e8c

View File

@@ -30,7 +30,7 @@
#include "constants.h"
#include "opencv2/imgproc/imgproc.hpp"
#include "baseapi.h"
#include "tesseract/baseapi.h"
using namespace tesseract;
using namespace std;
using namespace cv;