feat: add option to skip table chunking (#4338)
This PR adds a new option to chunker `skip_table_chunking`: when `True`
table elements are not split by the chunking process, default to `False`
(current behavior).
---------
Co-authored-by: cragwolfe <crag@unstructured.io>