Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procssing malformed docx: media file not in [Content_Types].xml #1456

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mepwang
Copy link

@mepwang mepwang commented Dec 16, 2024

some malformed docx, for example, /word/media/* files not in [Content_Types].xml
python-docx raise a keyerror exception while open the file and refuse to proceed.

this patch use python-magic guess mimetype of /word/media/* files.

fixes #1455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

malformed docx processing error: media file not in [Content_Types].xml
1 participant