I'm trying to understand what is the best way to train a custom model for invoices in languages not supported by the prebuilt invoice model, french as an example.
As normal we will have many different invoice layouts from different vendors, but in all of them, we will extract the same set of labels (invoice number, amount, date, vendor name, etc).
Should I create a model per vendor and compose it? If I do so, do I need to train it for all vendors, or will it work for invoices that were not trained, but use the same verbiage as trained invoices?