XMove missing the correct location while using ocr

I am using XMove to move my mouse to the location of the word stores on the page Open-Source RPA Software 2023 for macOS, Linux and Windows. Codeless UI Automation

I wrote the following script for this:

{
“Name”: “XMoveOCR”,
“CreationDate”: “2019-11-22”,
“Commands”: [
{
“Command”: “open”,
“Target”: “Open-Source RPA Software 2023 for macOS, Linux and Windows. Codeless UI Automation”,
“Value”: “”
},
{
“Command”: “XMove”,
“Target”: “ocr=stores@pos=1”,
“Value”: “”
}
]
}

When I run the script it completed misses. I attached an image of the webpage where the red x shows about where the mouse is hitting. The really strange thing is that the location it picked out doesn’t even have any text around it so I don’t know why it would pick there. How can I go about debugging this?

The issue was that I was using dual monitors which doesn’t work for Kantu.