OCRExtractRelative problem

Hi there, I am using your software to develop an automated test suite of a web application. In a specific test case, I have to capture through OCR a code displayed within a keyboard showed on the web page and then insert into the digital keyboard available on the web page the 4 random digits shown.
Following the JSON of the test steps:

{
“Command”: “store”,
“Target”: “0”,
“Value”: “tancode”,
“Description”: “”
},
{
“Command”: “OCRExtractRelative”,
“Target”: “tankeyboard_dpi_96.png”,
“Value”: “tancode”,
“Description”: “”
},
{
“Command”: “echo”,
“Target”: “${tancode}”,
“Value”: “”,
“Description”: “”
}

Within the “variables” tab I can see the variable set, but when I echo the result the log writes error as shown:

[info] Executing: | store | 0 | tancode |
[info] Macro completed (Runtime 0.36s)
[status] Playing macro TC-14
[info] Executing: | OCRExtractRelative | tankeyboard_dpi_96.png | tancode |
[info] OCR (eng) started (682 byte)
[info] OCR result received (0.9s from endpoint 3)
[info] Executing: | echo | ${tancode} |
[error] Line 25: variable “TANCODE” is not defined
[info] Macro failed (Runtime 0.03s)

So even if it captures the values, and apparently store the variable, it cannot echoes the content as required. I used both Engine 1 and 2.

Obviously I read the documentation and in “Visual” tab I’ve set the pink box for the text to read and capture, and a green box for the static portion of screenshot.
Before these lines I’ve tried to store a generic value into “tancode” variable, I’ve tried the OCRExtract method also and to store the result into a csv file, but nothing changed.

Can you help me with this problem, please?

Nobody can help me, please? :no_mouth: