custom model train a table
I am building a custom model to extract fields and line items from invoices. My table is dynamic, with fixed columns and rows spanning multiple pages. When training the model, do I need to enter the data for each row individually? For instance in a invoice, if I have 50 rows on pages one through five and 30 rows on page six, do I need to map a total of 280 rows of table data one row at a time?
Additionally, how many documents do I need to train for a particular invoice format? Is there a recommended number, such as 10 invoices per format? For example, if there are 5 different formats, should I train on 50 invoices? Table Mapping.png