You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
When attempting to convert a Microsoft Word (.doc) file to Markdown, markitdown fails with an UnsupportedFormatException indicating that no converter recognized the stream’s format:
`INFO - File download completed in 0.85s. Content-Type: application/msword, Content-Length: 102912
…
markitdown._exceptions.UnsupportedFormatException: Could not convert stream to Markdown. No converter attempted a conversion, suggesting that the filetype is simply not supported.
ValueError: Failed to convert file: Could not convert stream to Markdown. No converter attempted a conversion, suggesting that the filetype is simply not supported.`
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
issue description
What happened?
When attempting to convert a Microsoft Word (.doc) file to Markdown, markitdown fails with an UnsupportedFormatException indicating that no converter recognized the stream’s format:
`INFO - File download completed in 0.85s. Content-Type: application/msword, Content-Length: 102912
…
markitdown._exceptions.UnsupportedFormatException: Could not convert stream to Markdown. No converter attempted a conversion, suggesting that the filetype is simply not supported.
ValueError: Failed to convert file: Could not convert stream to Markdown. No converter attempted a conversion, suggesting that the filetype is simply not supported.`
The text was updated successfully, but these errors were encountered: