1
0
Fork 0
mirror of https://github.com/qurator-spk/eynollah.git synced 2025-08-13 03:59:54 +02:00

Merge remote-tracking branch 'vahidrezanezhad/main' into main

This commit is contained in:
Konstantin Baierer 2021-09-27 14:28:59 +02:00
commit 09d85bee87

View file

@ -2320,7 +2320,7 @@ class Eynollah:
if not num_col: if not num_col:
self.logger.info("No columns detected, outputting an empty PAGE-XML") 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)) self.logger.info("Job done in %ss", str(time.time() - t1))
return pcgts return pcgts