Feature · PII Redaction
Some information should never leave the document it arrived in.
Parselane uses NER-based detection to locate and structurally remove personal identifiers from PDFs. Not covered. Gone.
Try free — 40 creditsRedaction vs. concealment
These are not the same thing. One is compliance. The other is risk.
Black rectangle on top
The text is still present in the document structure. Select all, copy, paste — and every "redacted" value is readable.
Characters removed from structure
The characters are gone from the document structure entirely. There is nothing to un-redact, no hidden layer, nothing to copy.
What Parselane detects automatically
Powered by Microsoft Presidio NER — no configuration required for standard PII.
Where this matters most
GDPR Archiving
Permanently remove personal data before long-term document archiving. Ensure compliance without document recreation.
External Document Sharing
Share contracts, reports, or case files with third parties with all personal identifiers structurally removed.
Court Filing Preparation
Redact witness names, addresses, and sensitive identifiers from legal documents before public submission.
API example
curl -X POST https://api.parselane.com/v1/process \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@contract.pdf" \ -F "action=redact_pdf" \ -F "entities=PERSON,EMAIL_ADDRESS,IBAN_CODE,PHONE_NUMBER" \ --output redacted.pdf
PII that's been redacted can't be breached.
Structural removal, not concealment. 40 free credits, no card required.