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 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.
- Input:
file path
(string) - Return: Text of the document.
doc_to_markdown
- Convert images, PDFs, and Word documents to Markdown.
- Input:
file path
(string) - Return: Markdown of the document.
general_information_extration
- Automatically and intelligently extract key information from documents.
- Input:
file path
(string) - Return: The key information JSON.
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
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.
You must be authenticated.
A server that enables OCR capabilities to recognize text from images, PDFs, and Word documents, convert them to Markdown, and extract key information.