You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/enriching/overview.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ _Enriching_ adds enhancments to the processed data that Unstructured produces. T
7
7
- Providing a summarized description of the contents of a detected image. [Learn more](/platform/enriching/image-descriptions).
8
8
- Providing a summarized description of the contents of a detected table. [Learn more](/platform/enriching/table-descriptions).
9
9
- 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).
10
11
11
12
To add an enrichment, in the **Task** drop-down list of an **Enrichment** node in a workflow, select one of the following enrichment types:
12
13
13
14
<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.
15
16
16
17
Enrichments work only when the **Partitioner** node in a workflow is also set to use the **High Res** partitioning strategy. [Learn more](/platform/partitioning).
17
18
</Note>
18
19
19
20
-**Image Description** to provide a summarized description of the contents of each detected image. [Learn more](/platform/enriching/image-descriptions).
20
21
-**Table Description** to provide a summarized description of the contents of each detected table. [Learn more](/platform/enriching/table-descriptions).
21
22
-**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).
22
24
23
25
To add multiple enrichments, create an additional **Enrichment** node for each enrichment type that you want to add.
0 commit comments