Skip to content

Commit c7b6cf1

Browse files
authored
Platform: Add NER to TOC (#481)
1 parent a8f2e2a commit c7b6cf1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@
599599
"platform/enriching/overview",
600600
"platform/enriching/image-descriptions",
601601
"platform/enriching/table-descriptions",
602-
"platform/enriching/table-to-html"
602+
"platform/enriching/table-to-html",
603+
"platform/enriching/ner"
603604
]
604605
},
605606
"platform/embedding"

platform/enriching/overview.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ _Enriching_ adds enhancments to the processed data that Unstructured produces. T
77
- Providing a summarized description of the contents of a detected image. [Learn more](/platform/enriching/image-descriptions).
88
- Providing a summarized description of the contents of a detected table. [Learn more](/platform/enriching/table-descriptions).
99
- Providing a representation of a detected table in HTML markup format. [Learn more](/platform/enriching/table-to-html).
10+
- Providing a list of recognized entities and their types, through a process known as _named entity recognition_ (NER). [Learn more](/platform/enriching/ner).
1011

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

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

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

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

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

0 commit comments

Comments
 (0)