mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-29 09:00:30 +00:00
This ticket ensures that CCT metric will not be sensitive to differences in whitespace (including newline). All whitespaces in string are changed to single space `" "` in both GT and PRED before the metric is computed. Additional changes in CHANGELOG due to auto-formatting.