...
Uploading documents with our admin API (https://<organisation_name>.contract-<environment>.fit/admin/documents/<inbox_id>/ ) gives the option to add supply a “hints” field.
...
These hints are indications of what a field in the document may look like (whitelist) or what the field cannot look like (blacklist). Under the hood, the blacklist will prevent the algorithm from predicting a specific value (for example a VAT number of your company), while the whitelist will tell the algorithm to favour a prediction over others (and can therefore be used as training, as well).
...