tesseract-ocr / test

Repository for tesseract testing
Apache License 2.0
30 stars 32 forks source link

upload files needed for lstmtrainer_test #16

Closed Shreeshrii closed 5 years ago

stweil commented 5 years ago

This uploads again some unwanted font files. Please synchronize your local installation with git master:

cd test
git fetch
git rebase origin/master
# If it still includes unwanted commits, remove those commits using the following line:
git rebase -i origin/master
# Upload your local commits.
git push -f
Shreeshrii commented 5 years ago

@stweil Thanks for the instructions. Hope it is ok now.

stweil commented 5 years ago

Yes, thank you. It's merged now.