I am trying to get the Google Document AI Working on a HTTP Request node:
I tried a long time but did not manage to feed binary any data into a HTTP Request node with the endpoint format:
https://eu-documentai.googleapis.com/v1/projects/PROJECTID/locations/eu/processors/PROCESSOR:process
I know there is already a Google Cloud Natural Language API but that is only translating a document content into natural language.
I am searching for a solution to get a Invoice PDF Document in binary data from a cloud storage like for instance Nextcloud and then feed it to a Google Document API to extract relevant and categorized data?
Did anyone already manage that on n8n? I guess a Google Document AI Node would be a nice thing also.