Integrate Google Document AI

Hi, I’m completely new to N8N. My use case is that I want to analyze documents with Google Document AI via OCR. My problem is that I can’t integrate Document AI. Does anyone know how to do this?

THX

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:
  1. n8n Version 1.72.1
  2. SQLite
  3. npm
  4. Debian 12

HI @Coven82,

Welcome to the community! :tada:
We don’t have a built-in node for Google Document AI yet, but there is a feature request that you can go and upvote: Google Document AI Node

In the meantime, you can always use the HTTP Request node to make custom API requests.