haystack/releasenotes/notes/add-custom-converter-hook-to-pypdf-cc7c333a6e7fc5f7.yaml
Vladimir Blagojevic b4d8d1c904
feat: Add custom conversion callable to PyPDFToDocument - Haystack 2.x (#6258)
* Allow user specified converter hook

* Add a release note

* More unit tests

* PR review - Massi, use protocol as converter
2023-11-09 17:35:33 +01:00

5 lines
122 B
YAML

---
preview:
- |
Add callable hook to PyPDFToDocument to enable easier customization of pdf to Document conversion.