replace 'PrintSpace' with 'Border'

This commit is contained in:
Clemens Neudecker 2020-08-18 17:03:56 +02:00 committed by GitHub
parent 6a73d61e48
commit 36adbe29d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1938,7 +1938,7 @@ class textline_detector:
page_print_sub=ET.SubElement(page, 'PrintSpace')
page_print_sub=ET.SubElement(page, 'Border')
coord_page = ET.SubElement(page_print_sub, 'Coords')
points_page_print=''