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
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,8 @@
"platform/enriching/overview",
"platform/enriching/image-descriptions",
"platform/enriching/table-descriptions",
"platform/enriching/table-to-html"
"platform/enriching/table-to-html",
"platform/enriching/ner"
]
},
"platform/embedding"
Expand Down
4 changes: 3 additions & 1 deletion platform/enriching/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ _Enriching_ adds enhancments to the processed data that Unstructured produces. T
- Providing a summarized description of the contents of a detected image. [Learn more](/platform/enriching/image-descriptions).
- Providing a summarized description of the contents of a detected table. [Learn more](/platform/enriching/table-descriptions).
- Providing a representation of a detected table in HTML markup format. [Learn more](/platform/enriching/table-to-html).
- Providing a list of recognized entities and their types, through a process known as _named entity recognition_ (NER). [Learn more](/platform/enriching/ner).

To add an enrichment, in the **Task** drop-down list of an **Enrichment** node in a workflow, select one of the following enrichment types:

<Note>
You can change a workflow's table description settings only through [Custom](/platform/workflows#create-a-custom-workflow) workflow settings.
You can change enrichment settings only through [Custom](/platform/workflows#create-a-custom-workflow) workflow settings.

Enrichments work only when the **Partitioner** node in a workflow is also set to use the **High Res** partitioning strategy. [Learn more](/platform/partitioning).
</Note>

- **Image Description** to provide a summarized description of the contents of each detected image. [Learn more](/platform/enriching/image-descriptions).
- **Table Description** to provide a summarized description of the contents of each detected table. [Learn more](/platform/enriching/table-descriptions).
- **Table to HTML** to provide a representation of each detected table in HTML markup format. [Learn more](/platform/enriching/table-to-html).
- **Named Entity Recognition (NER)** to provide a list of recognized entities and their types. [Learn more](/platform/enriching/ner).

To add multiple enrichments, create an additional **Enrichment** node for each enrichment type that you want to add.