Extracting Tables
Extract table data as structured objects from your application
You can use the agent to extract table data from your application UI, converting rows and columns into structured objects. This is useful for validating data, automating reporting, or further processing in your workflows.
To do this, define a response schema that models the table and its entries:
Then, use the agent to extract the table from your application:
Example
Suppose you have the following table in your application:
The extracted output would look like:
This approach allows you to retrieve the table as a structured JSON object, making it easy to inspect, validate, or process the data programmatically.
Tip:
Adjust the schema to match your table’s columns, and use clear instructions to get accurate