Ocr text take much time to be executed

Hello everyone,
I have a robot with two ocr texte exist with if activity :
“Ocr text exist 1” → then ; execute X activity → Else ; “Ocr text exist 2” ElseIf : execute Z activity Else execute W activity.

the Ocr activity works but if the “Ocr text exist 1” EXIST it takes 4 second to execute the X activity.
BUT if the “Ocr text exist 1” doesn’t exit it takes 30 second to execute the second ocr exist.
And if the 1st and the 2nd Ocr doesn’t exist it takes 1 min to excute the W activity.

I think that depend of settings.Any Help ?

Thanks.

Hi,

Can you try to set value at Timeout property such as 3000 etc?

image

Regards,

1 Like

nothing change. the same time for execution

Hi,

The above image of your settings seems for UiOPathScreenOcr activity.

Can you try to set it at TimeOut in OCRTextExists activity?

Regards,

it works correctly. thaks for your help

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.