Redundant

This commit is contained in:
AuroraWright
2025-10-23 01:01:24 +02:00
parent bc9d758908
commit e41f9dcf62

View File

@@ -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]