From 517843fe8bd1d45468822f0661f98d43e6441ea7 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 8 Apr 2021 10:39:45 +0200 Subject: [PATCH] fix call to build xml for empty pages, fix #29 --- 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 57384b6..7510654 100644 --- a/qurator/eynollah/eynollah.py +++ b/qurator/eynollah/eynollah.py @@ -1639,7 +1639,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