Skip to content

πŸš€ Screenshot-OCR is a simple and efficient tool that allows you to extract text from screenshots and images in real-time on Ubuntu. It works natively without complex dependencies, making it a lightweight alternative to Windows PowerToys OCR.

License

Notifications You must be signed in to change notification settings

emonbhuiyan/Screenshot-Ocr-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Screenshot OCR for Ubuntu

πŸ“Έ Instantly extract text from screenshots in Ubuntu, just like Windows PowerToys!
This script lets you select any part of the screen, extracts text using Tesseract OCR, and automatically copies it to your clipboard.


GitAds Sponsored

Sponsored by GitAds


πŸ”₯ Features

βœ… Take a screenshot and extract text instantly
βœ… Auto-copy extracted text to clipboard
βœ… Works just like Windows PowerToys Text Extractor
βœ… Simple and lightweight (Uses Flameshot + Tesseract)

πŸ› οΈ Installation

  1. Install required tools:
sudo apt update && sudo apt install flameshot tesseract-ocr ocrmypdf xclip -y
  1. Download the script:
wget -O ~/screenshot-ocr.sh https://raw.githubusercontent.com/emonbhuiyan/Screenshot-Ocr/main/screenshot-ocr.sh
chmod +x ~/screenshot-ocr.sh

πŸš€ Usage

  1. Run the script:
~/screenshot-ocr.sh
  1. Or set up a keyboard shortcut:
  • Open Settings β†’ Keyboard Shortcuts
  • Click "+ Add Shortcut"
  • Name: "Text Extractor"
  • Command:
/home/YOUR_USERNAME/screenshot-ocr.sh
  • Set a shortcut (Example: Super + Shift + T)

πŸ“œ License

This project is licensed under the MIT License.

About

πŸš€ Screenshot-OCR is a simple and efficient tool that allows you to extract text from screenshots and images in real-time on Ubuntu. It works natively without complex dependencies, making it a lightweight alternative to Windows PowerToys OCR.

Resources

License

Stars

Watchers

Forks

Languages