haystack/releasenotes/notes/add-pptx-converter-625b745d64b3c939.yaml
Sebastian Husch Lee 2c2c7c9f56
feat: Add PPTXToDocument converter (#7808)
* Add first pass at PPTXToDocument converter

* Add test and update code

* Add doc string

* Update docstrings

* Add release notes

* remove unused imports, add to api docs, update pyproject.toml

* Add a new test

* Add dep so tests can run
2024-06-07 09:43:29 +00:00

6 lines
219 B
YAML

---
features:
- |
Add a PPTX to Document converter using the python-pptx library. Extracts all text from each slide. Each slide is separated with a page break "\f"
so a Document Splitter could split by slide.