Message configurations A Message configuration defines: • How to identify documents in the input job. • Which parts of an input document to extract. • How to create a Message. • How to use the Message to create the output documents. The part of the Message configuration that extracts the input documents and creates the Message is called Event, and the part that creates output documents is called Process. A Project normally contains several Message configurations, where each Message configuration corresponds to a specific document type. For example, one Message configuration for invoices, another for orders, etc. References • Message • Events • Processes