~OCRTesseractImpl() { #ifdef HAVE_TESSERACT tess.End(); #endif }
void TesseractBridge::close() { api.End(); }
void tess_capi_end(void) { api.End(); }