I'm trying to label multi page document to train a custom processor for Google Doc AI. The one issue that I cannot seem to figure out, is how to handle places where a single field, let's say a detailed description of an item, happens to cross 2 pages. So half of it is on page 2, the other half is on page 3.
I cannot find any information about how to handle this situation, hoping someone else has done something similar!
Using the Google Workbench, the individual labels that you apply seem to be very specific to page, so there is no way I can find to tell it that sometimes data will be split between pages.
This does happen quite often with these documents, thankfully though the data is quite organized despite these description fields (which are usually only 20 words, but could be 100 or more). I think that makes a custom processor potentially a good solution for this, but I don't know how to 'explain' this part to it.