Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.25 KB

File metadata and controls

28 lines (20 loc) · 1.25 KB

🔍 LiveScreenOCR: The Google Lens for Your Desktop

A lightweight Python tool that allows you to select any region of your screen and instantly extract text using OCR. Perfect for copying text from images, videos, or protected PDFs.

🚀 Key Features

  • 🎯 Precision Selection: Drag and select any part of the screen.
  • Live Extraction: Get text instantly in your clipboard or a text viewer.
  • 📖 Screen Reading: Helps users read text from non-selectable UI elements.
  • 🐍 Pure Python: Easy to run and modify.

🛠 Tech Stack

  • Python
  • Tesseract OCR / EasyOCR (Specify which one you used!)
  • Tkinter / PyQT (For the selection overlay)
  • Pillow (PIL) (For image processing)

📦 Installation

  1. Install Tesseract OCR on your system.
  2. Clone this repo: git clone https://github.com/Hariprajwal/LiveScreenOCR
  3. Install requirements: pip install -r requirements.txt
  4. Run: python main.py Google Lens–like desktop OCR tool that captures any screen region and extracts text live for reading or copying.
image
Recording.2026-01-01.170710.1.mp4