Extract images

I want to extract various yoga poses using Uipath. How can I do it and from where?

If you have a PDF file, you can extract the image using PDF (Ref: https://docs.uipath.com/activities/docs/extract-images-from-pdf)

No i have to extract it fron internet!

Like of each yoga pose, i want to extract 15 to 20 images from internet

You can use Web Scraping to load the web site image along with URL. User save Image activity and provide all detail in a loop to save image to a local folder.

You can loop it using: . “C:\Temp\Yoga”+row(0).ToString+“.png”