Deconstructor using correct tesseract function to close it out

This commit is contained in:
Matt Hill
2015-08-10 23:00:59 -04:00
parent 83e8acd8d3
commit ea255b1be3

View File

@@ -48,7 +48,7 @@ namespace alpr
OCR::~OCR() OCR::~OCR()
{ {
tesseract.Clear(); tesseract.End();
} }
void OCR::performOCR(PipelineData* pipeline_data) void OCR::performOCR(PipelineData* pipeline_data)