What is a workflow?
A workflow is a repeatable operation you run on documents. Each workflow is designed to:- Work on one type of document
- Extract one specific structure of data
If you need to perform different operations, you should create different workflows.
How to think about workflows
The mental model is simple:
Workflows turn one successful extraction into something reliable.
The role of the schema
The first step in any workflow is defining the schema. The schema defines:- What fields exist
- What type of data they contain
- What “correct” output looks like
Where workflows live
You can:- Create workflows from the home
- Access existing workflows from:
- Home
- The Workflows section
