Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

how to display PdfAnnotator object using matplotlib or cv2 #75

Open
Dhanachandra opened this issue May 16, 2021 · 2 comments
Open

how to display PdfAnnotator object using matplotlib or cv2 #75

Dhanachandra opened this issue May 16, 2021 · 2 comments

Comments

@Dhanachandra
Copy link

Dhanachandra commented May 16, 2021

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)
@xh542428798
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Dhanachandra @xh542428798 and others