Update eynollah.py

This commit is contained in:
vahidrezanezhad 2022-05-13 11:44:45 +02:00 committed by GitHub
parent cd9920eea7
commit ae7c424889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2897,7 +2897,6 @@ class Eynollah:
#self.logger.info('cont_page %s', cont_page) #self.logger.info('cont_page %s', cont_page)
if not num_col: if not num_col:
print('buraya galir??')
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 %.1fs", time.time() - t1) self.logger.info("Job done in %.1fs", time.time() - t1)