mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 13:26:53 +08:00
Deconstructor using correct tesseract function to close it out
This commit is contained in:
@@ -48,7 +48,7 @@ namespace alpr
|
||||
|
||||
OCR::~OCR()
|
||||
{
|
||||
tesseract.Clear();
|
||||
tesseract.End();
|
||||
}
|
||||
|
||||
void OCR::performOCR(PipelineData* pipeline_data)
|
||||
|
Reference in New Issue
Block a user