mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-06 14:39:55 +02:00
get textlines inside textregion sorted debugging
This commit is contained in:
parent
ce13d8c5a3
commit
6904a98182
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@ class Eynollah:
|
||||||
for idx in row_sorted:
|
for idx in row_sorted:
|
||||||
sorted_textlines.append(textlines_textregion[idx])
|
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):
|
def get_slopes_and_deskew_new_light2(self, contours, contours_par, textline_mask_tot, image_page_rotated, boxes, slope_deskew):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue