Extracting text from annotated underlines #1568
Replies: 2 comments 2 replies
-
There is no difference in the specification of highlights, underlines, strikeouts and squiggly annotations. |
Beta Was this translation helpful? Give feedback.
-
Underlines, strikethroughs, squiggled underlines and highlights all work the same: That is it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had written a small code for extracting highlights and images from a PDF after getting huge help here.
I was wondering if I could also add extraction of underlines as well. I figured that I can't just have the same code for type '9' as the underline must be having only 2 points as opposed to a rect in highlight (type'8')
Is there a quick way to extract underlines as well?
I will attach my code here.
It is not really neat though.
Beta Was this translation helpful? Give feedback.
All reactions