So I am configuring a QF Session and I try testing out the document class with a document I know will work as a first test, since it is a filled in and saved version of the sample pdf I used to set up the document class.
When the session runs and identifies the first page via token identification using the ZoneOCR tokens from the Preclassification processing, I think all is well, but when i look at the output, I find that the first page has somehow been removed.
I do not have any logic in place to remove a page. I do however have a Form Extraction local process attached to a ZoneOCR done to the first page. I believe when it tries doing that process, it's removing the first page. I say this because it is the very first process after the document is identified, and I find the following message in the output panel after everything finishes scanning:
Unknown error in CQFSession::RunImageProcesses.
The following item after this error is the results of the ZoneOCR for the pre-classification processing. It is after that that I find the message
Scanned image does not match master form Added page 2
what is happening and what can I do to fix this?>
Strangely, when testing and removing the local process of form extraction, i am still having the first page removed.