rapidocr-mcp
rapidocr-mcp is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.
If you are the rightful owner of rapidocr-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
RapidOCR MCP Server is a Model Context Protocol server that provides an easy-to-use OCR interface.
The RapidOCR MCP Server is designed to facilitate Optical Character Recognition (OCR) tasks by providing a straightforward interface for users. It leverages the capabilities of RapidOCR to process images and extract text content efficiently. The server supports two primary methods for performing OCR: one that processes images directly from their content and another that processes images from file paths. This flexibility allows users to choose the most convenient method for their specific use case. The server is designed to be user-friendly and can be easily integrated into various applications that require OCR functionality.
Features
- Easy-to-use interface for performing OCR tasks.
- Supports OCR by image content and file path.
- Efficient text extraction from images.
- Integration with RapidOCR for enhanced performance.
- Flexible usage for different application needs.
Tools
ocr_by_content
Perform OCR recognition on base64 encoded image content.
Args: base64_data: Base64 encoded image content string
Returns: List[TextContent]: List of recognized text content
ocr_by_path
Perform OCR recognition on an image file.
Args: path: Path to the image file
Returns: List[TextContent]: List of recognized text content