Skip to content

Commit

Permalink
meant for this to be True
Browse files Browse the repository at this point in the history
  • Loading branch information
geli-gel committed Aug 15, 2023
1 parent c102d35 commit 396e739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _parse_xml_onto_doc(self, xml: str, doc: Document) -> Document:
)
doc.annotate(
headings=box_groups_to_span_groups(
heading_box_groups, doc, center=False
heading_box_groups, doc, center=True
)
)
doc.annotate(
Expand Down

0 comments on commit 396e739

Please sign in to comment.