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

Commit

Permalink
Merge pull request #217 from ivankolev/master
Browse files Browse the repository at this point in the history
clone tag 3.04.00 from tessdata
  • Loading branch information
rmtheis authored Jun 16, 2017
2 parents 1632130 + 2dc4ac4 commit b57e6af
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 b57e6af

Please sign in to comment.