Extract Fields with AI
When a run receives a document like a policy PDF, an ACORD form, or a scanned application, you often need specific fields out of it rather than the raw text. The Document Analysis step reads the document and returns the fields you ask for as clean, structured values.
Nodes involved
- Document Analysis reads a document and extracts the fields you describe.
How to build it
Get the document into the run
A document usually arrives as a file input when the workflow starts, or from an earlier step that produced or downloaded a file. See Starting a Workflow for how file inputs work.
Ask for exactly the fields you need, named clearly. A focused list gives more reliable results than asking for everything at once.