image-ocr

仓库创建 2026年3月18日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由

便捷将截图或扫描件数字化,适合常见文档处理场景

▸ 风险提示

依赖外部 OCR 二进制和模型,需额外安装运行时

这个 Skill 做什么

使用 Tesseract OCR 提取图片中的文字,支持多种图片格式

把图片里的文字用 Tesseract OCR 抠出来并输出可编辑文本,脚本基于 Python。适合需要把截屏、证件照片、扫描件或任意含字图片数字化处理的时候用,支持 PNG、JPEG、TIFF、BMP、WebP 等常见格式。特点是可以批量化处理和导出结果,识别效果会受图片清晰度、倾斜和排版影响。

▸ 展开 SKILL.md 英文原文

Extract text from images using Python OCR. Use when the user wants to read text from screenshots, photos of documents, scanned pages, or any image containing text. Supports PNG, JPEG, TIFF, BMP, and WebP formats.

数据与抓取OCR图像识别Tesseract通用
0
Stars
0
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/image-ocr/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/image-ocr/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Image OCR

Extract text from images using Tesseract OCR via Python.

## When to use this skill

- User asks to read or extract text from an image
- User has a screenshot with text they want to process
- User has scanned documents that need text extraction
- User wants to digitize text from photos

## Scripts overview

| Script           | Purpose                                        | Dependencies            |
| ---------------- | ---------------------------------------------- | ----------------------- |
| `ocr_extract.py` | Extract text from images with multiple options | `pytesseract`, `Pillow` |

## Steps

### 1. Install dependencies (first time only)

Install the Python packages:

``
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有