Skip to content

df8819/PixelReader7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📸 PixelReader7 - Extract Text from Everything

The app that lets you extract text from anything on your screen. Need to capture that juicy quote from a video, meme or an annoying popup? Here you go.

🔥 Features

  • Dark Theme: Because why not.
  • Real-Time Preview: See what you’re about to capture.
  • Super Fast: 50ms refresh rate. Useless but smoother.
  • Select Area: Easy area selection.

🚀 How to Use

  1. Run the App: Execute Run.bat or python main.py.
  2. Set Dimensions: Enter the X, Y, Width, and Height of the area you want to capture or use the area selector (less pain).
  3. Select Area: Click 'Select Area' to visually choose your region.
  4. Read Area: Click 'Read Area' to extract text from the area.
  5. Save Text: A new window will pop up with your extracted text. Copy from it or click 'Save Text' insta save in root folder.
  6. Open .txt: Click 'Extracted.txt' to open the text dump file that was created. Everything will the thrown into this file. No over-write. Just endless pasting.

🛠 Requirements

  • Tesseract (Mandatory for running on Windows. There are many other libraries for GNU/Linux distros)
  • Python 3.x
  • ttkbootstrap
  • pytesseract
  • Pillow

Install the dependencies:

pip install ttkbootstrap pytesseract pillow

⚡ Quick Start

  • Run.bat or
python main.py

📸 Screenshots

Image

💡 Tips

  • Select Carefully: Make sure you’ve got the right area selected, or you might end up with your desktop wallpaper text.
  • Save Your Work: Don’t forget to click 'Save Text' unless you love repeating yourself.

🤖 Behind the Scenes

PixelReader7 uses Tesseract OCR to work its magic. Make sure you have tesseract.exe in the right spot, or the app will ask where you've installed that thing.

🎉 Thanks for visiting and Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published