unit_test/README.md
##Description This module contains unit test for EasyOCR.
This module can be used as a typical python module. One python wrapper script and on ipython notebook are provided.
The script can be called with (assuming calling from EasyOCR/);
python ./unit_test/run_unit_test.py --easyocr ./easyocr --verbose 2 --test ./unit_test/EasyOcrUnitTestPackage.pickle --data_dir ./examples
__init__.py of EasyOCR is located../unit_test/data/EasyOcrUnitTestPackage.pickle)../examples/Please see demo.ipynb for documentation.