Great! => This shows that the first pink box was too small. Often OCR results are better if the OCR engine has more text then just a tiny snippet. And/or maybe even the “Summer” text was partially cut off (looking at the _lastscreenshot image could be used to check on this, but it is not important now.)
Yes, that will be much easier and a larger OCR area is usually also better/more stable.
How to parse the “summer” text? => Use “Split” function or check for a substring. See here:
- Split and/or Trim - in your case you would use
\n
to split the string - Using an If to check that a string contains a certain substring - #4 by admin (another option is “substring”, use this if it is enough to detect the word “summer” in the longer string)