Installation
Basic usage
Locale filtering
By default, all locales are active. Restrict detection to specific jurisdictions:"universal", "tr", "de", "fr", "it", "nl", "es", "pl", "uk", "us", "at", "be", "se", "dk", "fi", "pt"
Finding structure
Each finding contains:| Field | Type | Description |
|---|---|---|
type | string | PII type identifier (e.g., email, national_id_tr) |
value | string | The matched text |
start | int | Start character position |
end | int | End character position |
locale | string | Jurisdiction (tr, de, universal, …) |