tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
620 stars 181 forks source link

The Simple Start Training Command is not working #234

Closed YKembal closed 3 years ago

YKembal commented 3 years ago

I was trying to run the simple "make training" command as below after extracting "ocrd-testset.zip" to "./data/foo-ground-truth" as shown below , it gives me this error and i don't know what i have done wrong. 1 2

kba commented 3 years ago

The commands in the Makefile are executed with cmd.exe, you need a POSIX shell like bash. Can you run this in a Linux VM, in WSL, Cygwin or similar? There is a windows port of tesstrain if none of these are options.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.