get_full_layout() does not need the textline mask

This commit is contained in:
Robert Sachunsky 2026-04-27 00:07:27 +02:00
parent b5bc161a4c
commit 869646cbf5

View file

@ -1637,7 +1637,7 @@ class Eynollah:
def get_full_layout(
self, image_page,
textline_mask_tot, text_regions_p,
text_regions_p,
num_col_classifier,
table_prediction,
label_text=1,
@ -2367,7 +2367,6 @@ class Eynollah:
regions_fully, regionsfl_confidence, regions_without_separators = \
self.get_full_layout(image_page,
textline_mask_tot_ea,
text_regions_p,
num_col_classifier,
table_prediction)