Recognition Strategies
Patterns
Deterministic matching for structured values
NER
Named-entity recognition for names, places, and organizations
LLM
Model-driven classification for context-dependent data
Vision
Recognition over rendered pages and embedded images
The Catalog
Two read-only endpoints describe what a deployment offers:labels returns the built-in taxonomy — the categories of sensitive data
(PII, PHI, PCI, and so on) that policies can target. recognizers returns the
engine’s registered lineup, grouped into ner and llm.
LLM Providers
Model-driven recognition runs against a connected provider —openai,
anthropic, or ollama for self-hosted inference. Configure one as a
workspace connection.
With
ollama, inference stays inside your infrastructure. Combined with an
on-premise deployment, no document content leaves your network.Reconciliation
Multiple recognizers frequently find the same thing, or disagree. Rather than taking the first match, the engine reconciles them — and records how. Each entity’s audit chain shows the steps applied:
Events carry their
parents, so a final entity can be traced back through
every merge that produced it. See Audit Trails.
Entities
Each recognized entity records:Coreference links matter for redaction consistency: when the same person is
mentioned several ways, linked mentions can be treated as one subject rather
than as unrelated findings.
Scope
A run’s scope narrows recognition to the languages and jurisdictions that apply, and controls OCR:Review
Detection never modifies a document. A run stops atanalyzed with its
findings recorded, and redaction is a separate, explicit step — so confidence
scores inform a human decision rather than replacing one.
Next Steps
Redaction Workflow
What happens after detection
Integrations
Connect an LLM provider
