I’m looking to automate the accounts payable process for over 600 suppliers, each with their own invoices having varying structures. I need to extract the following information: date, quantity, purchase order number, tax, unit price, total price, as well as the supplier’s name and account number. However, if we take the purchase order number field for example, we might find ‘BC’ in one document, ‘Po’ in another, ‘Po#’ in yet another. Similarly, ‘qte’ might be used for quantity in one invoice, while ‘quantité’ in another. How can I efficiently extract this information without having to create a specific template for each supplier? Document Understanding Extractor requires template creation, but in this case, creating 600 individual templates seems challenging. Is there an alternative solution or approach I can use to address this issue?