mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
replace PrintSpace
with Border
fix https://github.com/qurator-spk/eynollah/issues/15
This commit is contained in:
parent
70d0b985a9
commit
306acd3618
1 changed files with 2 additions and 2 deletions
|
@ -1284,7 +1284,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())
|
||||
|
||||
|
@ -1527,7 +1527,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