I swear you used to be able to do this in QF. Drawing a blank here...
I have a batch of invoices. Some of the invoices in the batch have one page and some have two pages.
All pages have a barcode at the top. If the invoice has two pages, the first page always has "page 1 of 2" at the bottom. If it has only one page, the page number is not on the page.
I created two first-page identification conditions: barcode and zone OCR (which looks for the page number at the bottom). Conditions are "barcode is not empty" and "page zone contains the word 'page'".
What I expect to happen: Scan each page, and if it matches the first page conditions, create a new doc class. If it doesn't, append the page to the most recently created document.
What happens instead: A new document is created from each first page, and all second pages get categorized as Unidentified.
The "Limit documents to X pages" option is unchecked.