mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-06-09 11:50:04 +02:00
updating inference for mb reading order
This commit is contained in:
parent
3de24243fc
commit
110e077ee2
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ def filter_contours_area_of_image_tables(image, contours, hierarchy, max_area, m
|
|||
jv += 1
|
||||
return found_polygons_early
|
||||
|
||||
def filter_contours_area_of_image(image, contours, order_index, max_area, min_area, min_early):
|
||||
def filter_contours_area_of_image(image, contours, order_index, max_area, min_area, min_early=None):
|
||||
found_polygons_early = list()
|
||||
order_index_filtered = list()
|
||||
regions_ar_less_than_early_min = list()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue