python310Packages.tesserocr: use tesseract4
This commit is contained in:
parent
e7761fa511
commit
0bacc8e993
@ -6,7 +6,7 @@
|
||||
, cython
|
||||
, leptonica
|
||||
, pkg-config
|
||||
, tesseract
|
||||
, tesseract4
|
||||
|
||||
# propagates
|
||||
, pillow
|
||||
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [
|
||||
leptonica
|
||||
tesseract
|
||||
tesseract4
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user