mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
16 lines
438 B
JSON
16 lines
438 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",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|