pythonPackages.pytesseract: init at 0.2.5

Simple python wrapper for Tesseract, an OCR engine to detect and read
text from images.

See https://pypi.org/project/pytesseract/
This commit is contained in:
Maximilian Bosch
2018-11-22 12:22:08 +01:00
committed by Frederik Rietdijk
parent 6093167164
commit 76ad975840
3 changed files with 46 additions and 0 deletions
+2
View File
@@ -609,6 +609,8 @@ in {
pystache = callPackage ../development/python-modules/pystache { };
pytesseract = callPackage ../development/python-modules/pytesseract { };
pytest-tornado = callPackage ../development/python-modules/pytest-tornado { };
python-binance = callPackage ../development/python-modules/python-binance { };