Hello!
Using a document definition (afl/fcdot) I can just use a boolean value to see if the extracted document requires verification.
Using a project the process is quite different, I create the project and batch and do the "Verifying Recognized Data" section of the Flexi 12 Guided Tour->Advanced Techniques-> Verify Reconized Data
I cant seem to find any object in there that will determine if the document needs verification?
Is there a batch confidence item or something I can call?
Currently there is an object in the enum:
VerificationObjectStateEnum
"VOS_Uncertain"
Can I use that?
The reason for this all is to determine if the document/batch needs to go to a verification station.
Thanks!
Comments
1 comment
Hi!
You can loop through each field in each document and check the IsSuspicious property. For more information, please see Properties section of [Developer Help → API Reference → Objects → Document Structure → FieldValue].
Please sign in to leave a comment.