Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<Warning>
Image summary descriptions are generated only when the **Partitioner** node in a workflow is set to use the **High Res** [partitioning strategy](/ui/partitioning) and
the workflow also contains an image description enrichment node.
Unstructured can potentially generate image 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 an image summary description node is added.
- With a **Partitioner** node set to use the **VLM** partitioning strategy. No image summary description node is needed (or allowed).

Even with these configurations, Unstructured actually generates image summary descriptions only for files that contain images and are also eligible
for processing with the following partitioning strategies:

- **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**.

Setting the **Partitioner** node to use **Auto**, **VLM**, or **Fast** in a workflow that also contains an image description enrichment node
will not produce any image summary descriptions, and it could also cause the workflow to stop running or produce unexpected results.
Unstructured never generates image summary descriptions for workflows that are configured as follows:

- 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 images.
</Warning>
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<Warning>
Image summary descriptions, table summary descriptions, and table-to-HTML output is generated only when the **Partitioner** node in a workflow is set to use the **High Res** [partitioning strategy](/ui/partitioning) and
the workflow also contains an image description, table description, or table-to-HTML enrichment node.
Unstructured can potentially generate image summary descriptions, table summary descriptions, and table-to-HTML output only for workflows that are configured as follows:

- With a **Partitioner** node set to use the **Auto** or **High Res** partitioning strategy, and an image summary description node, table summary description node, or table-to-HTML output node is added.
- With a **Partitioner** node set to use the **VLM** partitioning strategy. No image summary description node, table summary description node, or table-to-HTML output node is needed (or allowed).

Even with these configurations, Unstructured actually generates image summary descriptions, table summary descriptions, and table-to-HTML output only for files that contain images or tables and are also eligible
for processing with the following partitioning strategies:

- **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**.

Setting the **Partitioner** node to use **Auto**, **VLM**, or **Fast** in a workflow that also contains an image description, table description, or table-to-HTML enrichment node
will not generate any image summary descriptions, table summary descriptions, or table-to-HTML output, and it could also cause the workflow to stop running or produce unexpected results.
Unstructured never generates image summary descriptions, table summary descriptions, or table-to-HTML output for workflows that are configured as follows:

- 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 images or tables.
</Warning>
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<Warning>
Table summary descriptions are generated only when the **Partitioner** node in a workflow is set to use the **High Res** [partitioning strategy](/ui/partitioning) and
the workflow also contains a table description enrichment node.
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).

Even with these configurations, Unstructured actually generates table summary descriptions only for files that contain tables and are also eligible
for processing with the following partitioning strategies:

- **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**.

Setting the **Partitioner** node to use **Auto**, **VLM**, or **Fast** in a workflow that also contains a table description enrichment node
will not produce any table summary descriptions, and it could also cause the workflow to stop running or produce unexpected results.
Unstructured never generates table summary descriptions for workflows that are configured as follows:

- 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.
</Warning>
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<Warning>
Table-to-HTML generation happens only when the **Partitioner** node in a workflow is set to use the **High Res** [partitioning strategy](/ui/partitioning) and
the workflow also contains a table-to-HTML enrichment node.
Unstructured can potentially generate table-to-HTML output 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-to-HTML output node is added.
- With a **Partitioner** node set to use the **VLM** partitioning strategy. No table-to-HTML output node is needed (or allowed).

Setting the **Partitioner** node to use **Auto**, **VLM**, or **Fast** in a workflow that also contains a table-to-HTML enrichment node
will not generate any table-to-HTML output, and it could also cause the workflow to stop running or produce unexpected results.
Even with these configurations, Unstructured actually generates table-to-HTML output only for files that contain tables and are also eligible
for processing with the following partitioning strategies:

- **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**.

Unstructured never generates table-to-HTML output for workflows that are configured as follows:

- 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.
</Warning>