解析二维码
解析二维码图片,提取二维码中的内容。
office/skills/image/decode_qrcode/
from office.skills.image import decode_qrcode
decode_qrcode(qrcode_path='./qrcode.png')| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
qrcode_path | str | 是 | - | 二维码图片的路径 |
None(解析结果直接打印输出)
from office.skills.image import decode_qrcode
decode_qrcode(qrcode_path='./my_qrcode.png')office.api.image.decode_qrcode
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.