mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-07 19:35:01 +02:00
1&2 column images only printspace
This commit is contained in:
parent
be144db9f8
commit
00bf2b64d0
1 changed files with 2 additions and 1 deletions
|
@ -3549,7 +3549,8 @@ 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, [], [])
|
||||
ocr_all_textlines = None
|
||||
pcgts = self.writer.build_pagexml_no_full_layout([], page_coord, [], [], [], [], [], [], [], [], [], [], cont_page, [], [], ocr_all_textlines)
|
||||
self.logger.info("Job done in %.1fs", time.time() - t1)
|
||||
if self.dir_in:
|
||||
self.writer.write_pagexml(pcgts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue