im trying to train my tesseract 4.. i started it with installing cygwin and could do till setup and steps you have given for OCRD-train is giving issues while trying to compile leptonica and tesseract. i felt that steps you have given are bit highlevel for me. i tried 'make leptonica' thru cygwin giving 'no rule to make target' error. i tried this after downloading ocrd-train and updating tesseract and letonica versions. can you explain what i need to do for below:
"Now that you copied ocrd-train into your setup (in my case Cygwin) you still have to connect these tools to Tesseract and Leptonica. To do so I simply used commands in Makefile to compile Tesseract and Leptonica inside my ocrd-train folder, but I am sure with a little editing you can make it so that the tools use your specific folder structure. To compile Tesseract and Leptonica use the following commands (order counts, Tesseract will give you an error without Leptonica) <code>make leptonica</code> and <code>make tesseract</code>. These commands will compile versions of Tesseract and Leptonica, version can be set as a variable inside Makefile."