Is it possible to compare two logos and check if they are same or not? Using some AI Agent maybe

I’m just trying to know if there’s a way to do this.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Please be more specific.

If you need to compare two image files, you can do that by using checksum.

If the file is exactly the same, it will have the same checksum.

To retrieve the checksum you can make an HTTP HEAD request to the URL of the image.

But if you need to recognize the logo, then maybe vision AI can do it. But I don’t know if it would be accurate every time.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.