We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/irev/mcp-readpdfx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•241 B
"""
OCR PDF MCP Server Package
Version: 1.0.0
"""
__version__ = "1.0.0"
__author__ = "OCR PDF MCP Team"
__description__ = "MCP Server for PDF OCR and Text Extraction"
__all__ = [
"__version__",
"__author__",
"__description__"
]