mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Remove debug print
This commit is contained in:
parent
2936240df8
commit
410283f14a
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user