mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-24 09:31:36 +00:00
Remove debug print
This commit is contained in:
3
third-party/libscan/libscan/ocr/ocr.h
vendored
3
third-party/libscan/libscan/ocr/ocr.h
vendored
@@ -45,9 +45,6 @@ ocr_extract_text(const char *tesseract_path, const char *tesseract_lang,
|
|||||||
if (len >= MIN_OCR_LEN) {
|
if (len >= MIN_OCR_LEN) {
|
||||||
cb(text, len);
|
cb(text, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "OCR: '%s'\n", text);
|
|
||||||
|
|
||||||
TessDeleteText(text);
|
TessDeleteText(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user