Hello,
I've been working on a challenging Quick Fields process where a date could either be on page 1 or 2, and they appear in different areas of the pages. When it's on page 1 it's at the bottom of the page, but if it gets pushed to page 2 it's at the top. I've tried several approaches to this, but I'm not able to consistently capture this value.
The latest method that I have been testing has one Zone OCR activity with a single zone that is large enough to capture the date on either page, and is configured for pages 1 and 2. Then I use pattern matching to locate the date in the text returned. The problem with that approach is that when the date is on page 1, it recognizes the date and captures it properly, but when it attempts to locate the date on page 2 and doesn't find it, it will replace the good value with nothing. When the date is on page 2 it captures as expected.
Is there a better way to capture the date for this use case? Possibly using an IF Conditional activity? Please let me know if I can provide any other information, and thanks in advance for your help.
Brian