Forum Discussion
AbilAjay
3 years agoOccasional Contributor
I found a solution
First we will find the coordinate of x and y using view object option this window will help to find the coordinates relative to the object and then you need to specify the hight and width of rectangle
In script (python)
picObj = Object.Picture(1012, 24, 1144, 24)
NeededText = OCR.regonize(picObj).fullText
First we will find the coordinate of x and y using view object option this window will help to find the coordinates relative to the object and then you need to specify the hight and width of rectangle
In script (python)
picObj = Object.Picture(1012, 24, 1144, 24)
NeededText = OCR.regonize(picObj).fullText
Related Content
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago