The OmniIndex AI does not require extensive training. Instead, it can be 'trained' to instantly identify and work within a rule-based structure. Once the system has been told the pattern for the desired PII data, it works immediately to automatically redact that data on save.
The admin can type any patterns that they are looking for (Regex) and the system will look for these patterns and then ascertain whether it needs to redacted or not. For example:
#US SSN
^(?!(.)(\\1|-)+$)(?!000|666|9..)(?!...-?00)(?!.*0000$)\d{3}(-?)\d\d\3\d{4}$