Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
After partitioning, you can have Unstructured generate text-based summaries of detected tables.
This summarization is done by using models offered through various model providers.
Here is an example of the output of a detected table using GPT-4o. Note specifically the
text field that is added.
Line breaks have been inserted here for readability. The output will not contain these line breaks.
The
image_base64 field is generated only for documents or PDF pages that are partitioned by using the High Res strategy. This field is not generated for
documents or PDF pages that are partitioned by using the Fast or VLM strategy.

text field.
The table’s original content is available in the image_base64 field.
The
image_base64 field is generated only for documents or PDF pages that are partitioned by using the High Res strategy. This field is not generated for
documents or PDF pages that are partitioned by using the Fast or VLM strategy.- If a
Tableelement must be chunked, theTableelement is replaced by a set of relatedTableChunkelements. - Each of these
TableChunkelements will contain a summary description only for its own element, as part of the element’stextfield. - These
TableChunkelements will not contain animage_base64field.
text field’s contents.
Generate table descriptions
To have Unstructured generate image descriptions, do the following:- For Unstructured UI users, add an Enrichment node of type Image Description to an Unstructured custom workflow.
- For Unstructured API users, add a Table Description task. You add this task
as either as an object in a
workflow_nodesarray (for curl) or as aWorkflowNodein aWorkflowNodescollection (for Python). This object or collection applies whenever you create a workflow, update a workflow, or create an on-demand workflow job.

