Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme.md #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
This tool gives users the flexibility to require a screenshot and replica to the clipboard the text content of the screenshot. Works on Windows, macOS, and most Linux distros (some desktop environments may have issues with transparency).

Steps to Install :
1. Install Python 3
2. Clone this repository, and cd into it
3. (Optional) Create a virtual environment, as an example with python -m venv .venv
4. Install the desired packages with pip install -r requirements.txt
5. Install Google's Tesseract OCR Engine, and make sure that tesseract may be reached from the program line by adding the directory to your system path.

On Windows, one can accomplish this by using an AutoHotkey script; textshot.ahk contains a sample AHK script which will be used.

Running textshot.py will open an overlay over the screen, where a rectangle may be drawn over the portion of the screen containing the text the user wishes to repeat
This tool gives users the flexibility to require a screenshot and replica to the clipboard the text content of the screenshot. Works on Windows, macOS, and most Linux distros (some desktop environments may have issues with transparency).
How to Install :
Steps to Install :
1. Install Python 3
2. Clone this repository, and cd into it
3. (Optional) Create a virtual environment, as an example with python -m venv .venv
4. Install the desired packages with pip install -r requirements.txt
5. Install Google's Tesseract OCR Engine, and make sure that tesseract may be reached from the program line by adding the directory to your system path.
On Windows, one can accomplish this by using an AutoHotkey script; textshot.ahk contains a sample AHK script which will be used.
Running textshot.py will open an overlay over the screen, where a rectangle may be drawn over the portion of the screen containing the text the user wishes to repeat