apryse-annotate
Installation
SKILL.md
PDF Annotations
Add text markup and annotations to PDFs. All scripts are in the scripts/ directory.
Available Scripts
Highlight Text
node scripts/highlight.js <input.pdf> <output.pdf> --search "text to find" [--color yellow]
Colors: yellow, red, green, blue, orange, pink, cyan
Underline Text
node scripts/underline.js <input.pdf> <output.pdf> --search "text to find" [--color blue]