This repository contains all python scripts used by ZhirOCR. The scripts need python 3.5 or newer.
requirements.txt
contains all of the required packages:
python3 -m pip install -r .\requirements.txt
All of the scripts provide their own help guide. Just run the script with -h
flag. Example:
python3 ./src/clean.py -h
For installing openCv package there is opencv on wheels try this package opencv-python there is no need for installing opencv seperatly battries included opencv quick toturials opencv quick toturials2