Deep Chavda
feat: initial release — PDF to Markdown MCP server
4ccde7a
raw
history blame contribute delete
312 Bytes
class MCPExtractorError(Exception):
"""Base exception for this application."""
class OCRProcessingError(MCPExtractorError):
"""Raised when OCR / document conversion fails."""
class InvalidDocumentURLError(MCPExtractorError):
"""Raised when the provided document URL is invalid or unreachable."""