DocuMine rule types
DocuMine processes two types of rules:

Rules workflow
Entity rules:
The first group of rules extracts entities from the uploaded documents.
Notice
What is an entity?
An entity is the representation of an information type within our application that we need to handle components.
Component rules:
The second group of rules build components from the extracted entities. You can construct components from one or more entities. DocuMine automatically creates a component for each extracted entity, simplifying the process for developers seeking to implement a 1:1 mapping between entity and component.
The component construction can include both transformations and standardizations.
Transformation:
Transformation is the process of modifying the format or structure of the extracted data, such as changing a date's format or calculating the duration between a given start and end date.
Standardization:
Standardization entails aligning varying data representations to standardized values for consistency, such as standardizing a component's capitalization to match a particular standard, even if extracted in an alternate format.