Silence new manga_ocr warnings, prevent autopausing when recognition takes a long time
This commit is contained in:
@@ -515,6 +515,9 @@ def are_images_identical(img1, img2):
|
||||
|
||||
|
||||
def process_and_write_results(img_or_path, write_to, notifications, last_result, filtering):
|
||||
if auto_pause_handler and not paused:
|
||||
auto_pause_handler.stop()
|
||||
|
||||
engine_instance = engine_instances[engine_index]
|
||||
t0 = time.time()
|
||||
res, text = engine_instance(img_or_path)
|
||||
|
||||
Reference in New Issue
Block a user