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
10 changes: 10 additions & 0 deletions ui/enriching/image-descriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Image descriptions
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/pMQm9ymM3N8"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

After partitioning, you can have Unstructured generate text-based summaries of detected images.

This summarization is done by using models offered through various model providers.
Expand Down
10 changes: 10 additions & 0 deletions ui/enriching/ner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Named entity recognition (NER)
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/ZEMegRGjCR0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

After partitioning, you can have Unstructured generate a list of recognized entities and their types (such as the names of organizations, products, and people) in the content, through a process known as _named entity recognition_ (NER).
You can also have Unstructured generate a list of relationships between the entities that are recognized.

Expand Down
10 changes: 10 additions & 0 deletions ui/enriching/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Overview
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/brlxpzIpPt0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

import EnrichmentImagesTablesHiResOnly from '/snippets/general-shared-text/enrichment-images-tables-hi-res-only.mdx';

_Enriching_ adds enhancments to the processed data that Unstructured produces. These enrichments include:
Expand Down
10 changes: 10 additions & 0 deletions ui/enriching/table-descriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Table descriptions
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/3UIW5PDck74"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

After partitioning, you can have Unstructured generate text-based summaries of detected tables.

This summarization is done by using models offered through various model providers.
Expand Down
10 changes: 10 additions & 0 deletions ui/enriching/table-to-html.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Tables to HTML
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/lT2ixyunrvA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

After partitioning, you can have Unstructured generate representations of each detected table in HTML markup format.

This table-to-HTML output is done by using [GPT-4o](https://openai.com/index/hello-gpt-4o/), provided through OpenAI.
Expand Down