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

clone tag 3.04.00 from tessdata #217

Merged
merged 1 commit into from
Jun 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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