Textin MCP 서버
TextIn MCP Server는 문서 텍스트 인식, 신분증 인식, 송장 인식 등 문서의 텍스트를 추출하고 OCR을 수행하는 도구입니다. 또한 문서를 마크다운 형식으로 변환하는 기능도 지원합니다.
도구
recognition_text
- 이미지, Word 문서, PDF 파일에서 텍스트를 인식합니다.
- 입력:
a URL (HTTP/HTTPS) pointing to a document``file path
또는 URL(HTTP/HTTPS)(문자열) - 반환: 문서의 텍스트.
- 다음에 대한 변환을 지원합니다:
- 이미지(Jpeg, Jpg, PNG, Bmp)
doc_to_markdown
- 이미지, PDF, Word 문서를 마크다운으로 변환합니다.
- 입력:
a URL (HTTP/HTTPS) pointing to a document``file path
또는 URL(HTTP/HTTPS)(문자열) - 반환: 문서의 마크다운.
- 다음에 대한 변환을 지원합니다:
- Microsoft Office 문서(Word, Excel)
- 이미지(Jpeg, Jpg, PNG, Bmp)
general_information_extration
- 문서에서 주요 정보를 자동적이고 지능적으로 추출합니다.
- 입력:
a URL (HTTP/HTTPS) pointing to a document``file path
또는 URL(HTTP/HTTPS)(문자열) - 반환: 주요 정보 JSON.
- 다음에 대한 변환을 지원합니다:
- Microsoft Office 문서(Word, Excel)
- 이미지(Jpeg, Jpg, PNG, Bmp)
입력이 URL인 경우 보호된 리소스에 대한 액세스 처리를 지원하지 않습니다.
설정
APP_ID와 APP_SECRET
여기를 클릭하여 TextIn 계정을 등록하세요.
여기의 지침에 따라 Textin APP_ID와 APP_SECRET을 얻으세요.
엔피엑스
지엑스피1
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
이미지, PDF, Word 문서에서 텍스트를 인식하고 이를 마크다운으로 변환하고 주요 정보를 추출하는 OCR 기능을 제공하는 서버입니다.
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 -117Python
- 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.Last updated -11PythonMIT License
- -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 -26Python
- -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 -Python