These are interactive Nutrient Playground examples. Click any link to try the code in your browser.
For local runnable examples, see web/annotation/README.md.
-
Redact keywords programmatically
- Load a PDF, search for keywords, create redaction annotations over the found text, and apply the redactions to permanently remove the text. — Video
-
Apply redactions to text with an overlay
- Load a PDF, retrieve all text lines from every page, create redaction annotations over the detected text using an overlay, and apply the redactions to the document. — Video
-
Approve or reject redactions before applying — Playground
- Manage redaction annotations from an annotation tooltip with two options that allow you to apply or reject redactions one by one. — Video
-
Add a custom tooltip to a redaction annotation
- Add redaction tools to the toolbar and modify the tooltip behavior for redaction annotations. — Video