UNPKG

invoice_ocr_mcp

Version:

企业发票OCR识别MCP服务器,基于RapidOCR和ModelScope生态,支持多种发票类型的结构化识别

39 lines (38 loc) 964 B
{ "name": "invoice_ocr_mcp", "version": "1.0.5", "description": "企业发票OCR识别MCP服务器,基于RapidOCR和ModelScope生态,支持多种发票类型的结构化识别", "main": "start-python.js", "bin": { "invoice_ocr_mcp": "start-python.js" }, "directories": { "doc": "docs", "example": "examples", "test": "tests" }, "scripts": { "start": "python main.py" }, "repository": { "type": "git", "url": "git+https://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@github.com/wuyonghui0810/invoice_ocr_mcp.git" }, "keywords": [ "ocr", "invoice", "rapidocr", "modelscope", "mcp", "发票识别" ], "author": "wuyonghui <wuyonghui0810@126.com>", "license": "MIT", "bugs": { "url": "https://github.com/wuyonghui0810/invoice_ocr_mcp/issues" }, "homepage": "https://github.com/wuyonghui0810/invoice_ocr_mcp#readme", "dependencies": { "invoice_ocr_mcp": "^1.0.2" } }