So I’m quite new to n8n, however trying to implement a flow from Power Automate where amongst other stuff the AI Builder reads out checkboxes (true/false) from PDF docs. Does someone have an efficient way of implementing this is n8n? thanks in advance.
Hey @ICE_BIZ, welcome to the n8n community
New n8n users can have great insights from the templates:
What I think is a good approach is to use an LLM to turn the PDF into text and then see if it can extract the checkboxes too.
If this doesn’t work, another option is to turn every PDF page into an image and then ask the AI to analyze each image. But I don’t think this will be necessary.
Take a look at these templates to help in your journey:
- Ask questions about a PDF using AI | n8n workflow template
- Chat with PDF docs using AI (quoting sources) | n8n workflow template
- AI Research Agents to Automate PDF Analysis with Mistral’s Best-in-Class OCR | n8n workflow template
- CV Resume PDF Parsing with Multimodal Vision AI | n8n workflow template
- Parse PDF with LlamaParse and save to Airtable | n8n workflow template
.
If my reply answers your question, please remember to mark it as a solution.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.