How can I split a full webpage screenshot into separate UI blocks (PHP library or API)? [closed]

Does anyone know tools that can take a full-page website screenshot and automatically split it into logical UI blocks (hero, header, cards, footer, etc.) and return each block as a separate image segment?

Ideally I’m looking for either:

  • a PHP library I can run on my server, or
  • an online service with an API (paid is fine)

image explanation

I did some research but, unfortunately, couldn’t find any suitable tools.