Get the comment on annotations #1713
Answered
by
tristone13th
tristone13th
asked this question in
Looking for help
-
Specifically, I can get the text underneath an annotation on a page by #1671: for annot in page.annots():
print(page.get_text(clip=annot.rect)) but how can I get the comment text on an annotation? |
Beta Was this translation helpful? Give feedback.
Answered by
tristone13th
May 15, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tristone13th
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
annot.info["content"]