| input_params | [{"name":"input","type":"string","required":true,"description":"输入JSON文件路径"},{"name":"output","type":"string","required":true,"description":"输出JSON文件路径"},{"name":"method","type":"string","required":false,"default":"phash","description":"图像哈希方法(phash/dhash/whash/ahash)"},{"name":"backend","type":"string","required":false,"default":"ray_actor","description":"分布式后端类型(ray_actor/redis)"},{"name":"redis_address","type":"string","required":false,"default":"redis://localhost:6379","description":"Redis服务器地址"},{"name":"image_key","type":"string","required":false,"default":"images","description":"图像字段的键名"},{"name":"text_key","type":"string","required":false,"default":"text","description":"文本字段的键名"}] |