MCP ExplorerExplorer

Rapidocr Mcp

@z4noneon 10 months ago
2 MIT
FreeCommunity
AI Systems
A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

Overview

What is Rapidocr Mcp

rapidocr-mcp is a MCP server built on the RapidOCR framework, designed to provide an easy-to-use interface for Optical Character Recognition (OCR).

Use cases

Use cases for rapidocr-mcp include scanning and digitizing printed documents, extracting text from images for data analysis, and integrating OCR capabilities into applications for real-time text recognition.

How to use

To use rapidocr-mcp, run the command ‘uvx run rapidocr-mcp’ in your terminal. This will start the server and allow you to access its OCR functionalities.

Key features

Key features of rapidocr-mcp include methods for performing OCR on both base64 encoded image content and image files, returning a list of detected text content.

Where to use

rapidocr-mcp can be used in various fields such as document processing, data extraction, automated form filling, and any application requiring text recognition from images.

Content

RapidOCR MCP Server

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

Usage

uvx run rapidocr-mcp

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers