-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Riley edited this page Sep 16, 2023
·
13 revisions
Go to Releases and download the latest version installer.
- Download and install https://github.com/UB-Mannheim/tesseract/wiki#tesseract-installer-for-windows
- You don't have to check any extra scripts or languages
- Add Tesseract to PATH
Download AHK v2 from the official website.
Run UniqueMatcher.exe, which generates a script for AHK and then double click screenshot.ahk to start the script. Then use Win+s to make a screenshot in-game.
You need Python 3.11+ and Poetry.
- Install poetry:
pip3 install --user poetry
- Install project dependencies:
poetry install
- Enter Poetry shell:
poetry shell
or run individual scripts:poetry run python3 ...
This program requires tesseract
to be available at your system.
Refer to the official installation guide to install it.
On Gnome/Wayland you'll have to endure the constant flash effect during screenshotting until this is implemented.