Check whether an image exists in a document or not

Fine
—use Start process activity and pass the file path of pdf as input
—this will open the file and once opened if the image appears straight away when it opens then we can directly use IMAGE EXISTS activity
Or if we want to scroll down a bit then use SEND HOT KEY activity with key as down or pgdn
Then use IMAGE EXISTS activity

Hope this would help you
Cheers @Hassan_Ali