Skip to content

Commit 3eb67f3

Browse files
committed
wheels: use tesseract 5.3.3
Fixes several regressions in 5.3 and fixes aarch64 build.
1 parent 5f0164a commit 3eb67f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-scripts/common-install-tesseract.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
LEPTONICA_VERSION="1.83.1"
5-
TESSERACT_VERSION="5.3.1"
5+
TESSERACT_VERSION="5.3.3"
66

77
PREFIX="${PREFIX:-/usr/local}"
88

0 commit comments

Comments
 (0)