get textlines inside textregion sorted debugging

This commit is contained in:
vahidrezanezhad 2025-09-24 01:25:57 +02:00 committed by GitHub
parent 8438001683
commit e6d410e53b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):