Removed "using" statements from ocr.h

This commit is contained in:
Matt Hill
2014-06-18 17:52:18 -04:00
parent 409011caee
commit 6dc1e6db89
5 changed files with 20 additions and 14 deletions

View File

@@ -19,6 +19,10 @@
#include "ocr.h"
using namespace std;
using namespace cv;
using namespace tesseract;
OCR::OCR(Config* config)
{
const string EXPECTED_TESSERACT_VERSION = "3.03";