/ releasenotes / notes / docxmetadata-json-serializable-e4205ce70d042aed.yaml
docxmetadata-json-serializable-e4205ce70d042aed.yaml
1  ---
2  fixes:
3    - |
4      The metadata produced by `DOCXToDocument` component is now JSON serializable.
5      Previously, it contained `datetime` objects automatically extracted from DOCX files, which are not JSON serializable.
6      Now, the `datetime` objects are converted to strings.