How to extract multiformat/multi vendor invoice data using document understanding

I have a project scenario to extract data from multiformat invoice as per supplier and their table is in different format.
Please suggest solution for the above scenario.

@ranjan.kumar

You need to train a moden with all possible invoice type and use it…

First use a classifier to classify different vendor invoices and tehn use extractor based on the classification results

Cheers

Hi Anil, i have a follow-up question on this. I have 100+ vendor invoices . I creted single document type with all invoices and trained the model. Allinvoices extract the same fields in taxanomy. Do i need clasifier to improve the accuracy ? Some fields are not consistently extracted. Uses UiPath ocr. How to improve model incrementally?