mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-11 21:29:54 +02:00
Merge branch 'refactor-cntd' of https://github.com/qurator-spk/eynollah into refactor-cntd
This commit is contained in:
commit
5af0c5df9e
1 changed files with 2 additions and 2 deletions
|
@ -1267,7 +1267,7 @@ class eynollah:
|
|||
# create the file structure
|
||||
pcgts, page = create_page_xml(self.image_filename, self.height_org, self.width_org)
|
||||
|
||||
page_print_sub = ET.SubElement(page, "PrintSpace")
|
||||
page_print_sub = ET.SubElement(page, "Border")
|
||||
coord_page = ET.SubElement(page_print_sub, "Coords")
|
||||
coord_page.set('points', self.calculate_page_coords())
|
||||
|
||||
|
@ -1510,7 +1510,7 @@ class eynollah:
|
|||
|
||||
# create the file structure
|
||||
pcgts, page = create_page_xml(self.image_filename, self.height_org, self.width_org)
|
||||
page_print_sub = ET.SubElement(page, "PrintSpace")
|
||||
page_print_sub = ET.SubElement(page, "Border")
|
||||
coord_page = ET.SubElement(page_print_sub, "Coords")
|
||||
coord_page.set('points', self.calculate_page_coords())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue