Extract the text from a screenshot image

Hi all,
I have a query on the below scenario.

I have to search for a movie name in the search bar and the results will be in the image. So I need to capture a screenshot of the image results. And need to read the text from the screenshot image. Tried using a method, but each time the screenshot results are varying.
So how can i make a screenshot and capture the text from the screenshot?

Please help me out here !

Thanks,
Hirunyaa. R

@Hirunyaa

Instead of screenshot use OCR scrapping to get your data. After fetching the input identify the unique expression and then split accordingly to get the movie name.

Happy Learning!!

Thanks
Mani

Thanks Mani ! Will try it out.