haystack/releasenotes/notes/fix-document-cleaner-page-tag-15c66d6433b82b0a.yaml
Corentin Meyer 58517014ec
fix: DocumentCleaner: keep the \f in text (#8078)
* Keep the \f in Document Cleaner

* Add Reno

* Add Test

* Simplified _remove_empty_lines() code
2024-08-07 14:50:14 +02:00

5 lines
144 B
YAML

---
fixes:
- |
Fix the DocumentCleaner removing the `\f` tag from content preventing from counting page number (by Splitter for example).