Textin MCP Server
Extracts text and performs OCR on various documents like IDs and invoices, with support for Markdown conversion.
TextIn OCR MCP
English | δΈζ
TextIn OCR MCP Server
TextIn MCP Server is a tool for extracting text and performing OCR on documents, including document text recognition, ID recognition, and invoice recognition. It also supports converting documents into Markdown format.
Tools
-
recognition_text
- Text recognition from images, Word documents, and PDF files.
- Inputs:
path
(string, required):file path
ora URL (HTTP/HTTPS) pointing to a document
- Return: Text of the document.
- Supports conversion for:
- Image (Jpeg, Jpg, Png, Bmp)
-
doc_to_markdown
- Convert images, PDFs, and Word documents to Markdown.
- Inputs:
path
(string, required):file path
ora URL (HTTP/HTTPS) pointing to a document
- Return: Markdown of the document.
- Supports conversion for:
- Microsoft Office Documents (Word, Excel)
- Image (Jpeg, Jpg, Png, Bmp)
-
general_information_extration
- Automatically identify and extract information from documents, or identify and extract user-specified information.
- Inputs:
path
(string, required):file path
ora URL (HTTP/HTTPS) pointing to a document
key
(string[], optional): The non-tabular text information that the user wants to identify, input format is an array of strings.table_header
(string[], optional): The table information that the user wants to identify, input format is an array of strings.
- Return: The key information JSON.
- Supports conversion for:
- Microsoft Office Documents (Word, Excel)
- Image (Jpeg, Jpg, Png, Bmp)
When the input is a URL, it does not support handling access to protected resources.
Setup
APP_ID and APP_SECRET
Click here to register for a TextIn account.
Get Textin APP_ID and APP_SECRET by following the instructions here.
NPX
{
"mcpServers": {
"textin-ocr": {
"command": "npx",
"args": [
"-y",
"@intsig/server-textin"
],
"env": {
"APP_ID": "<YOUR_APP_ID>",
"APP_SECRET": "<YOUR_APP_SECRET>",
"MCP_SERVER_REQUEST_TIMEOUT": "600000"
},
"timeout": 600
}
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Related Servers
Postman MCP Server
Interact with the Postman API via an MCP server. Requires a Postman API key.
Lilith Shell
Execute terminal commands through a secure shell interface using an AI assistant.
Chart
A Model Context Protocol server for generating visual charts using AntV.
Studio MCP
Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.
GDB
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Claude Project Memory MCP
Manages project memory and implementation logs for Claude Code using local project files.
Tencent Cloud Code Analysis
An official MCP server for Tencent Cloud Code Analysis (TCA) to quickly start code analysis and obtain reports.
scan-mcp
Minimal MCP server for scanner capture (ADF/duplex/page-size), batching, and multipage assembly
Session Continuity MCP Server
An MCP server for Claude Code CLI that provides persistent session management, entity tracking, and context preservation across development sessions.
iFlytek Workflow MCP Server
An MCP server for executing iFlytek workflows through MCP tools.