Hi there
I am wondering if it would be possible to use a lookbehind regex in the Zone OCR.
I have the following Scnenario: Zone OCR extracts this value:
FOR:
Company Name
Now, I just wanted to have the Company Name as value of the Zone OCR variable.
I know that it needs to match everything, so I tried in several variations the following:
(?<=FOR:\n)\b.*
Unfortunately it did not work out. Also ^and $ did not help.
Is there a way achieve this in here, or would be a script required? I think in this special example also
%ZONE_OCR(':',2)% would do the trick. But getting the correct value for the variable right from OCR Zone would be more convinient if possible.
Looking forward to any suggestions.
Take care, Matthias