mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-08 17:46:54 +00:00
14 lines
708 B
ReStructuredText
14 lines
708 B
ReStructuredText
![]() |
Elements
|
||
|
--------
|
||
|
|
||
|
The following are the structured page elements that are available within the ``unstructured``
|
||
|
package. Partioning bricks convert raw documents to this common set of elements. If you need
|
||
|
a custom element, the recommended approach is to create a sub-class of one of the default
|
||
|
elements.
|
||
|
|
||
|
* ``Page`` - A collection of elements on the same page of a document.
|
||
|
* ``Text`` - A block of text within a document.
|
||
|
* ``NarrativeText`` - Sections of a document that include well-formed prose. Sub-class of ``Text``.
|
||
|
* ``Title`` - Headings and sub-headings wtihin a document. Sub-class of ``Text``.
|
||
|
* ``ListItem`` - A text element that is part of an ordered or unordered list. Sub-class of ``Text``.
|