-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "multimodal-skill",
"version": "0.2.0",
"description": "Give text-only LLMs (DeepSeek, etc.) multimodal abilities: image understanding and document parsing (OCR, tables, formulas, PDF -> Markdown) via free third-party APIs. Pure Python stdlib CLI, zero pip dependencies, adaptive provider fallback, works from mainland China.",
"keywords": [
"pi-package",
"skill",
"multimodal",
"vision",
"ocr",
"document-parsing",
"pdf",
"image-understanding",
"deepseek",
"paddleocr",
"glm",
"qwen-vl",
"mineru"
],
"license": "MIT",
"pi": {
"skills": ["./"]
},
"repository": {
"type": "git",
"url": "https://github.com/v587d/multimodal-skill.git"
},
"bugs": {
"url": "https://github.com/v587d/multimodal-skill/issues"
},
"homepage": "https://github.com/v587d/multimodal-skill#readme"
}