ScreenToText is a lightweight tool that lets you select any area of your screen, extract text using EasyOCR, and copy it directly to your clipboard.
No Tesseract required.
No external binaries.
Fully portable.
- Select any region on screen using a transparent overlay
- Automatic screenshot of selected area
- OCR powered by EasyOCR (English + Spanish)
- Extracted text is copied instantly to clipboard
- Works on Windows, Linux, and macOS
- Pure Python implementation
git clone https://github.com/scheffan/ScreenToText
cd ScreenToText
pip install -r requirements.txt
## Usage Run
```bash
python screen_to_text.py
##π§ Example
===== Extracted Text =====
Hello world!
This text was captured from a screenshot.
Copied to clipboard β
##π¬ Author
Esteban Mendez
QA Automation Β· Data Analysis Β· AI Validation
https://github.com/scheffan