Is it possible to select items in drop down based up on text in multiple images

Hello All,

               Is it possible to choose the items from drop down in a web site based  upon text in multiple images.

Thanks,
pranay.

@pranay.a - can you provide few more details along with a simple example? it will help us to provide you a better solution.

i have number of invoices in a folder with same pattern but different data . i have to select data from image like crude oil,cooking oil,petrol etc., based up on data in image we should able to select drop down element in website.

@pranay.a - you can use GetOCRText → with GoogleOCR to read the image with a data scrape by changes in properties like Profile as Scan and Scale to 3.

based on the return text → you can do a dropdown selection…