From e41f9dcf62a3571adad61f53e45615afb75d306d Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Thu, 23 Oct 2025 01:01:24 +0200 Subject: [PATCH] Redundant --- owocr/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owocr/run.py b/owocr/run.py index 4e0c724..c82ccd0 100644 --- a/owocr/run.py +++ b/owocr/run.py @@ -641,7 +641,7 @@ class TextFiltering: for j in range(len(current_lines_ocr)): if i == j: continue - if not current_lines[j].replace('\n', ''): + if not current_lines[j]: continue other_line_text = current_lines[j]