mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:16:50 +08:00
Deconstructor using correct tesseract function to close it out
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user