From 2dc4ac4864002e944c6624cb30f8fbc73fca3603 Mon Sep 17 00:00:00 2001 From: ivankolev Date: Thu, 15 Jun 2017 21:06:06 -0400 Subject: [PATCH] clone tag 3.04.00 from tessdata, as master now contains traineddata files for tesseract 4, notably it does not contain eng.cube.* files --- preparetests.cmd | 2 +- preparetests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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