Automatic Aadhaar number masking across documents. Detects Aadhaar numbers (12-digit + QR code patterns) and redacts them while preserving document layout exactly. Required for fintech KYC, banking, insurance, and any workflow that archives Aadhaar documents under UIDAI compliance guidelines.
result = client.aadhaar_masking.redact( file="customer_kyc_pack.pdf" ) print(result.masked_pdf_url) print(result.redactions_count) # 7 Aadhaar numbers redacted across 4 pages
Redact full Aadhaar before archiving customer KYC bundles for compliance retention.
Fintech and lending — mask Aadhaar in stored KYC files while keeping document evidence intact.
Mask Aadhaar in claim documentation packages before sharing with auditors or TPAs.
Show customer KYC documents in support tickets with Aadhaar fields masked.
Share verified KYC documents with partners or aggregators without exposing Aadhaar numbers.
Strip Aadhaar from KYC documents before using them as training data for downstream models.