applied black

This commit is contained in:
Matthias Bisping 2022-02-05 14:45:11 +01:00
parent 8dc2685d9a
commit f5f60c57da
2 changed files with 0 additions and 2 deletions

View File

@ -51,4 +51,3 @@ def annotate_layout_in_pdf(pdf_path, page_index=1):
fig.set_size_inches(20, 20)
ax.imshow(page)
plt.show()

View File

@ -24,4 +24,3 @@ if __name__ == "__main__":
annotate_boxes_in_pdf(args.pdf_path, page_index=args.page_index)
elif args.type == "layout":
annotate_layout_in_pdf(args.pdf_path, page_index=args.page_index)