Hi Everyone, I am relatively new to tesseract and OCR as whole.
I have been trying to training do the setup for training model locally using the guide https://github.com/tesseract-ocr/tesstrain/blob/main/README.md I have copied the sample training data into the `data/foo` directory but when I run `make training`, I will always end up getting this error: ```Failed to read data from: data/foo/all-gt Wrote unicharset file data/foo/unicharset python3 shuffle.py 0 "data/foo/all-lstmf" Traceback (most recent call last): File "shuffle.py", line 24, in <module> fd0 = open(sys.argv[2], 'r') FileNotFoundError: [Errno 2] No such file or directory: 'data/foo/all-lstmf' make: *** [data/foo/all-lstmf] Error 1 ``` Can someone please help resolve this error? Thank you! -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/249216fc-70e5-4e40-a630-d4202fd24a36n%40googlegroups.com.