예제 #1
0
    ~OCRTesseractImpl()
    {
#ifdef HAVE_TESSERACT
        tess.End();
#endif
    }
예제 #2
0
void TesseractBridge::close() {
    api.End();
}
예제 #3
0
void tess_capi_end(void)

    {
    api.End();
    }