diff --git a/docs/source/metadata.rst b/docs/source/metadata.rst index 0b4b901b09..8a8dbec3b9 100644 --- a/docs/source/metadata.rst +++ b/docs/source/metadata.rst @@ -36,7 +36,6 @@ 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). | -| | | The ID is also set if the element follows an element of the same category and the category_depth is greater than the category depth of the element it follows. Hierarchies enable more robust chunking configurations. | +-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 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 is set using native document hierarchies (e.g., h1, h2, h3 or the indentation level of a bulleted list in a word document). |