mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
- Plugin.Start(sdk *PluginSDK) 接口签名改为指针 - 方法表重写: 移除 CallLLM/QueryKnowledge/SetMemory 等不存在方法 - IOInjector 参数顺序修正为 (source, channel, text) - 删除虚构 SDKConfig, 替换为实际 New() 构造函数签名 - .hmap 内容描述一致化 (plugin.so + plugin.dll + main.lua) - 添加 meta/ 包元数据文件
12 lines
358 B
JSON
12 lines
358 B
JSON
{
|
|
"name": "ocr",
|
|
"name_zh": "OCR 文字识别",
|
|
"name_en": "OCR Text Recognition",
|
|
"version": "1.0.0",
|
|
"description": "图片文字识别工具,基于 Tesseract OCR 引擎。支持从 URL 或 base64 图片中提取文字内容。",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": ["ocr", "image", "text"],
|
|
"targets": "linux/amd64"
|
|
}
|