Skip to content

Installation

Riley edited this page Sep 16, 2023 · 13 revisions

Windows

Download the latest release

Go to Releases and download the latest version installer.

Install Tesseract OCR

env_var_1

env_var_2

env_var_3

Install AutoHotKey

Download AHK v2 from the official website.

Start the AHK shortcut

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.

Linux

You need Python 3.11+ and Poetry.

  1. Install poetry: pip3 install --user poetry
  2. Install project dependencies: poetry install
  3. Enter Poetry shell: poetry shell or run individual scripts: poetry run python3 ...

Tesseract

This program requires tesseract to be available at your system. Refer to the official installation guide to install it.

GNOME/Wayland

On Gnome/Wayland you'll have to endure the constant flash effect during screenshotting until this is implemented.

Clone this wiki locally