So I was able to successfully get a traineddata file from lstmtraining buthave encounterd a new error. When I try to run Tesseract against an image as follows:
tesseract ../test.png out -l lso --oem 1 --psm 7
I get the following error:
Failed to read boxes from ../test.png
Any insight as to what may be going wrong here? Note: I trained the file with 15 images (each with 8 text lines) and a single font with 800 iterations. Right now I'm testing with a small dataset. I have a much larger dataset to train with once I have the process better figured out.