Sometimes when using Quick Fields I know the general area for a ZoneOCR process but might have more information being captured than I need. I was hoping for a way to get the value of the index for a select phrase or word so I can use that to find the indices I need.
Say I have 6 lines coming in from the Zone, but the third line has the word, "Address is:" in it at the beginning of that line. And the next line will always be the start of the address I need to capture. But another time I get from the ZoneOCR 7 lines. This time the "Address is:" phrase is on the second line. The third line this time will be the first line I need to use to capture the data.
Having a function that can return the index of a phrase or word would be useful in identifying these changes of input quickly and plan accordingly.