Extract highlighted text #701
Unanswered
joelostblom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to extract highlighted text using PyPDF2? I currently able to extract the content of popups/sticky notes and my own comments on higlighted text areas, but I cannot find a way to extract the highlighted text from the PDF.
This is what I have tried, I suspect I could use the QuatPoints or Rect attributes to extract a region from the page, but I could not get
p2.extractText()
to work at all so not sure how to proceed.Out:
Beta Was this translation helpful? Give feedback.
All reactions