The main concerns to have with this module are the configuration variables:
When in development, it is necessary to define the attributes in the front-end and associate the identifier of the attribute in the .env of the project so that the import work correctly:

You can include this variable under the following ones, for example:
KOFAX_MODULE_ATTRIBUTES_SUBJECT='ATTR00007'
KOFAX_MODULE_ATTRIBUTES_ENTITY='ATTR00008'
KOFAX_MODULE_ATTRIBUTES_DOCUMENT_DATA='ATTR00009'
KOFAX_MODULE_ATTRIBUTES_ORDER_REFERENCE='ATTR00010'
KOFAX_MODULE_ATTRIBUTES_ADDRESS_ENTITY='ATTR00011'
KOFAX_MODULE_ATTRIBUTES_OBSERVATIONS='ATTR00012'
KOFAX_MODULE_ATTRIBUTES_CTT_RECORD='ATTR00013'
KOFAX_MODULE_ATTRIBUTES_VALUE='ATTR00014'
KOFAX_MODULE_ATTRIBUTES_NIF_ENTITY='ATTR00015'
KOFAX_MODULE_ATTRIBUTES_STAMP='ATTR00016'
When going into production it is necessary to follow the same settings as in development mode.
It is necessary to create the attributes and add them to the .env, making the correct association of the attributes.