Files
2025-11-29 18:23:31 +08:00

15 lines
363 B
JSON

{
"name": "ollama-deepseek-ocr-tool",
"description": "A CLI tool that loads images, sends a prompt to ollama to invoke deepseek-ocr and instructs it to return the image as markdown",
"version": "0.1.0",
"author": {
"name": "Dennis Vriend",
"email": "dvriend@ilionx.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}