PII Annotator
The PII
Annotator is a Character Pattern annotator that extracts
personally identifiable information (PII) from text using regular expressions.
The following facets can be extracted.
Country-based PII
The following data can be extracted.
- National Identification Number
._pii.national_identification_number.<xx>
- Passport Number
._pii.passport_number.<xx>
- Phone Number
._pii.passport_number.<xx>
- Driver License Number
._pii.driver_license_number.<xx>
(uk
andjp
only)- Postal Code
._pii.postal_code.<xx>
<xx>
is the country code and can be one of the following
values.
- USA
us
- UK
uk
- Germany
de
- France
fr
- Japan
jp
- Germany
cn
Universal PII
The following credit card data can also be extracted.
- VISA
._pii.credit_card_number.visa
- MasterCard
._pii.credit_card_number.mastercard
- American Express
._pii.credit_card_number.americanexpress