From 247bbba0aec7797243e24aff2274767de741ff9d Mon Sep 17 00:00:00 2001 From: ron-unstructured <138828701+ron-unstructured@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:52:00 -0700 Subject: [PATCH] reformatting rst table --- docs/source/metadata.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/metadata.rst b/docs/source/metadata.rst index 8fb39e6eb5..9a616a97af 100644 --- a/docs/source/metadata.rst +++ b/docs/source/metadata.rst @@ -35,10 +35,10 @@ the source file: +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | coordinates | XY Bounding Box Coordinates | See notes below for further details about the bounding box. | +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| parent_id | Element Hierarchy (Parent ID) | `parent_id` may be used to infer where an element resides within the overall hierarchy of a document. For instance, a `NarrativeText` element may have a `Title` element as a parent (a "sub-title"), which in turn may have another `Title` element as its parent (a "title). | +| parent_id | Element Hierarchy (Parent ID) | `parent_id` may be used to infer where an element resides within the overall hierarchy of a document. For instance, a `NarrativeText` element may have a `Title` element as a parent (a "sub-title"), which in turn may have another `Title` element as its parent (a "title). | +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | category_depth | Element Depth relative to | Category depth is the depth of an element relative to other elements of the same category. It's set by a document partitioner and enables the hierarchy post-processor to compute more accurate hierarchies. | -| | other elements of the same category | Category depth may be set using native document hierarchies, e.g. reflecting \

, \

, or `\

` tags within an HTML document or the indentation level of a bulleted list item in a Word document. | +| | other elements of the same category | Category depth may be set using native document hierarchies, e.g. reflecting \

, \

, or `\

` tags within an HTML document or the indentation level of a bulleted list item in a Word document. | +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | text_as_html | HTML representation of extracted tables | Only applicable to table elements. | +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -166,6 +166,7 @@ Data Connector Metadata Fields ############################## Documents processed through unstructured-ingest connectors include additional document metadata. These additional fields only ever appear if the source document was processed by a connector. + Common Data Connector Metadata Fields -------------------------------------