ClawSkills logoClawSkills

Image Ocr

使用 Tesseract OCR 从图像中提取文本

介绍

# Image OCR

使用 Tesseract OCR 从图像中提取文本。支持多种语言和图像格式,包括 PNG、JPEG、TIFF 和 BMP。

## 命令

```bash # Extract text from an image (default: English) image-ocr "screenshot.png"

# Extract text with a specific language image-ocr "document.jpg" --lang eng ```

## 安装

```bash sudo dnf install tesseract ```

更多产品