Skip to content

image in docx convert failed #1060

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

Open
lqxzzz opened this issue Feb 26, 2025 · 1 comment
Open

image in docx convert failed #1060

lqxzzz opened this issue Feb 26, 2025 · 1 comment

Comments

@lqxzzz
Copy link

lqxzzz commented Feb 26, 2025

Image And no text in md

@dgqypl
Copy link

dgqypl commented Feb 28, 2025

I guess this problem may be caused by the fact that markitdown recently upgraded its dependency package markdownify. I compared the dependency trees of markitdown installed some time ago and the markitdown newly installed today, as shown in the attached image. You will find that the markdownify and openai versions of the two are different. I downgraded the markdownify version on the newly installed markitdown today, and then executed the command, and found that I can convert .docx to .md files normally.

pip install markdownify==0.14.1

Image

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

No branches or pull requests

2 participants