How can we extract whole data from web contents including text and image?

Hello

I want to extract both text and image by OCR or any activities at one time.

This browser contains both text and image.
I could get the text in image by tesseract OCR.
Here is the sample of this site.

(site) x and y are text.
xxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx
Attached image
yyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyy

Hi @VitaminJapan2

Your question is quite confusing. Please elaborate your requirement.

Regards

@VitaminJapan2

Have you tried capturing the whole page or area using OCR?

Let me clarify my question.

Our web site has not only text but also several image.
I want to search for image then get the information by OCR in UiPath.
How can I create this process?