Flow steps
Combine flow steps to create your document processing pipeline. Most steps link to a module, a folder containing the artifacts which support the step’s actions, such as schema files, validations files, custom function files (also called user-defined functions, or UDFs), and refiner programs.
Importing a module into a flow copies the module code into that flow, so any future edits you make to the original module aren’t reflected. Importing is useful for reuse, but doesn’t support syncing.
Map steps
Use map steps to define processing steps in your pipeline.
The following steps generally aren’t required when developing new flows and advanced apps. They remain available in the UI to support existing apps.
- Apply redactor to refined fields
- Doc gen
- Run extraction model
- Unified extractor
Filter step
The filter step lets you filter results based on defined parameters.
Reduce steps
Use reduce steps to combine streams in your pipeline, reducing the output.
