

.... 1. Add: since all the input and output coordinates of the FindText function are relative to the screen,
....... You can use the following functions to convert coordinates to relative window coordinates:
....... WindowToScreen(), ScreenToWindow(), ClientToScreen(), ScreenToClient().
.... 2. Modify: previously, the binding window could not be moved beyond the screen range,
....... otherwise it would not be found. Now this problem has been fixed.
@chaoscreater Now you can change the coordinates yourself.
