{ "id": "vlm-ocr", "name": "VLM OCR", "version": "0.1.0", "capability": "ocr", "repo_dir": "nodes", "command": ["python", "-m", "vlm_ocr"], "env": {}, "input_schema": { "image_uri": "file" }, "output_schema": { "text": "string", "text_uri": "file" }, "max_concurrency": 1, "idle_ttl_seconds": 300, "health_timeout_seconds": 10, "keep_warm": false }