Skip to content

A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

License

Notifications You must be signed in to change notification settings

z4none/rapidocr-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidOCR MCP Server

A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

Usage

uvx run rapidocr-mcp

MCP config

"rapidocr-mcp": {
    "command": "uvx",
    "args": [
    "rapidocr-mcp"
    ],
    "env": {}
}

Screenshots

config usage

Available Methods

  • ocr_by_content Perform OCR on an image content. Args: base64_data (str): The base64 encoded image content. Returns: List[TextContent]: A list of text content.

  • ocr_by_path Perform OCR on an image file. Args: path (str): The path to the image file. Returns: List[TextContent]: A list of text content.

remark

Currently, large language models are becoming increasingly powerful and generally possess multimodal capabilities, enabling them to recognize text in images without the need for external OCR tools.

About

A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages