Remove debug print

This commit is contained in:
simon987 2023-12-10 09:21:14 -05:00
parent 2936240df8
commit 410283f14a

View File

@ -45,9 +45,6 @@ ocr_extract_text(const char *tesseract_path, const char *tesseract_lang,
if (len >= MIN_OCR_LEN) {
cb(text, len);
}
fprintf(stderr, "OCR: '%s'\n", text);
TessDeleteText(text);
}