From d1330ffb805b117fe324e9c0dc90eba06633dbb2 Mon Sep 17 00:00:00 2001 From: vahid Date: Mon, 21 Jun 2021 05:22:00 -0400 Subject: [PATCH] #43 resolved --- qurator/eynollah/eynollah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/eynollah/eynollah.py b/qurator/eynollah/eynollah.py index 8a95894..f7ef510 100644 --- a/qurator/eynollah/eynollah.py +++ b/qurator/eynollah/eynollah.py @@ -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])