remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Converts documents (images, PDFs, Word) to Markdown format, allowing for structured text representation of various document types.
Textin MCP 服务器
TextIn MCP Server 是一款用于提取文档文本并进行 OCR 识别的工具,包括文档文本识别、身份证识别、发票识别等,并支持将文档转换为 Markdown 格式。
工具
recognition_text
- 从图像、Word 文档和 PDF 文件中识别文本。
- 输入:
file path
(字符串) - 返回:文档的文本。
doc_to_markdown
- 将图像、PDF 和 Word 文档转换为 Markdown。
- 输入:
file path
(字符串) - 返回:文档的 Markdown。
general_information_extration
- 自动、智能地从文档中提取关键信息。
- 输入:
file path
(字符串) - 返回:关键信息JSON。
设置
APP_ID 和 APP_SECRET
单击此处注册 TextIn 帐户。
按照此处的说明获取 Textin APP_ID 和 APP_SECRET。
NPX
Copy
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
You must be authenticated.
一个支持OCR功能的服务器,可以识别图像、PDF和Word文档中的文本,将其转换为Markdown,并提取关键信息。