Initially created by Crennis for PCBS2 key sniping.
- Download tesseract-ocr. The file should be at the top of the page, named similar to tesseract-ocr-w64-setup-vxxxxxxxxx.exe. Make sure you download the correct version for your machine (generally 64bit).
- Run the installer and just press next the whole way through. DO NOT CHANGE THE INSTALL LOCATION OR THE SCRIPT WILL NOT WORK
- Download the latest pre-built OCR.py binary from releases
- Run the file
- Profit
This is the easiest pretty much one-click way to run the script if you lack the technical know-how. If you do have the technical knowhow, read below!
You will need Python3.8 or higher to run this
To install the required packages, run:
py -m pip install -r requirements.txt
You will also need to download and install tesseract-ocr
To install the required packages, run:
python3.8 -m pip install -r requirements.txt
You will also need to download and install tesseract-ocr with your chosen package manager, for example:
sudo apt install tesseract