Request to design an Haystack [DocumentSplitter](https://docs.haystack.deepset.ai/docs/documentsplitter) based on the [Docling chunkers](https://github.com/DS4SD/docling/blob/main/docs/concepts/chunking.md). [docling_splitter](https://github.com/redhat-et/PaRAGon/blob/master/paragon/haystack/docling_splitter.py) is a reference implementation using the `HybridChunker` developed by @ilya-kolchinsky