How to get data from png file

I have multiple png files in the same format. I want to extract data for Name city zip code etc and the same script should be used to extract data for all files which are in the same format

Thanks in advance

Hi,
You can make use of OCR scraping and proceed with string manipulation by using indexing /substring to get each value.
Or you can make use of Relative scraping(OCR) (which give you specified value)as you mentioned format remains same.

Thank you