Customize Validity Checks
During post-processing, for some nocontext entities Eduction attempts to discard matches that are very likely to be false positives. For example, for driving license IDs, it discards values that are short numbers, or that consist only of alphabetical characters.
You can optionally turn off these basic validity checks if you think they are too strict.
To turn off the basic validity checks, set the environment variable IDOL_PII_DISABLE_BASIC_VALIDITY_CHECKS
to TRUE
.