NEWParselane v2 is live — PII auto-redaction, AI summarization, and enterprise watermarking  →  See what's new
Parselane

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 credits

Redaction vs. concealment

These are not the same thing. One is compliance. The other is risk.

✗ Concealment

Black rectangle on top

The text is still present in the document structure. Select all, copy, paste — and every "redacted" value is readable.

John Doe — IBAN: FR76 3000 6000still selectable
✓ Structural Removal

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.

████████ — IBAN: ████████████████

What Parselane detects automatically

Powered by Microsoft Presidio NER — no configuration required for standard PII.

👤Names & Persons
Email addresses
Phone numbers
🏦IBAN / Account numbers
🪪National IDs
📍Addresses
📅Dates of birth
Custom patterns (regex)

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.