mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-26 05:29:16 +02:00
OCR w/o overwrite: skip one file, not the entire run
This commit is contained in:
parent
aace571368
commit
1c8ac38d31
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ class Eynollah_ocr(Eynollah):
|
||||||
self.logger.warning("will overwrite existing output file '%s'", out_file_ocr)
|
self.logger.warning("will overwrite existing output file '%s'", out_file_ocr)
|
||||||
else:
|
else:
|
||||||
self.logger.warning("will skip input for existing output file '%s'", out_file_ocr)
|
self.logger.warning("will skip input for existing output file '%s'", out_file_ocr)
|
||||||
return
|
continue
|
||||||
|
|
||||||
img = cv2.imread(img_filename)
|
img = cv2.imread(img_filename)
|
||||||
self.logger.info(img_filename)
|
self.logger.info(img_filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue