При чтении прикрепленного файла происходит ошибка [1 — копия.docx](https://github.com/user-attachments/files/16493610/1.docx) ``` reader = DocxReader(config={}) filepath = "1 — копия.docx" document1 = reader.read(filepath, parameters={"with_attachments": "false", "need_header_footer_analysis": "True"}) ```