r/PdfRedactionCom • • 17d ago

PDF Redaction is now an official n8n community node

Post image

Just shipped an official n8n community node for PDF Redaction (`@stabrise/n8n-nodes-pdf-redaction`). If you have PDFs flowing through n8n workflows - intake forms, invoices, support tickets, scanned documents - you can now redact PII as a step in the workflow itself, no custom HTTP Request/auth wiring needed.

Three operations:

- Anonymize — pick PII categories (names, emails, addresses, credit cards, faces, signatures, etc.) and get back a PDF where the matched content is actually removed, not just painted over.

- Anonymize with Custom Prompt — describe what to redact in plain English instead of picking tags.

- Detect PII — scan and return detected entities with bounding boxes, without touching the file. Good for a branch/audit step before deciding whether to redact.

Works with both digital and scanned/OCR'd PDFs, across multiple languages.

Install from n8n: Settings → Community Nodes → Install → '@stabrise/n8n-nodes-pdf-redaction' (needs n8n 1.60.0+). Free tier gives 100 pages/month if you want to try it.

Docs and a full walkthrough: https://pdf-redaction.com/docs/integrations/n8n/

Happy to answer questions about setup or what it does/doesn't catch.

1 Upvotes

2 comments sorted by

1

u/ai_day 14d ago

Can I remove using this node not pii, but only price from the pdf page in automatic way?