From 5f28be39815c315029c219ad1ebc8570d34efb1d Mon Sep 17 00:00:00 2001 From: Alexander Pozdnyakov Date: Thu, 31 Oct 2024 21:51:27 +0300 Subject: [PATCH] version is now set manually --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 814c3c0..120b1ca 100644 --- a/build.sh +++ b/build.sh @@ -25,7 +25,7 @@ LANG_TESSDATA=("afr" "amh" "ara" "asm" "aze_cyrl" "aze" "bel" "ben" "bod" \ "tat" "tel" "tgk" "tha" "tir" "ton" "tur" "uig" "ukr" "urd" \ "uzb_cyrl" "uzb" "vie" "yid" "yor") INSTALL_TESSDATA=("eng" "osd") - +export VERSION=5.4.1 get_tessdata(){ if test ! -f "${1}.traineddata" @@ -81,8 +81,6 @@ do done cd "${DIR}/tesseract" || exit 1 -VERSION="$(git describe --abbrev=4)" -export VERSION case ${VERSION} in 4*)