code-ocr

Installation
SKILL.md

Code OCR

将代码截图转换为文本文件,使用百度 OCR 高精度含位置版 API,保持原始缩进。

环境配置

在使用前需要配置百度 API 密钥(系统环境变量),默认用户已经配置完成:

# Windows
setx BAIDU_API_KEY "your_api_key"
setx BAIDU_SECRET_KEY "your_secret_key"
Installs
30
GitHub Stars
1
First Seen
Feb 21, 2026
code-ocr — mhliulgy/my-skills