mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-07 19:35:01 +02:00
#43 resolved
This commit is contained in:
parent
80795c9e6c
commit
d1330ffb80
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue