From 869646cbf529d41916d7c35fc548eca3425f7ea5 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Mon, 27 Apr 2026 00:07:27 +0200 Subject: [PATCH] `get_full_layout()` does not need the textline mask --- src/eynollah/eynollah.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/eynollah/eynollah.py b/src/eynollah/eynollah.py index 2c881f0..431d8a5 100644 --- a/src/eynollah/eynollah.py +++ b/src/eynollah/eynollah.py @@ -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)