My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/python-modules/pytesseract/tesseract-binary.patch

13 lines
368 B

diff --git a/pytesseract/pytesseract.py b/pytesseract/pytesseract.py
index 132f59b..f161e5c 100755
--- a/pytesseract/pytesseract.py
+++ b/pytesseract/pytesseract.py
@@ -23,7 +23,7 @@ except ImportError:
import Image
-tesseract_cmd = 'tesseract'
+tesseract_cmd = '@drv@/bin/tesseract'
numpy_installed = find_loader('numpy') is not None
if numpy_installed: