pdf-annotate icon indicating copy to clipboard operation
pdf-annotate copied to clipboard

how to display PdfAnnotator object using matplotlib or cv2

Open Dhanachandra opened this issue 3 years ago • 2 comments

a.add_annotation(
    'square',
    Location(x1=50, y1=50, x2=100, y2=100, page=0),
    Appearance(stroke_color=(1, 0, 0), stroke_width=5),
)
#something like plot.show(a)

Dhanachandra avatar May 16 '21 12:05 Dhanachandra

I wonder how to deal with it, have you been solved this porblem?

xh542428798 avatar Jun 08 '21 11:06 xh542428798