Computer vision is not working properly

Hello mates,

I have an issue with computer vision element exist activity, my scenario is I am working on VDI, target application has one table, tahat is not extraxtable using cv so trying identify the alphanumeric number and based on that clicking the check box, in descriptor making the value dynamic with the help of variable, but there is catch, that for example if the alphanumeric number is “B044139-001” as variable value and we can see “B044139-002” on the target application screen, then cv element exists returning as true, if the value is entirely different as “C045139786” for example, then returning as false. If the number is matching exactly, though it is returning true. This is my priority issue. I need help as soon as possible. Please refer the below ss for reference,

Any solution on this is welcome. It would be a great help.

Hello @learning_sourav

Using any anchor in the activity?? Also for each execution of the hot, will the position of element be static??

Thanks

not using any anchor, position would be static, because it is finding from the entire screen, I am using cv element exist activity. As per my understanding it will find from the entire screen as image that text. Please correct me if I am wrong.

In CV instead of an image based automation technology, UiPath is using an advanced neural network technology.

Also in the cc click there is a screen clipping property. Can you try setting the region on the property .

input region or output regio yet not required in this scenarion. I am using cv Element Exists, and there I am having the issue, on descriptor if you see I made that dynamic using one variable, that variable would be cahnged on transaction and will find the number on that screen.

Used here different approach, convert that screen into PDF and then used python scripting with OCR and extract the text from that then using string manipulation extracted the exact text.

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