Hey,
I want to upload a .docx
(a briefing) to a Custom GPT, which then sends it via webhook to an n8n
workflow. In n8n
, specific images from a defined section of the document should be extracted and analyzed using ChatGPT Vision.
For this analysis, I also want to provide additional text from another specific section of the document to give the AI more context. Based on this information, the AI (Claude 3.5 Sonnet prefered) should generate alt texts for each image. Finally, the results should be inserted back into a specific location within the same .docx
file.
Has anyone done this before, or does anyone know exactly which n8n
nodes I need and the best approach to achieve this?
Best regards