From e6d410e53b93c171785bf0aa5db8a42c4a51f1e3 Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Wed, 24 Sep 2025 01:25:57 +0200 Subject: [PATCH] get textlines inside textregion sorted debugging --- src/eynollah/eynollah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eynollah/eynollah.py b/src/eynollah/eynollah.py index 19fc9aa..b227931 100644 --- a/src/eynollah/eynollah.py +++ b/src/eynollah/eynollah.py @@ -1782,7 +1782,7 @@ class Eynollah: for idx in row_sorted: sorted_textlines.append(textlines_textregion[idx]) - return sorted_textlines + return sorted_textlines def get_slopes_and_deskew_new_light2(self, contours, contours_par, textline_mask_tot, image_page_rotated, boxes, slope_deskew):