0xabu / pdfannots

Extracts and formats text annotations from a PDF file
MIT License
520 stars 98 forks source link

Support "Caret" annotation #61

Open srenault-list opened 2 years ago

srenault-list commented 2 years ago

It would be nice if the program could extract "Caret" annotations as well, which are the opposite of StrikeOut (suggestion of new text within a context).

0xabu commented 1 year ago

Thanks for the suggestion! Do you have an example of a PDF with such annotations?

srenault-list commented 1 year ago

Hi, sure. Here is a very basic example with one text addition (insertion) suggestion. 1_caret annotation example.pdf

It might be nice if pdfannots could return a bit of context (i.e. some of the text before and after the insertion suggestion) in addition to the text insertion suggestion.