tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
630 stars 184 forks source link

./plot/plot_cer.sh is missing! #239

Closed akmalkadi closed 3 years ago

akmalkadi commented 3 years ago

Hi!

In the main tutorial it mentioed to plot we need to run the following: cd ./plot ./plot_cer.sh

However, plot_cer.sh is missing! There is a python file which is plot_cer.py. This file accept only a .csv file.

Shreeshrii commented 3 years ago

See https://github.com/tesseract-ocr/tesstrain/tree/ee5f0d33ef96bc51a00a3452cb1c818a910bbff6 for the original version of plotting scripts.

A new proposed version is in the PR https://github.com/tesseract-ocr/tesstrain/pull/236

The csv/tsv files are extracted from the training log.

See https://github.com/Shreeshrii/tesstrain-ben for a working example.