Pipeline Processors

Processor #

A processor performs specific actions on the input document when it flows through the pipeline:

[Doc input] --> [Processor] --> [Doc output]

Pipeline #

A pipeline is basically multiple processors chained together, users can achieve sophisticated document processing via pipelines:

[Doc input] --> [Processor A] --> [Processor B] --> [Processor C] --> [Doc output]
Edit Edit this page