mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 11:49:55 +02:00
fix call to build xml for empty pages, fix #29
This commit is contained in:
parent
68e6f5c712
commit
517843fe8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue