unstructured
8ea203ad - feat(chunking): composite text gets is_continuation (#2639)

Commit
2 years ago
feat(chunking): composite text gets is_continuation (#2639) **Summary** Add `metadata.is_continuation = True` to metadata of second-and-later text-split chunks formed from an oversized non-table element. Previously this metadata was only present on text-split `TableChunk` elements. This enables downstream filtering of intentionally redundant metadata on chunk elements that may not be desired for all purposes. --------- Co-authored-by: scanny <scanny@users.noreply.github.com>
Author
Parents
Loading