Eggplant OCR searches the text very slow, It is taking nearly 2- 3 mins to search the text .
Please provide some suggestion to search the text fast.
Here I am using this code to search the text :
if Imagefound (Text: “ABC”&x ,Searchrectangle :(“TopLeft”,“BottomRight”),validCharacters:“ABC0123456789”)
– some action –
else
Repeat until Imagefound (Text: “ABC”&x ,Searchrectangle :(“TopLeft”,“BottomRight”),validCharacters:“ABC0123456789”)
Click “PageScrollUp”
moveto MouseLocation()+(-15,0)
end Repeat
– some action –
end if
Note:- I am passing parameter ‘x’