Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
clone tag 3.04.00 from tessdata, as master now contains traineddata f…
Browse files Browse the repository at this point in the history
…iles for tesseract 4, notably it does not contain eng.cube.* files
  • Loading branch information
ivankolev committed Jun 16, 2017
1 parent d727e0c commit 2dc4ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preparetests.cmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion preparetests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc4ac4

Please sign in to comment.