Hi All
I have created a QF session which has a ZoneOCR and pattern matching to populate the metadata.
My issue is that in some cases, there are fields which do not populate with the expected data and sometimes not all data is populated. e.g half the account number gets populated (the account number varies in length).
Question:
1. is there a feature in quick fields and/or workflow which will work as a case statement:
Case when Account_field is blank
Then re-look at the OCR text and populate the expected metadata
Else Account_field
END
Basically i need all fields to be populated with the correct data and i can confirm that my QF session works correctly because when i re-scan the same document all fields populate .
Please assist?