How to scrap email from like this format?

https://1qatarjobs.com/engineering-coordinator-filipino-331444.htm
what type of selector I should choose to scrape the email? Actually, its email is in image mode, that’s why text, image no any selector type, work to scrap from this type of format! Thanks

Url: Engineer Jobs in Qatar

Sitemap:
{"_id":"qatarjobs-engineer","startUrl":["https://1qatarjobs.com/engineer-jobs-Qatar.html"],"selectors":[{"id":"title-link","type":"SelectorLink","parentSelectors":["_root"],"selector":"h2 a","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["title-link"],"selector":"h1#job_title","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["title-link"],"selector":"img.imgemail","multiple":false,"regex":"","delay":0}]}

You can't unfortunately. There is no plain text that's tied to this image for you to parse. You'd need some sort of OCR to convert it over.. The best I could come up with is to capture the link to the picture so that you could refer back to it in the CSV file. However that would still require manual efforts.