- Read the document (Parse)
- Pull out the fields you care about (Extract)
- and, when you need them, sort documents by type (Classify), split a multi-document file apart (Split), or check the results against your own rules (Validate)
The five building blocks
Every workflow is built from five steps. Most workflows only need the first two.
Most users never go past Parse → Extract. Classify, Split, and Validate are there for when your documents are more complicated.
Three common shapes
These are the same building blocks arranged in different ways. You arrange them visually in Studio.Read only
Just Parse, nothing else. You get clean text and tables back — handy when you want to feed anyformat’s output into your own tools (search, a custom AI, etc.) rather than pulling out specific fields.Read, then pull out — the usual one
Parse into Extract. This is the default: “read this document and give me these fields.”Sort first, then pull out
Classify decides what kind of document it is, then sends it to an Extract step tailored to that type. (Split works the same way for files that hold several documents.)How to think about workflows
Most users follow the same lifecycle:1
Create
Decide which steps you need and how they connect — or just describe what you want and let anyformat build it
2
Refine
Run a few sample documents through it, look at the results, and tighten your fields and instructions
3
Publish
Mark it ready for everyday use
4
Run at scale
Apply it to many documents — by uploading them, connecting cloud storage, or (for developers) calling the API
What’s next?
Studio
The visual editor where you arrange the building blocks into a workflow
Runs & results
What happens when you run a workflow, and what comes back
Field types
The kinds of values a field can hold, and when to use each
Build your first workflow
A step-by-step walkthrough — start in the UI, no code needed
