mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:22:49 +08:00
Updated ocr.h to point to tesseract/baseapi.h
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
#include "opencv2/imgproc/imgproc.hpp"
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
|
||||||
#include "baseapi.h"
|
#include "tesseract/baseapi.h"
|
||||||
using namespace tesseract;
|
using namespace tesseract;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
Reference in New Issue
Block a user