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

DOC format is not supported #281

Closed
smypmsa opened this issue Jan 14, 2025 · 2 comments
Closed

DOC format is not supported #281

smypmsa opened this issue Jan 14, 2025 · 2 comments

Comments

@smypmsa
Copy link

smypmsa commented Jan 14, 2025

markitdown.markitdown.UnsupportedFormatException: Could not convert 'REDACTED.doc' to Markdown. The formats ['.doc', '.doc', '.wb3', '.spo', '.opt', '.rvt', '.vsd', '.msi', '.pub', '.mtw', '.ac', '.dot', '.pps', '.ppt', '.xla', '.xls', '.wiz', '.sou', '.wps', '.apr', '.msc', '.adp', '.db', '.wdb', '.xlr'] are not supported.

@christian-johnson
Copy link

christian-johnson commented Jan 14, 2025

I am encountering a similar issue with XML files:

markitdown._markitdown.UnsupportedFormatException: Could not convert 'file.xml' to Markdown. The formats ['.xml', '.xml', '.docbook', '.qtl', '.rng'] are not supported.

OS: MacOS 15.1
markitdown version: 0.0.1a3
python version: 3.13.1

I installed via:

uv venv
source .venv/bin/activate
uv pip install markitdown

And then ran:

markitdown file.xml > document.md

Yielding the error above.

@markthepixel
Copy link

markitdown.markitdown.UnsupportedFormatException: Could not convert 'REDACTED.doc' to Markdown. The formats ['.doc', '.doc', '.wb3', '.spo', '.opt', '.rvt', '.vsd', '.msi', '.pub', '.mtw', '.ac', '.dot', '.pps', '.ppt', '.xla', '.xls', '.wiz', '.sou', '.wps', '.apr', '.msc', '.adp', '.db', '.wdb', '.xlr'] are not supported.

Correct, see: #153

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

3 participants