- GPT-4o, provided through OpenAI.
- Claude 3.5 Sonnet, provided through Anthropic.
- Claude 3.5 Sonnet, provided through Amazon Bedrock.
text
field that is added.
Line breaks have been inserted here for readability. The output will not contain these line breaks.


text
field.
The table’s original content is available in the image_base64
field.
For workflows that use chunking, note the following changes:
- If a
Table
element must be chunked, theTable
element is replaced by a set of relatedTableChunk
elements. - Each of these
TableChunk
elements will contain a summary description only for its own element, as part of the element’stext
field. - These
TableChunk
elements will not contain animage_base64
field.
text
field’s contents.
Generate table descriptions
To generate table descriptions, in an Enrichment node in a workflow, specify the following:You can change a workflow’s table description settings only through Custom workflow settings.For workflows that use chunking, the Chunker node should be placed after all Enrichment nodes. Placing the
Chunker node before a table descriptions Enrichment node could cause incomplete or no table descriptions to be generated.
Unstructured can potentially generate table summary descriptions only for workflows that are configured as follows:
- With a Partitioner node set to use the Auto or High Res partitioning strategy, and a table summary description node is added.
- With a Partitioner node set to use the VLM partitioning strategy. No table summary description node is needed (or allowed).
- High Res, when the workflow’s Partitioner node is set to use Auto or High Res.
- VLM or High Res, when the workflow’s Partitioner node is set to use VLM.
- With a Partitioner node set to use the Fast partitioning strategy.
- With a Partitioner node set to use the Auto, High Res, or VLM partitioning strategy, for all files that Unstructured encounters that do not contain tables.
- OpenAI (GPT-4o). Learn more.
- Anthropic (Claude 3.5 Sonnet). Learn more.
- Amazon Bedrock (Claude 3.5 Sonnet). Learn more.