OCR Issues
I've been playing around with some sample OCR javascript code that I discovered on the Smartbear website. the following function is supposed to find some specific text on the current screen (passed in as the OCRText variable). if the intPixelValue is a positive number it will click below the textblock. if negative it will click above it. if the inputText variable is not "" then it will key in the value into a textblock.
At first it seemed to work really well but, lately, I've been receiving errors such as the following:
or this one
is this OCR thing just not very stable or what?
Have a read through https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/ocr/index.html. If I remember correctly, from reading other posts, OCR is now a web service (ocr.api.dev.smartbear.com). Either the web service is down; consumed x number of licenses or it's being blocked by the firewall.