diff --git a/preparetests.cmd b/preparetests.cmd index 3a95ce200..2de2016d2 100644 --- a/preparetests.cmd +++ b/preparetests.cmd @@ -1,6 +1,6 @@ for /f %%i in ('adb shell echo $EXTERNAL_STORAGE') do set DIR=%%i -git clone https://github.com/tesseract-ocr/tessdata.git +git clone -b 3.04.00 https://github.com/tesseract-ocr/tessdata.git adb shell rm %DIR%/testAddPageToDocument.pdf adb shell rm %DIR%/testCreate.pdf diff --git a/preparetests.sh b/preparetests.sh index 7abd1f3e7..76ed94a8c 100755 --- a/preparetests.sh +++ b/preparetests.sh @@ -2,7 +2,7 @@ DIR="`adb shell echo \\$EXTERNAL_STORAGE`" -git clone https://github.com/tesseract-ocr/tessdata.git +git clone -b 3.04.00 https://github.com/tesseract-ocr/tessdata.git adb shell rm $DIR/testAddPageToDocument.pdf adb shell rm $DIR/testCreate.pdf