Skip to content

Commit

Permalink
Update is_continuation description
Browse files Browse the repository at this point in the history
Co-authored-by: cragwolfe <[email protected]>
  • Loading branch information
ron-unstructured and cragwolfe authored Oct 4, 2023
1 parent 32b3a41 commit 51f79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ the source file:
| ``num_characters`` | The number of characters used | Used for chunking |
| | for max_characters in add_chunking_strategy | |
+-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``is_continuation`` | True if element is a continuation of table being chunked | Used for chunking |
| ``is_continuation`` | True if element is a continuation of a previous element | Only relevant for chunking, if an element was divided into two due to ``max_characters`` |
+-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``detection_class_prob`` | Detection Model Class Probabilities | From unstructured-inference, hi-res strategy |
+-----------------------------+----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 51f79be

Please sign in to comment.