VOOZH about

URL: https://glama.ai/mcp/servers/intsig-textin/textin-mcp?locale=zh-CN

⇱ Textin MCP 服务器 by intsig-textin | Glama


Textin MCP 服务器

TextIn MCP Server 是一款用于提取文档文本并进行 OCR 识别的工具,包括文档文本识别、身份证识别、发票识别等,并支持将文档转换为 Markdown 格式。

工具

  • recognition_text

    • 从图像、Word 文档和 PDF 文件中识别文本。

    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)

    • 返回:文档的文本。

    • 支持转换:

      • PDF

      • 图像(Jpeg、Jpg、Png、Bmp)

  • doc_to_markdown

    • 将图像、PDF 和 Word 文档转换为 Markdown。

    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)

    • 返回:文档的 Markdown。

    • 支持转换:

      • PDF

      • Microsoft Office 文档(Word、Excel)

      • 图像(Jpeg、Jpg、Png、Bmp)

  • general_information_extration

    • 自动、智能地从文档中提取关键信息。

    • 输入: file patha URL (HTTP/HTTPS) pointing to a document (字符串)

    • 返回:关键信息JSON。

    • 支持转换:

      • PDF

      • Microsoft Office 文档(Word、Excel)

      • 图像(Jpeg、Jpg、Png、Bmp)

当输入是URL时,它不支持处理对受保护资源的访问。

Related MCP server: MCP Docling Server

设置

APP_ID 和 APP_SECRET

单击此处注册 TextIn 帐户。

按照此处的说明获取 Textin APP_ID 和 APP_SECRET。

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
 }
 }
}

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/intsig-textin/textin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server