summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-11-16 18:44:07 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-11-22 12:22:08 +0100
commit76ad975840904c509df250d38b131ef7b052eba2 (patch)
tree2b072b135d635fd91853376540b16964e18ab311 /pkgs/top-level
parent609316716483bb52489bc9a616da6d5afc0509eb (diff)
downloadnixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar.gz
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar.bz2
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar.lz
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar.xz
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.tar.zst
nixpkgs-76ad975840904c509df250d38b131ef7b052eba2.zip
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/
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 726c6f3b58b..f1f3021d79b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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 { };