We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trsdn/markitdown-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements-all.txt•657 B
# All optional dependencies for full MarkItDown functionality
# Install with: pip install -r requirements-all.txt
# Core requirements (from requirements.txt)
markitdown[all]>=0.1.0
pypdf>=3.17.0
python-pptx>=0.6.21
pillow>=10.0.0
python-magic>=0.4.27
pdf2image>=1.16.3
python-dotenv>=1.0.0
# Excel support
openpyxl>=3.1.2
xlrd>=2.0.1
pandas>=2.0.0
tabulate>=0.9.0
# Advanced PDF support
pymupdf>=1.23.0
pdfplumber>=0.10.0
pytesseract>=0.3.10
# Audio/Speech support
pydub>=0.25.1
speechrecognition>=3.10.0
# OCR support (included in markitdown[all] but listed for clarity)
# pytesseract is already included above
easyocr>=1.7.0 # Alternative OCR engine