Hello experts !
I have a scenario where I am using very old web app based on java.
I need to do data entry on that site and have to get Batch ID.
But get Text activity is not able to extract text from that web app therefore I am using CV scope to get text from that web app.
But the problem is critical, sometime CV scope is throwing error as CV Screen Scope ‘panel’: The specified Computer Vision server could not be reached. [523]
I have 2 question on it :
Why normal get text is not able to extract text from that web app.
I need to depend on CV get text which is not reliable as it is throwing error. What should I do now ?