ianzhao/textshot
Python CLI tool that captures a screen region and extracts its text content using Tesseract OCR.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
TextShot is a cross-platform screenshot text extraction utility that lets users draw a rectangle around on-screen text and copies the recognized text to the clipboard. It wraps Tesseract as its OCR engine, supports multiple languages by passing language codes like ’eng+fra’ to Tesseract, and can continuously capture a region at a set interval.