OCR PII
Schema-driven detector documentation.
OCR_PIIplannedP46 params1 examples
Detector Metadata
Capability catalog entry from
all_detectors.json.Categories
PRIVACYCOMPLIANCE
Supported Asset Types
IMAGE
Recommended Model
tesseract + presidio-analyzerParameters
Configuration parameters for the OCR PII detector. Shared from `PIIDetectorConfig`.
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| enabled_patterns | array | No | Specific PII types to detect | — | — |
| enabled_patterns[] | enum | No | PII detector pattern types Allowed values: credit_card, ssn, email, phone_number, person, location, ip_address, iban_code, us_passport, us_driver_license, austrian_svnr, swiss_ahv, german_tax_id, eu_national_id, date_of_birth | — | — |
| severity_threshold | enum | null | No | Minimum severity to report | null | — |
| confidence_threshold | number | No | Minimum confidence to report (0-1) | 0.7 | min 0, max 1 |
| max_findings | integer | null | No | Maximum number of findings to return | null | — |
| language | string | No | Language code for NER models | en | — |