Extract Data With AI Action
Extract Data With AI Action utilizes an active AI connection to parse and extract structured information from various inputs (raw text, images, or files) based on natural language schemas or extraction instructions.
Appearance
In Talos, Extract Data With AI Action appears as a standard rectangular node with a data-extraction or parser icon.

Properties
As with all Actions, Extract Data With AI Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
Must reference a valid connection variable created by Open AI Connection Action.
Specify rules, schemas, or JSON keys you expect the AI to return. For example: "Extract the invoice number, total amount, and due date as JSON."
Can be raw text or a file system path referencing an image or general file, depending on the configured Input Type.
Must be one of the following:
"Text": Treats Data Input as raw text."Image Path": Treats Data Input as a path to an image file (e.g.,.png,.jpg) to be processed with vision capabilities."General File Path": Treats Data Input as a general document file path (e.g., PDF or Text document).
Use lower values (e.g., 0.0 or 0.1) for strict data extraction to prevent hallucination and ensure consistency.
Typically stores the structured string or parsed JSON result.