← 返回 Skills 市场
liudengkui

文档识别-表格识别-Pro(翔云开放平台)

作者 liudengkui · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install xiangyun-table-ocr
功能描述
翔云通用文档/表格识别 Agent。当用户请求以下操作时触发: - 通用文档识别、文档 OCR、OCR 文档、识别图片文字 - 表格识别、表格 OCR、识别表格 - 提取表格内容、读取表格数据 - 识别图片/扫描件/PDF 中的文字和表格 - 表格转 Excel、表格转 Word、表格转 Markdown - 导...
安全使用建议
This skill appears to do what it says (upload images to netocr.com and return OCR/table results). Before installing: (1) confirm you trust netocr.com as images are uploaded to that third-party service; (2) prefer setting NETOCR_KEY/NETOCR_SECRET as environment variables rather than saving them in the skill's plaintext ./config.json, or keep the config file on a protected filesystem; (3) the script will read any file paths or folders you give it — avoid pointing it at directories containing sensitive files you do not want uploaded; (4) the code rewrites the returned OSS URL to use oss-cn-beijing.aliyuncs.com with a Host header to retrieve exported files (this is explained in the doc and is a workaround for the provider's returned http URL, but you may wish to verify the returned host and the downloaded content); (5) if you ever suspect the key was exposed, rotate it at the provider. Overall the package is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: xiangyun-table-ocr Version: 1.0.1 The skill bundle provides a legitimate interface for the Xiangyun OCR platform (netocr.com) to perform document and table recognition. The Python script `scripts/recognize_table.py` correctly implements the API logic, including a documented workaround for SSL certificate validation when downloading results from Alibaba Cloud OSS. Credential handling is restricted to the intended service keys, and no evidence of data exfiltration, unauthorized file access, or malicious prompt injection was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (table/ OCR recognition) match the included Python script and SKILL.md. The script calls netocr.com endpoints for recognition and download and only requires the OCR key/secret — this is proportionate for the declared functionality.
Instruction Scope
Instructions and the script read user-provided file paths or directories, convert some image formats, send image data to netocr.com, save recognition JSON and exported files locally, and can prompt the user for credentials. Those behaviors are necessary for OCR, but they do mean: (1) images (and any content in files you point at) are uploaded to netocr.com; (2) credentials may be saved in a plaintext ./config.json in the skill directory.
Install Mechanism
No install spec (instruction-only + included Python script). The script depends on common libraries (requests, optional Pillow). Nothing is downloaded from unfamiliar URLs or written system-wide during install.
Credentials
No required environment variables; the script optionally reads NETOCR_KEY / NETOCR_SECRET and loads ./config.json or asks the user. Requiring the OCR key/secret is expected. Be aware the skill encourages saving credentials in plaintext config.json in the skill directory (persistent storage of secrets).
Persistence & Privilege
always is false and the skill does not request elevated system-wide privileges. It writes its own config.json and output files in the skill or user-specified directories only, and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiangyun-table-ocr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiangyun-table-ocr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No file changes detected; internal version update only. - Documentation and functionality remain unchanged from the previous release.
v1.0.0
- Initial release of xiangyun-table-ocr skill. - Supports OCR and table recognition for images, PDFs, and scans using the NetOCR API. - Enables export of recognized content to multiple formats including Excel, Word, Markdown, PDF, TXT, and OFD. - Credentials are loaded automatically from config.json, environment variables, or prompt the user on first use. - Supports multilingual OCR, table structure analysis, image correction, and batch processing. - Secure SSL strategies are implemented for both API calls and file exports.
元数据
Slug xiangyun-table-ocr
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

文档识别-表格识别-Pro(翔云开放平台) 是什么?

翔云通用文档/表格识别 Agent。当用户请求以下操作时触发: - 通用文档识别、文档 OCR、OCR 文档、识别图片文字 - 表格识别、表格 OCR、识别表格 - 提取表格内容、读取表格数据 - 识别图片/扫描件/PDF 中的文字和表格 - 表格转 Excel、表格转 Word、表格转 Markdown - 导... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 文档识别-表格识别-Pro(翔云开放平台)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiangyun-table-ocr」即可一键安装,无需额外配置。

文档识别-表格识别-Pro(翔云开放平台) 是免费的吗?

是的,文档识别-表格识别-Pro(翔云开放平台) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

文档识别-表格识别-Pro(翔云开放平台) 支持哪些平台?

文档识别-表格识别-Pro(翔云开放平台) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 文档识别-表格识别-Pro(翔云开放平台)?

由 liudengkui(@liudengkui)开发并维护,当前版本 v1.0.1。

💬 留言讨论