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
|`Address`| A text element for capturing physical addresses. |
47
+
|`CodeSnippet`| A text element for capturing code snippets. |
46
48
|`EmailAddress`| A text element for capturing email addresses. |
47
49
|`FigureCaption`| An element for capturing text associated with figure captions. |
48
50
|`Footer`| An element for capturing document footers. |
51
+
|`FormKeysValues`| An element for capturing key-value pairs in a form. |
49
52
|`Formula`| An element containing formulas in a file. |
50
53
|`Header`| An element for capturing document headers. |
51
54
|`Image`| A text element for capturing image metadata. |
52
55
|`ListItem`|`ListItem` is a `NarrativeText` element that is part of a list. |
53
56
|`NarrativeText`|`NarrativeText` is an element consisting of multiple, well-formulated sentences. This excludes elements such titles, headers, footers, and captions. |
54
57
|`PageBreak`| An element for capturing page breaks. |
58
+
|`PageNumber`| An element for capturing page numbers. |
55
59
|`Table`| An element for capturing tables. |
56
60
|`Title`| A text element for capturing titles. |
57
-
|`UncategorizedText`| Base element for capturing free text from within files. |
61
+
|`UncategorizedText`| Base element for capturing free text from within files. Applies to extracted text not associated with bounding boxes if the input is a PDF file.|
58
62
59
63
If you apply chunking, you will also see the `CompositeElement` type.
60
64
`CompositeElement` is a chunk formed from text (non-`Table`) elements.
@@ -172,6 +176,7 @@ Documents can include additional file metadata, based on the specified source co
0 commit comments