Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 937 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 937 Bytes

ZhirPy

This repository contains all python scripts used by ZhirOCR. The scripts need python 3.5 or newer.

Install dependencies:

requirements.txt contains all of the required packages:

python3 -m pip install -r .\requirements.txt

Help

All of the scripts provide their own help guide. Just run the script with -h flag. Example:

python3 ./src/clean.py -h

Extra

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