diff --git a/mint.json b/mint.json index 4a225576..33550951 100644 --- a/mint.json +++ b/mint.json @@ -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" diff --git a/platform/enriching/overview.mdx b/platform/enriching/overview.mdx index 23f4d5c6..6ed307c5 100644 --- a/platform/enriching/overview.mdx +++ b/platform/enriching/overview.mdx @@ -7,11 +7,12 @@ _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: - 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). @@ -19,5 +20,6 @@ To add an enrichment, in the **Task** drop-down list of an **Enrichment** node i - **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. \ No newline at end of file