
How to open Studio
- On an existing workflow: open the workflow and click the Studio tab.
- When creating a new one: choose Create from Studio on the new-workflow screen. You start with a single Parse step and a blank canvas to build on.
The building blocks
You drag these from the Add Stages panel on the left. Most workflows only use the first two.| Step | What it does |
|---|---|
| Parse | Reads the document and turns it into clean text and tables. Every workflow starts here. |
| Extract | Pulls out the specific fields you ask for. |
| Classify | Sorts documents into types you define, so each type can be handled differently. |
| Split | Breaks one file that contains several documents into separate pieces. |
| Validate (Beta) | Checks the extracted data against rules you write in plain language, and flags anything that fails. |
What’s next?
Use Studio
Step-by-step: open Studio, add steps, connect them, and configure each one
Workflows
The mental model behind the building blocks
