Partitioner
Unstructured recommends that you choose the Auto partitioning strategy in most cases. With Auto, Unstructured does all the heavy lifting, optimizing at runtime for the highest quality at the lowest cost page-by-page. For a detailed discussion of the various partitioning strategies, see Partitioning.Workflow placement
- A partitioning node must be the first processing node in the workflow, immediately following the source node.
- There can only be one partitioning node per workflow.
Chunker
Learn about the available chunking strategies.Workflow placement
- Always place Chunker nodes after a Partitioner node.
- Chunker nodes are usually placed after any Enrichment nodes present in the workflow. An exception is the Named Entity Recognition (NER) enrichment node, which should be placed after any Chunker nodes.
- For post-chunk enrichment nodes such as Contextual chunking and Chunk by Table Merging, see Enrich.

