tesstrain icon indicating copy to clipboard operation
tesstrain copied to clipboard

Trying to readme but I get: No box data found in 'data/foo-ground-truth/fontane_irrungen_1888_0258_008.box'....

Open manuelarte opened this issue 6 months ago • 2 comments

Hi,

I followed the tutorial, I extracted the content of ocrd-testset.zip in ./data/foo-ground-truth, but when I run:

make training

I get the following output:

(python) manuelarte@maclaptop tesstrain % gmake training
You are using make version: 4.4.1
tesseract "data/foo-ground-truth/fontane_irrungen_1888_0258_008.tif" data/foo-ground-truth/fontane_irrungen_1888_0258_008 --psm 13 lstm.train
No box data found in 'data/foo-ground-truth/fontane_irrungen_1888_0258_008.box'.
Failed to read boxes from data/foo-ground-truth/fontane_irrungen_1888_0258_008.tif
Error during processing.
gmake: *** [Makefile:260: data/foo-ground-truth/fontane_irrungen_1888_0258_008.lstmf] Error 1

I am running on Mac

manuelarte avatar Aug 27 '24 13:08 manuelarte