Skip to content

Commit

Permalink
1&2 column images only printspace
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidrezanezhad committed Aug 7, 2024
1 parent be144db commit 00bf2b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qurator/eynollah/eynollah.py
Original file line number Diff line number Diff line change
Expand Up @@ -3549,7 +3549,8 @@ def run(self):

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)
Expand Down

0 comments on commit 00bf2b6

Please sign in to comment.