applied black
This commit is contained in:
parent
8dc2685d9a
commit
f5f60c57da
@ -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()
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user