The pipeline
Each layer adds a different kind of intelligence. Enable all five for maximum accuracy, or configure the layers that match your workflow.
NER Detection
A named entity recognition engine identifies names, addresses, phone numbers, emails, financial data, and dozens of other entity types using statistical models and custom pattern matchers. This layer catches the obvious — fast, reliable, and comprehensive.
LLM Analysis
A large language model evaluates each detection in context. A name mentioned in a news article is different from a name in a complaint. This layer understands intent, distinguishing data subjects from bystanders, personal data from public information.
Verification
A separate LLM deployment cross-checks every decision from L2. This adversarial pass catches false positives and surfaces missed entities — the same principle as dual-reviewer workflows, automated.
Entity Resolution
The same person, address, or account number should be redacted the same way everywhere. Entity resolution ensures that "John Smith" in document 47 is handled identically to "J. Smith" in document 3,200.
Review Routing
High-confidence redactions are applied automatically. Low-confidence ones are flagged for human review with the context needed to make a fast decision. Your team spends time on edge cases, not routine work.
What makes this different
Context-aware: understands the difference between a data subject and a person mentioned in passing
Configurable confidence thresholds — control how much automation to apply per entity type
Sensitive categories (health, political opinions, sexual orientation) default to stricter thresholds
Checkpoint resume: if a job crashes mid-way, it picks up where it left off
Full audit trail on every redaction decision — who, what, when, and why
Deploy into your own Azure tenancy or a dedicated Dezcry environment — all AI processing stays with your data, no third-party APIs