Automatic Checkbox reader

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 :tada:

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:

.
:point_right: 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.