Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:31 +08:00
commit 3182431ecf
5 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}