From 169b50aaaf8604d6e739686e4685bd1859729fd0 Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Thu, 23 Sep 2021 15:51:30 -0400 Subject: [PATCH] fixed: empty page error due None table contours --- qurator/eynollah/eynollah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/eynollah/eynollah.py b/qurator/eynollah/eynollah.py index 664d835..be854b2 100644 --- a/qurator/eynollah/eynollah.py +++ b/qurator/eynollah/eynollah.py @@ -2320,7 +2320,7 @@ class Eynollah: if not num_col: self.logger.info("No columns detected, outputting an empty PAGE-XML") - pcgts = self.writer.build_pagexml_no_full_layout([], page_coord, [], [], [], [], [], [], [], [], [], [], cont_page, []) + pcgts = self.writer.build_pagexml_no_full_layout([], page_coord, [], [], [], [], [], [], [], [], [], [], cont_page, [], []) self.logger.info("Job done in %ss", str(time.time() - t1)) return pcgts