Enriching adds enhancements to the processed data that Unstructured produces. These enrichments include:
- Providing a summarized description of the contents of a detected image. See Image descriptions.
- Providing a summarized description of the contents of a detected table. See Table descriptions.
- Providing a representation of a detected table in HTML markup format. See Tables to HTML.
- Providing a list of recognized entities and their types, through a process known as named entity recognition (NER). See Named entity recognition.
- Having a vision language model (VLM) use advanced optical character recognition (OCR) to improve the accuracy of initially-processed text blocks. See Generative OCR.
- Image Description to provide a summarized description of the contents of each detected image.
- Table Description to provide a summarized description of the contents of each detected table.
- Table to HTML to provide a representation of each detected table in HTML markup format.00
- NER to provide a list of recognized entities and their types by using a technique called named entity recognition (NER).
- Generative OCR to have a VLM use advanced OCR to improve the accuracy of initially-processed text blocks.
text field, all of the results are kept. Each result is
labeled with the name of the enrichment that produced it. The results appear in the order that the enrichment nodes
run, separated by a blank line. For example, when a workflow applies both generative OCR and image descriptions to the
same image, that element’s text field contains the following:
text field, the result is not labeled.

