Skip to content

iCallH4x/OCR.PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR.py

Code style: black Python Version: 3.8+ GitHub contributors

Initially created by Crennis for PCBS2 key sniping.

Easy Usage Tutorial (Windows)

  1. 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).
  2. Run the installer and just press next the whole way through. DO NOT CHANGE THE INSTALL LOCATION OR THE SCRIPT WILL NOT WORK
  3. Download the latest pre-built OCR.py binary from releases
  4. Run the file
  5. 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!

Requirements - Windows

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

Requirements - Linux

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

About

A lightweight OCR python script using tesseract

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages