mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-01 03:32:00 +02:00
get_full_layout() does not need the textline mask
This commit is contained in:
parent
b5bc161a4c
commit
869646cbf5
1 changed files with 1 additions and 2 deletions
|
|
@ -1637,7 +1637,7 @@ class Eynollah:
|
||||||
|
|
||||||
def get_full_layout(
|
def get_full_layout(
|
||||||
self, image_page,
|
self, image_page,
|
||||||
textline_mask_tot, text_regions_p,
|
text_regions_p,
|
||||||
num_col_classifier,
|
num_col_classifier,
|
||||||
table_prediction,
|
table_prediction,
|
||||||
label_text=1,
|
label_text=1,
|
||||||
|
|
@ -2367,7 +2367,6 @@ class Eynollah:
|
||||||
|
|
||||||
regions_fully, regionsfl_confidence, regions_without_separators = \
|
regions_fully, regionsfl_confidence, regions_without_separators = \
|
||||||
self.get_full_layout(image_page,
|
self.get_full_layout(image_page,
|
||||||
textline_mask_tot_ea,
|
|
||||||
text_regions_p,
|
text_regions_p,
|
||||||
num_col_classifier,
|
num_col_classifier,
|
||||||
table_prediction)
|
table_prediction)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue