This commit is contained in:
vahid 2021-06-21 05:22:00 -04:00
parent 80795c9e6c
commit d1330ffb80

View file

@ -888,7 +888,7 @@ class Eynollah:
slopes_for_sub_process = list_all_par[6]
for j in range(len(polys_for_sub_process)):
slopes.append(slopes_for_sub_process[j])
all_found_texline_polygons.append(polys_for_sub_process[j])
all_found_texline_polygons.append(polys_for_sub_process[j][::-1])
boxes.append(boxes_for_sub_process[j])
all_found_text_regions.append(contours_for_subprocess[j])
all_found_text_regions_par.append(contours_par_for_subprocess[j])