Text recognition input problem

indoywaw07

New member
Hi

im newbie here

i have a small problem regarding 'text recognition' in click UI.. how can i make it click the other similar 'word'... you see, i have this 3 digit pin i want to solve quick, but my 'auto clicker' doesnt work bec there are 2 same 'clickable' field with same text... how can i bypass the other and click the other one instead..

see pic.. there are two 4.. my floating button doesnt work. tnx
 

Attachments

  • 20210313_150535.jpg
    20210313_150535.jpg
    126.8 KB · Views: 16

dhj49er

Well-known member
In these circumstances I use click x,y position, as the click text will always go to the first instance of the text.
To do this you need to find the x,y values for the number pads of interest. Probably the easiest way to get these is to enable pointer location. This is usually found in the System developer options (Developer mode needs to be enabled). Move the visible cursor to the centre of each number pad of interest, read and record the x,y values displayed.
In you macro, replace the click 4 - the first digit of the pin with click x,y values for the number pad 4.
Repeat for the remaining digits of the pin. Don't forget to put a wait action after each UI integration action. Try wait duration of 400ms to start with, which should get each UI integration action to work.
 

indoywaw07

New member
In these circumstances I use click x,y position, as the click text will always go to the first instance of the text.
To do this you need to find the x,y values for the number pads of interest. Probably the easiest way to get these is to enable pointer location. This is usually found in the System developer options (Developer mode needs to be enabled). Move the visible cursor to the centre of each number pad of interest, read and record the x,y values displayed.
In you macro, replace the click 4 - the first digit of the pin with click x,y values for the number pad 4.
Repeat for the remaining digits of the pin. Don't forget to put a wait action after each UI integration action. Try wait duration of 400ms to start with, which should get each UI integration action to work.
thanks for
In these circumstances I use click x,y position, as the click text will always go to the first instance of the text.
To do this you need to find the x,y values for the number pads of interest. Probably the easiest way to get these is to enable pointer location. This is usually found in the System developer options (Developer mode needs to be enabled). Move the visible cursor to the centre of each number pad of interest, read and record the x,y values displayed.
In you macro, replace the click 4 - the first digit of the pin with click x,y values for the number pad 4.
Repeat for the remaining digits of the pin. Don't forget to put a wait action after each UI integration action. Try wait duration of 400ms to start with, which should get each UI integration action to work.
thank you for the reply

i cant use the x,y function here, bec all of the number here are 'random'. in the given pic example i already arange the number pad using 'floating' button and their corespondng number..

the main prob here is the '3 digit' grey colored on top.. 'their' fields are 'clickable' but doesnt do anythng really, this stops me from doing anythng and answering the code. all i can do is answering it 'wrong' bec if their is only single number the floating button will do its thing.

do i miss somethng here? may constraint?

thank u
 

indoywaw07

New member
Sorry, but I thought you had a 3 digit PIN, not 3 random numbers.
yes its a 3 digit random pin 'everytime' and the numeric pad to answer it is also 'random'..

i already solve the random numeric pad as seen on the picture, the only prob is the 'clickable' 3 digit pin. it stops me from answering it.

is there a way to make the 'text content' recognize the text from 'bottom' first???
 

dhj49er

Well-known member
I don't believe text content from the bottom first is possible.
Is is possible to change the text on the floating buttons?
Rather than use numbers use alpha characters.
So 1 becomes a.....2 becomes b and so on.
 

TerenceAlvin

New member
Many people are outsourcing their content creation because they’re tired of dealing with the tasks themselves or are uncertain about the quality of outputs. https://textsniper.app/ is an online service that automates the process of extracting text from images and other digital documents. It works by analyzing the states in an image determining the nearest neighboring pixels and then repeating the process. I use this app since 2019, and I can say that it is the best one for such things. It always helped me during my university years.
 
Last edited:
Top