hocr: typing

This commit is contained in:
James R. Barlow
2023-11-20 16:52:55 -08:00
parent 8a73ed5d5a
commit f7ddffe554
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -49,5 +49,4 @@ if __name__ == "__main__":
hocr.to_pdf(
out_filename=args.outputfile,
image_filename=args.image,
show_bounding_boxes=args.boundingboxes,
)