Textin MCP 服务器
TextIn MCP Server 是一款用于提取文档文本并进行 OCR 识别的工具,包括文档文本识别、身份证识别、发票识别等,并支持将文档转换为 Markdown 格式。
工具
recognition_text
从图像、Word 文档和 PDF 文件中识别文本。
输入:
file path
或a URL (HTTP/HTTPS) pointing to a document
(字符串)返回:文档的文本。
支持转换:
PDF
图像(Jpeg、Jpg、Png、Bmp)
doc_to_markdown
将图像、PDF 和 Word 文档转换为 Markdown。
输入:
file path
或a URL (HTTP/HTTPS) pointing to a document
(字符串)返回:文档的 Markdown。
支持转换:
PDF
Microsoft Office 文档(Word、Excel)
图像(Jpeg、Jpg、Png、Bmp)
general_information_extration
自动、智能地从文档中提取关键信息。
输入:
file path
或a URL (HTTP/HTTPS) pointing to a document
(字符串)返回:关键信息JSON。
支持转换:
PDF
Microsoft Office 文档(Word、Excel)
图像(Jpeg、Jpg、Png、Bmp)
当输入是URL时,它不支持处理对受保护资源的访问。
设置
APP_ID 和 APP_SECRET
单击此处注册 TextIn 帐户。
按照此处的说明获取 Textin APP_ID 和 APP_SECRET。
NPX
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
一个支持OCR功能的服务器,可以识别图像、PDF和Word文档中的文本,将其转换为Markdown,并提取关键信息。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.Last updated -118
- AsecurityAlicenseAqualityThis is a server implementation for performing Optical Character Recognition (OCR) using the Google Cloud Vision API. It is built on top of the FastMCP framework, which allows for the creation of modular and extensible command processing tools.
- -securityFlicense-qualityA PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.Last updated -28
- -securityFlicense-qualityA comprehensive document analysis server that performs sentiment analysis, keyword extraction, readability scoring, and text statistics while providing document management capabilities including storage, search, and organization.Last updated -