rapidocr-mcp
3.8
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.
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
Try it
Result:
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