tesseract-ocr / tesstrain

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

plot_cer_validation #303

Closed whisere closed 2 years ago

whisere commented 2 years ago

Hello How do we produce plot_cer_validation.csv and plot_cer.csv for plot_cer.py and plot_cer_validation.py? Thanks.

Shreeshrii commented 2 years ago

See https://github.com/Shreeshrii/tesstrain for updated scripts.

whisere commented 2 years ago

Wonderful! Thank you!!

whisere commented 2 years ago

received this error: Makefile:369: recipe for target 'data/model/reports/model-lstmeval.txt' failed make: *** [data/model/reports/model-lstmeval.txt] Error 1 in the TESSEVAL.LOG after running nohup make traineddata LSTMevalCER plotCER MODEL_NAME=model Y_MAX_CER=20 > data/logs/TESSEVAL.LOG & plot and reports folder are empty. Thanks!

whisere commented 2 years ago

tessdata_fast, tessdata_best, traineddatta, list.eval and list.train are all there.

Shreeshrii commented 2 years ago

Try to run make with --debug=vij and find the issue.

Check whether eval.log files have been created in tessdata_fast.

whisere commented 2 years ago

Thanks! There are no log files in tessdata_fast or tessdata_best but traineddata files, --debug=vij output these: ... 'data/model/tessdata_fast/model7.267_74.traineddata'. No need to remake target 'data/model/tessdata_fast/model7.267_74.traineddata'. Finished prerequisites of target file 'traineddata'. Must remake target 'traineddata'. Successfully remade target file 'traineddata'. Considering target file 'LSTMevalCER'. File 'LSTMevalCER' does not exist. Considering target file 'data/model/tmp/model-lstmeval.tsv'. File 'data/model/tmp/model-lstmeval.tsv' does not exist. Considering target file 'data/model/reports/model-lstmeval.txt'. File 'data/model/reports/model-lstmeval.txt' does not exist. Considering target file 'data/model/tmp/model-lstmeval-fast.log'. File 'data/model/tmp/model-lstmeval-fast.log' does not exist. Finished prerequisites of target file 'data/model/tmp/model-lstmeval-fast.log'. Must remake target 'data/model/tmp/model-lstmeval-fast.log'. Successfully remade target file 'data/model/tmp/model-lstmeval-fast.log'. Finished prerequisites of target file 'data/model/reports/model-lstmeval.txt'. Must remake target 'data/model/reports/model-lstmeval.txt'. Makefile:369: recipe for target 'data/model/reports/model-lstmeval.txt' failed make: *** [data/model/reports/model-lstmeval.txt] Error 1

whisere commented 2 years ago

tmp folder has gtd-lstmeval.log and gtd-lstmeval-fast.log but they are empty.

Shreeshrii commented 2 years ago

I had tested it using the ocrd.zip file in repo. See readme and try that. I will be able to look more only after couple of weeks

whisere commented 2 years ago

Thank you! It is strange, I tried ocrd.zip and run into the same problem as before: I will keep investigating. Finished prerequisites of target file 'traineddata'. Must remake target 'traineddata'. Successfully remade target file 'traineddata'. Considering target file 'LSTMevalCER'. File 'LSTMevalCER' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'. File 'data/ocrd/tmp/ocrd-lstmeval.tsv' does not exist. Considering target file 'data/ocrd/reports/ocrd-lstmeval.txt'. File 'data/ocrd/reports/ocrd-lstmeval.txt' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. File 'data/ocrd/tmp/ocrd-lstmeval-fast.log' does not exist. Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Must remake target 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Successfully remade target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Finished prerequisites of target file 'data/ocrd/reports/ocrd-lstmeval.txt'. Must remake target 'data/ocrd/reports/ocrd-lstmeval.txt'. Makefile:369: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1

Shreeshrii commented 2 years ago

There is some bug in the makefile. Just run the command once more and it works.


(base) ubuntu@tesseract-ocr-1:~/tesstrain$ nohup make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 > data/logs/TESSEVAL.LOG &
[1] 32475
(base) ubuntu@tesseract-ocr-1:~/tesstrain$ nohup: ignoring input and redirecting stderr to stdout

(base) ubuntu@tesseract-ocr-1:~/tesstrain$ tail -f data/logs/TESSEVAL.LOG
Loaded file data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint, unpacking...
lstmtraining \
          --stop_training \
          --continue_from data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint \
          --traineddata data/ocrd/ocrd.traineddata \
          --convert_to_int \
          --model_output data/ocrd/tessdata_fast/ocrd_6.877000_76_100.traineddata
Loaded file data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint, unpacking...
Makefile:369: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed
make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1
^C

[1]+  Exit 2                  nohup make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 > data/logs/TESSEVAL.LOG
(base) ubuntu@tesseract-ocr-1:~/tesstrain$ make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 --debug=vij
GNU Make 4.1
Built for aarch64-unknown-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Updating goal targets....
Considering target file 'traineddata'.
 File 'traineddata' does not exist.
  Considering target file 'fixcheckpoints'.
   File 'fixcheckpoints' does not exist.
   Finished prerequisites of target file 'fixcheckpoints'.
  Must remake target 'fixcheckpoints'.
  Successfully remade target file 'fixcheckpoints'.
  Considering target file 'data/ocrd/tessdata_best'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best'.
  No need to remake target 'data/ocrd/tessdata_best'.
  Considering target file 'data/ocrd/tessdata_fast'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast'.
  No need to remake target 'data/ocrd/tessdata_fast'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.393000_3359_10000.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.393000_3359_10000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.393000_3359_10000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.393000_3359_10000.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.427000_3333_9800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.427000_3333_9800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.427000_3333_9800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.427000_3333_9800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.485000_3290_9500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.485000_3290_9500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.485000_3290_9500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.485000_3290_9500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.505000_3271_9400.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.505000_3271_9400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.505000_3271_9400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.505000_3271_9400.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.566000_3225_9100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.566000_3225_9100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.566000_3225_9100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.566000_3225_9100.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.589000_3198_8900.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.589000_3198_8900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.589000_3198_8900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.589000_3198_8900.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.621000_3166_8700.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.621000_3166_8700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.621000_3166_8700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.621000_3166_8700.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.642000_2984_7700.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.642000_2984_7700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.642000_2984_7700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.642000_2984_7700.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.681000_2934_7500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.681000_2934_7500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.681000_2934_7500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.681000_2934_7500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.727000_2871_7300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.727000_2871_7300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.727000_2871_7300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.727000_2871_7300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.751000_2810_7100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.751000_2810_7100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.751000_2810_7100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.751000_2810_7100.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.803000_2780_7000.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.803000_2780_7000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.803000_2780_7000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.803000_2780_7000.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.865000_2711_6800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.865000_2711_6800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.865000_2711_6800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.865000_2711_6800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.956000_2644_6600.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.956000_2644_6600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.956000_2644_6600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.956000_2644_6600.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_0.995000_2609_6500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_0.995000_2609_6500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_0.995000_2609_6500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_0.995000_2609_6500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.050000_2583_6400.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.050000_2583_6400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.050000_2583_6400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.050000_2583_6400.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.117000_2544_6300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.117000_2544_6300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.117000_2544_6300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.117000_2544_6300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.176000_2511_6200.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.176000_2511_6200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.176000_2511_6200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.176000_2511_6200.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.248000_2482_6100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.248000_2482_6100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.248000_2482_6100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.248000_2482_6100.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.308000_2446_6000.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.308000_2446_6000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.308000_2446_6000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.308000_2446_6000.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.365000_2414_5900.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.365000_2414_5900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.365000_2414_5900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.365000_2414_5900.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.499000_2380_5800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.499000_2380_5800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.499000_2380_5800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.499000_2380_5800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.556000_2315_5600.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.556000_2315_5600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.556000_2315_5600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.556000_2315_5600.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.627000_2210_5300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.627000_2210_5300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.627000_2210_5300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.627000_2210_5300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.733000_2041_4800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.733000_2041_4800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.733000_2041_4800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.733000_2041_4800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.817000_1647_3700.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.817000_1647_3700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.817000_1647_3700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.817000_1647_3700.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_1.907000_1582_3500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_1.907000_1582_3500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_1.907000_1582_3500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_1.907000_1582_3500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.007000_1470_3200.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.007000_1470_3200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.007000_1470_3200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.007000_1470_3200.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.085000_1395_3000.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.085000_1395_3000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.085000_1395_3000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.085000_1395_3000.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.178000_1327_2800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.178000_1327_2800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.178000_1327_2800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.178000_1327_2800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.261000_1243_2600.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.261000_1243_2600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.261000_1243_2600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.261000_1243_2600.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.335000_1214_2500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.335000_1214_2500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.335000_1214_2500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.335000_1214_2500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.447000_1133_2300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.447000_1133_2300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.447000_1133_2300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.447000_1133_2300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.588000_1055_2100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.588000_1055_2100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.588000_1055_2100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.588000_1055_2100.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.703000_976_1900.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.703000_976_1900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.703000_976_1900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.703000_976_1900.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.846000_941_1800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.846000_941_1800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.846000_941_1800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.846000_941_1800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_2.968000_849_1600.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_2.968000_849_1600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_2.968000_849_1600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_2.968000_849_1600.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_3.147000_814_1500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_3.147000_814_1500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_3.147000_814_1500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_3.147000_814_1500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_3.287000_767_1400.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_3.287000_767_1400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_3.287000_767_1400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_3.287000_767_1400.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_3.404000_723_1300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_3.404000_723_1300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_3.404000_723_1300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_3.404000_723_1300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_3.687000_684_1200.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_3.687000_684_1200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_3.687000_684_1200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_3.687000_684_1200.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_4.073000_631_1100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_4.073000_631_1100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_4.073000_631_1100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_4.073000_631_1100.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_4.509000_586_1000.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_4.509000_586_1000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_4.509000_586_1000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_4.509000_586_1000.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_4.845000_490_800.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_4.845000_490_800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_4.845000_490_800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_4.845000_490_800.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_5.058000_433_700.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_5.058000_433_700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_5.058000_433_700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_5.058000_433_700.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_5.392000_384_600.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_5.392000_384_600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_5.392000_384_600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_5.392000_384_600.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_5.572000_329_500.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_5.572000_329_500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_5.572000_329_500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_5.572000_329_500.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_5.829000_271_400.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_5.829000_271_400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_5.829000_271_400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_5.829000_271_400.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_6.594000_212_300.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_6.594000_212_300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_6.594000_212_300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_6.594000_212_300.traineddata'.
  Considering target file 'data/ocrd/tessdata_best/ocrd_6.877000_76_100.traineddata'.
    Considering target file 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint'.
     Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint'.
    No need to remake target 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd_6.877000_76_100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd_6.877000_76_100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_best/ocrd_6.877000_76_100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.393000_3359_10000.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.427000_3333_9800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.485000_3290_9500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.505000_3271_9400.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.566000_3225_9100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.589000_3198_8900.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.621000_3166_8700.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.642000_2984_7700.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.681000_2934_7500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.727000_2871_7300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.751000_2810_7100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.803000_2780_7000.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.865000_2711_6800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.956000_2644_6600.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_0.995000_2609_6500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.050000_2583_6400.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.050000_2583_6400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.050000_2583_6400.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.050000_2583_6400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.050000_2583_6400.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.117000_2544_6300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.117000_2544_6300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.117000_2544_6300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.117000_2544_6300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.117000_2544_6300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.176000_2511_6200.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.176000_2511_6200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.176000_2511_6200.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.176000_2511_6200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.176000_2511_6200.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.248000_2482_6100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.248000_2482_6100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.248000_2482_6100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.248000_2482_6100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.248000_2482_6100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.308000_2446_6000.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.308000_2446_6000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.308000_2446_6000.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.308000_2446_6000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.308000_2446_6000.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.365000_2414_5900.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.365000_2414_5900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.365000_2414_5900.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.365000_2414_5900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.365000_2414_5900.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.499000_2380_5800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.499000_2380_5800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.499000_2380_5800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.499000_2380_5800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.499000_2380_5800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.556000_2315_5600.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.556000_2315_5600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.556000_2315_5600.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.556000_2315_5600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.556000_2315_5600.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.627000_2210_5300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.627000_2210_5300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.627000_2210_5300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.627000_2210_5300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.627000_2210_5300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.733000_2041_4800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.733000_2041_4800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.733000_2041_4800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.733000_2041_4800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.733000_2041_4800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.817000_1647_3700.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.817000_1647_3700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.817000_1647_3700.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.817000_1647_3700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.817000_1647_3700.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_1.907000_1582_3500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_1.907000_1582_3500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_1.907000_1582_3500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_1.907000_1582_3500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_1.907000_1582_3500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.007000_1470_3200.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.007000_1470_3200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.007000_1470_3200.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.007000_1470_3200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.007000_1470_3200.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.085000_1395_3000.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.085000_1395_3000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.085000_1395_3000.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.085000_1395_3000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.085000_1395_3000.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.178000_1327_2800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.178000_1327_2800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.178000_1327_2800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.178000_1327_2800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.178000_1327_2800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.261000_1243_2600.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.261000_1243_2600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.261000_1243_2600.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.261000_1243_2600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.261000_1243_2600.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.335000_1214_2500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.335000_1214_2500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.335000_1214_2500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.335000_1214_2500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.335000_1214_2500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.447000_1133_2300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.447000_1133_2300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.447000_1133_2300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.447000_1133_2300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.447000_1133_2300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.588000_1055_2100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.588000_1055_2100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.588000_1055_2100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.588000_1055_2100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.588000_1055_2100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.703000_976_1900.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.703000_976_1900.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.703000_976_1900.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.703000_976_1900.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.703000_976_1900.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.846000_941_1800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.846000_941_1800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.846000_941_1800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.846000_941_1800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.846000_941_1800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_2.968000_849_1600.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_2.968000_849_1600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_2.968000_849_1600.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_2.968000_849_1600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_2.968000_849_1600.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_3.147000_814_1500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_3.147000_814_1500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.147000_814_1500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_3.147000_814_1500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_3.147000_814_1500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_3.287000_767_1400.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_3.287000_767_1400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.287000_767_1400.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_3.287000_767_1400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_3.287000_767_1400.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_3.404000_723_1300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_3.404000_723_1300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.404000_723_1300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_3.404000_723_1300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_3.404000_723_1300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_3.687000_684_1200.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_3.687000_684_1200.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_3.687000_684_1200.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_3.687000_684_1200.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_3.687000_684_1200.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_4.073000_631_1100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_4.073000_631_1100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.073000_631_1100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_4.073000_631_1100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_4.073000_631_1100.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_4.509000_586_1000.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_4.509000_586_1000.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.509000_586_1000.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_4.509000_586_1000.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_4.509000_586_1000.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_4.845000_490_800.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_4.845000_490_800.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_4.845000_490_800.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_4.845000_490_800.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_4.845000_490_800.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_5.058000_433_700.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_5.058000_433_700.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.058000_433_700.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_5.058000_433_700.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_5.058000_433_700.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_5.392000_384_600.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_5.392000_384_600.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.392000_384_600.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_5.392000_384_600.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_5.392000_384_600.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_5.572000_329_500.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_5.572000_329_500.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.572000_329_500.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_5.572000_329_500.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_5.572000_329_500.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_5.829000_271_400.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_5.829000_271_400.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_5.829000_271_400.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_5.829000_271_400.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_5.829000_271_400.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_6.594000_212_300.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_6.594000_212_300.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_6.594000_212_300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_6.594000_212_300.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_6.594000_212_300.traineddata'.
  Considering target file 'data/ocrd/tessdata_fast/ocrd_6.877000_76_100.traineddata'.
    Pruning file 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint'.
   Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_6.877000_76_100.traineddata'.
   Prerequisite 'data/ocrd/checkpoints/ocrd_6.877000_76_100.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd_6.877000_76_100.traineddata'.
  No need to remake target 'data/ocrd/tessdata_fast/ocrd_6.877000_76_100.traineddata'.
 Finished prerequisites of target file 'traineddata'.
Must remake target 'traineddata'.
Successfully remade target file 'traineddata'.
Considering target file 'LSTMevalCER'.
 File 'LSTMevalCER' does not exist.
  Considering target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'.
   File 'data/ocrd/tmp/ocrd-lstmeval.tsv' does not exist.
    Considering target file 'data/ocrd/reports/ocrd-lstmeval.txt'.
     File 'data/ocrd/reports/ocrd-lstmeval.txt' does not exist.
      Considering target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'.
       File 'data/ocrd/tmp/ocrd-lstmeval-fast.log' does not exist.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log
real 11.24
user 11.19
sys 0.04
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.485000_3290_9500.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log
real 11.24
user 11.19
sys 0.05
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.427000_3333_9800.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log
real 11.25
user 11.22
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.393000_3359_10000.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log
real 11.22
user 11.21
sys 0.01
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.995000_2609_6500.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log
real 11.22
user 11.17
sys 0.05
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.865000_2711_6800.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log
real 11.22
user 11.19
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.751000_2810_7100.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log
real 11.24
user 11.21
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.681000_2934_7500.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log
real 11.22
user 11.19
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.566000_3225_9100.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log
real 11.23
user 11.20
sys 0.02
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.505000_3271_9400.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log
real 11.21
user 11.17
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.642000_2984_7700.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log
real 11.21
user 11.18
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.589000_3198_8900.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log
real 11.23
user 11.21
sys 0.02
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.803000_2780_7000.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log
real 11.25
user 11.21
sys 0.03
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.956000_2644_6600.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log
real 11.21
user 11.15
sys 0.06
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.621000_3166_8700.eval.log'.
        Considering target file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log'.
         File 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log' does not exist.
          Pruning file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata'.
         Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log'.
        Must remake target 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log'.
time -p lstmeval  \
        --verbosity=0 \
        --model data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.traineddata \
        --eval_listfile data/ocrd/list.eval 2>&1 | grep "^BCER eval" > data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log
real 11.23
user 11.21
sys 0.02
        Successfully remade target file 'data/ocrd/tessdata_fast/ocrd_0.727000_2871_7300.eval.log'.
       Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'.
      Must remake target 'data/ocrd/tmp/ocrd-lstmeval-fast.log'.
      Successfully remade target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'.
     Finished prerequisites of target file 'data/ocrd/reports/ocrd-lstmeval.txt'.
    Must remake target 'data/ocrd/reports/ocrd-lstmeval.txt'.
sed -i '/^Filename/N;s/\n/ /' data/ocrd/tmp/ocrd-lstmeval.log
sort -n -r -o data/ocrd/tmp/ocrd-lstmeval.log data/ocrd/tmp/ocrd-lstmeval.log
sed -e 's/\(Filename.*.log\).*\(BCER.*\)/\2 \t \1/g' data/ocrd/tmp/ocrd-lstmeval.log > data/ocrd/reports/ocrd-lstmeval.txt
    Successfully remade target file 'data/ocrd/reports/ocrd-lstmeval.txt'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'.
  Must remake target 'data/ocrd/tmp/ocrd-lstmeval.tsv'.
  Successfully remade target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'.
  Pruning file 'data/ocrd/reports/ocrd-lstmeval.txt'.
  Considering target file 'data/ocrd/tmp/ocrd-lstmeval.log'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval.log'.
  No need to remake target 'data/ocrd/tmp/ocrd-lstmeval.log'.
  Pruning file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'.
 Finished prerequisites of target file 'LSTMevalCER'.
Must remake target 'LSTMevalCER'.
Successfully remade target file 'LSTMevalCER'.
Considering target file 'plotCER'.
 File 'plotCER' does not exist.
  Considering target file 'data/ocrd/tmp/ocrd-iteration.tsv'.
   File 'data/ocrd/tmp/ocrd-iteration.tsv' does not exist.
    Considering target file 'data/logs/ocrd.LOG'.
     Finished prerequisites of target file 'data/logs/ocrd.LOG'.
    No need to remake target 'data/logs/ocrd.LOG'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-iteration.tsv'.
  Must remake target 'data/ocrd/tmp/ocrd-iteration.tsv'.
  Successfully remade target file 'data/ocrd/tmp/ocrd-iteration.tsv'.
  Considering target file 'data/ocrd/tmp/ocrd-checkpoint.tsv'.
   File 'data/ocrd/tmp/ocrd-checkpoint.tsv' does not exist.
    Pruning file 'data/logs/ocrd.LOG'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-checkpoint.tsv'.
  Must remake target 'data/ocrd/tmp/ocrd-checkpoint.tsv'.
  Successfully remade target file 'data/ocrd/tmp/ocrd-checkpoint.tsv'.
  Considering target file 'data/ocrd/tmp/ocrd-eval.tsv'.
   File 'data/ocrd/tmp/ocrd-eval.tsv' does not exist.
    Pruning file 'data/logs/ocrd.LOG'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-eval.tsv'.
  Must remake target 'data/ocrd/tmp/ocrd-eval.tsv'.
  Successfully remade target file 'data/ocrd/tmp/ocrd-eval.tsv'.
  Considering target file 'data/ocrd/tmp/ocrd-sub.tsv'.
   File 'data/ocrd/tmp/ocrd-sub.tsv' does not exist.
    Pruning file 'data/logs/ocrd.LOG'.
   Finished prerequisites of target file 'data/ocrd/tmp/ocrd-sub.tsv'.
  Must remake target 'data/ocrd/tmp/ocrd-sub.tsv'.
  Successfully remade target file 'data/ocrd/tmp/ocrd-sub.tsv'.
  Considering target file 'data/ocrd/plots/ocrd-cer.tsv'.
   File 'data/ocrd/plots/ocrd-cer.tsv' does not exist.
    Pruning file 'data/ocrd/tmp/ocrd-iteration.tsv'.
    Pruning file 'data/ocrd/tmp/ocrd-checkpoint.tsv'.
    Pruning file 'data/ocrd/tmp/ocrd-eval.tsv'.
    Pruning file 'data/ocrd/tmp/ocrd-sub.tsv'.
    Pruning file 'data/ocrd/tmp/ocrd-lstmeval.tsv'.
    Considering target file 'data/ocrd/tmp/ocrd-ocreval.tsv'.
     File 'data/ocrd/tmp/ocrd-ocreval.tsv' does not exist.
     Finished prerequisites of target file 'data/ocrd/tmp/ocrd-ocreval.tsv'.
    Must remake target 'data/ocrd/tmp/ocrd-ocreval.tsv'.
grep: data/ocrd/reports/ocrd-ocreval.txt: No such file or directory
    Successfully remade target file 'data/ocrd/tmp/ocrd-ocreval.tsv'.
    Considering target file 'data/ocrd/tmp/ocrd-isrieval.tsv'.
     File 'data/ocrd/tmp/ocrd-isrieval.tsv' does not exist.
     Finished prerequisites of target file 'data/ocrd/tmp/ocrd-isrieval.tsv'.
    Must remake target 'data/ocrd/tmp/ocrd-isrieval.tsv'.
grep: data/ocrd/reports/ocrd-isrieval.txt: No such file or directory
    Successfully remade target file 'data/ocrd/tmp/ocrd-isrieval.tsv'.
   Finished prerequisites of target file 'data/ocrd/plots/ocrd-cer.tsv'.
  Must remake target 'data/ocrd/plots/ocrd-cer.tsv'.
python plot_LOG.py ocrd,6,data/ocrd/tmp/ocrd-iteration.tsv,data/ocrd/tmp/ocrd-checkpoint.tsv,data/ocrd/tmp/ocrd-eval.tsv,data/ocrd/tmp/ocrd-sub.tsv
python plot_cer.py ocrd,6,data/ocrd/tmp/ocrd-iteration.tsv,data/ocrd/tmp/ocrd-checkpoint.tsv,data/ocrd/tmp/ocrd-eval.tsv,data/ocrd/tmp/ocrd-sub.tsv,data/ocrd/tmp/ocrd-lstmeval.tsv,data/ocrd/tmp/ocrd-ocreval.tsv,data/ocrd/tmp/ocrd-isrieval.tsv
  Successfully remade target file 'data/ocrd/plots/ocrd-cer.tsv'.
 Finished prerequisites of target file 'plotCER'.
Must remake target 'plotCER'.
Successfully remade target file 'plotCER'.
(base) ubuntu@tesseract-ocr-1:~/tesstrain$
whisere commented 2 years ago

I have tried rerun multiple times, but the output are the same:

tail -f data/logs/TESSEVAL.LOG Makefile:369: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1

[1]+ Exit 2 nohup make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 > data/logs/TESSEVAL.LOG

nohup make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 > data/logs/TESSEVAL.LOG & [1] 2780 nohup: ignoring input and redirecting stderr to stdout

tail -f data/logs/TESSEVAL.LOG Makefile:369: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1

'make traineddata MODEL_NAME=ocrd' seems not output anything.

plot and report olders are empty, the log files in tmp folder are empty too

whisere commented 2 years ago

try this: nohup make traineddata LSTMevalCER plotCER MODEL_NAME=ocrd Y_MAX_CER=6 --debug=vij > data/logs/TESSEVAL.LOG &

whisere commented 2 years ago

GNU Make 4.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading makefiles... Reading makefile 'Makefile'... Updating goal targets.... Considering target file 'traineddata'. File 'traineddata' does not exist. Considering target file 'fixcheckpoints'. File 'fixcheckpoints' does not exist. Finished prerequisites of target file 'fixcheckpoints'. Must remake target 'fixcheckpoints'. Successfully remade target file 'fixcheckpoints'. Considering target file 'data/ocrd/tessdata_best'. Finished prerequisites of target file 'data/ocrd/tessdata_best'. No need to remake target 'data/ocrd/tessdata_best'. Considering target file 'data/ocrd/tessdata_fast'. Finished prerequisites of target file 'data/ocrd/tessdata_fast'. No need to remake target 'data/ocrd/tessdata_fast'. Considering target file 'data/ocrd/tessdata_best/ocrd0.477_3296.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.477_3296.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.477_3296.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.477_3296.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.496_3237.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.496_3237.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.496_3237.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.496_3237.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.519_3228.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.519_3228.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.519_3228.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.519_3228.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.541_3210.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.541_3210.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.541_3210.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.541_3210.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.582_3032.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.582_3032.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.582_3032.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.582_3032.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.623_2978.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.623_2978.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.623_2978.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.623_2978.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.648_2961.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.648_2961.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.648_2961.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.648_2961.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.67_2918.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.67_2918.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.67_2918.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.67_2918.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.698_2880.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.698_2880.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.698_2880.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.698_2880.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.744_2826.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.744_2826.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.744_2826.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.744_2826.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.82_2765.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.82_2765.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.82_2765.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.82_2765.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.865_2696.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.865_2696.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.865_2696.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.865_2696.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.921_2671.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.921_2671.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.921_2671.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.921_2671.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd0.96_2597.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd0.96_2597.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd0.96_2597.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd0.96_2597.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.008_2572.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.008_2572.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.008_2572.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.008_2572.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.069_2532.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.069_2532.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.069_2532.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.069_2532.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.139_2469.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.139_2469.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.139_2469.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.139_2469.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.252_2401.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.252_2401.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.252_2401.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.252_2401.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.2_2433.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.2_2433.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.2_2433.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.2_2433.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.376_2300.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.376_2300.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.376_2300.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.376_2300.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.3_2368.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.3_2368.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.3_2368.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.3_2368.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.432_2235.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.432_2235.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.432_2235.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.432_2235.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.494_2129.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.494_2129.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.494_2129.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.494_2129.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.551_2021.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.551_2021.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.551_2021.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.551_2021.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.618_1811.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.618_1811.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.618_1811.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.618_1811.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.737_1745.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.737_1745.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.737_1745.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.737_1745.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.796_1678.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.796_1678.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.796_1678.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.796_1678.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.881_1603.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.881_1603.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.881_1603.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.881_1603.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd1.947_1534.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd1.947_1534.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd1.947_1534.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd1.947_1534.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.011_1461.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.011_1461.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.011_1461.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.011_1461.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.101_1345.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.101_1345.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.101_1345.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.101_1345.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.219_1274.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.219_1274.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.219_1274.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.219_1274.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.329_1205.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.329_1205.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.329_1205.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.329_1205.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.47_1124.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.47_1124.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.47_1124.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.47_1124.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.608_1045.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.608_1045.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.608_1045.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.608_1045.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.715_964.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.715_964.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.715_964.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.715_964.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd2.972_836.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd2.972_836.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd2.972_836.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd2.972_836.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd3.155_802.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd3.155_802.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd3.155_802.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd3.155_802.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd3.3_756.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd3.3_756.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd3.3_756.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd3.3_756.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd3.411_709.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd3.411_709.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd3.411_709.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd3.411_709.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd3.699_672.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd3.699_672.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd3.699_672.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd3.699_672.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd4.077_618.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd4.077_618.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd4.077_618.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd4.077_618.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd4.461_574.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd4.461_574.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd4.461_574.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd4.461_574.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd4.761_480.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd4.761_480.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd4.761_480.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd4.761_480.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd5.348_378.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd5.348_378.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd5.348_378.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd5.348_378.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd5.559_326.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd5.559_326.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd5.559_326.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd5.559_326.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd5.788_266.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd5.788_266.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd5.788_266.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd5.788_266.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd5_425.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd5_425.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd5_425.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd5_425.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd5_425.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5_425.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd5_425.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd5_425.traineddata'. Considering target file 'data/ocrd/tessdata_best/ocrd6.625_73.traineddata'. Considering target file 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint'. Finished prerequisites of target file 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint'. No need to remake target 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_best/ocrd6.625_73.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint' is older than target 'data/ocrd/tessdata_best/ocrd6.625_73.traineddata'. No need to remake target 'data/ocrd/tessdata_best/ocrd6.625_73.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.477_3296.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.477_3296.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.477_3296.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.477_3296.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.477_3296.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.496_3237.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.496_3237.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.496_3237.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.496_3237.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.496_3237.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.519_3228.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.519_3228.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.519_3228.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.519_3228.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.519_3228.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.541_3210.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.541_3210.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.541_3210.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.541_3210.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.541_3210.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.582_3032.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.582_3032.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.582_3032.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.582_3032.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.582_3032.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.623_2978.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.623_2978.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.623_2978.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.623_2978.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.623_2978.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.648_2961.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.648_2961.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.648_2961.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.648_2961.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.648_2961.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.67_2918.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.67_2918.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.67_2918.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.67_2918.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.67_2918.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.698_2880.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.698_2880.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.698_2880.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.698_2880.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.698_2880.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.744_2826.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.744_2826.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.744_2826.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.744_2826.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.744_2826.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.82_2765.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.82_2765.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.82_2765.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.82_2765.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.82_2765.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.865_2696.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.865_2696.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.865_2696.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.865_2696.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.865_2696.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.921_2671.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.921_2671.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.921_2671.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.921_2671.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.921_2671.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd0.96_2597.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd0.96_2597.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd0.96_2597.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd0.96_2597.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd0.96_2597.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.008_2572.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.008_2572.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.008_2572.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.008_2572.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.008_2572.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.069_2532.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.069_2532.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.069_2532.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.069_2532.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.069_2532.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.139_2469.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.139_2469.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.139_2469.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.139_2469.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.139_2469.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.252_2401.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.252_2401.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.252_2401.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.252_2401.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.252_2401.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.2_2433.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.2_2433.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.2_2433.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.2_2433.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.2_2433.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.376_2300.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.376_2300.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.376_2300.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.376_2300.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.376_2300.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.3_2368.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.3_2368.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.3_2368.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.3_2368.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.3_2368.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.432_2235.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.432_2235.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.432_2235.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.432_2235.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.432_2235.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.494_2129.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.494_2129.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.494_2129.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.494_2129.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.494_2129.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.551_2021.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.551_2021.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.551_2021.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.551_2021.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.551_2021.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.618_1811.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.618_1811.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.618_1811.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.618_1811.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.618_1811.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.737_1745.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.737_1745.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.737_1745.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.737_1745.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.737_1745.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.796_1678.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.796_1678.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.796_1678.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.796_1678.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.796_1678.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.881_1603.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.881_1603.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.881_1603.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.881_1603.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.881_1603.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd1.947_1534.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd1.947_1534.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd1.947_1534.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd1.947_1534.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd1.947_1534.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.011_1461.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.011_1461.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.011_1461.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.011_1461.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.011_1461.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.101_1345.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.101_1345.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.101_1345.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.101_1345.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.101_1345.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.219_1274.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.219_1274.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.219_1274.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.219_1274.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.219_1274.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.329_1205.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.329_1205.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.329_1205.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.329_1205.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.329_1205.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.47_1124.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.47_1124.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.47_1124.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.47_1124.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.47_1124.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.608_1045.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.608_1045.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.608_1045.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.608_1045.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.608_1045.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.715_964.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.715_964.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.715_964.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.715_964.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.715_964.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd2.972_836.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd2.972_836.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd2.972_836.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd2.972_836.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd2.972_836.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd3.155_802.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd3.155_802.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.155_802.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd3.155_802.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd3.155_802.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd3.3_756.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd3.3_756.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.3_756.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd3.3_756.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd3.3_756.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd3.411_709.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd3.411_709.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.411_709.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd3.411_709.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd3.411_709.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd3.699_672.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd3.699_672.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd3.699_672.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd3.699_672.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd3.699_672.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd4.077_618.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd4.077_618.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.077_618.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd4.077_618.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd4.077_618.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd4.461_574.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd4.461_574.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.461_574.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd4.461_574.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd4.461_574.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd4.761_480.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd4.761_480.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd4.761_480.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd4.761_480.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd4.761_480.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd5.348_378.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd5.348_378.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.348_378.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd5.348_378.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd5.348_378.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd5.559_326.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd5.559_326.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.559_326.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd5.559_326.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd5.559_326.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd5.788_266.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd5.788_266.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5.788_266.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd5.788_266.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd5.788_266.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd5_425.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd5_425.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd5_425.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd5_425.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd5_425.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd5_425.traineddata'. Considering target file 'data/ocrd/tessdata_fast/ocrd6.625_73.traineddata'. Pruning file 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint'. Finished prerequisites of target file 'data/ocrd/tessdata_fast/ocrd6.625_73.traineddata'. Prerequisite 'data/ocrd/checkpoints/ocrd6.625_73.checkpoint' is older than target 'data/ocrd/tessdata_fast/ocrd6.625_73.traineddata'. No need to remake target 'data/ocrd/tessdata_fast/ocrd6.625_73.traineddata'. Finished prerequisites of target file 'traineddata'. Must remake target 'traineddata'. Successfully remade target file 'traineddata'. Considering target file 'LSTMevalCER'. File 'LSTMevalCER' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'. File 'data/ocrd/tmp/ocrd-lstmeval.tsv' does not exist. Considering target file 'data/ocrd/reports/ocrd-lstmeval.txt'. File 'data/ocrd/reports/ocrd-lstmeval.txt' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. File 'data/ocrd/tmp/ocrd-lstmeval-fast.log' does not exist. Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Must remake target 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Successfully remade target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Finished prerequisites of target file 'data/ocrd/reports/ocrd-lstmeval.txt'. Must remake target 'data/ocrd/reports/ocrd-lstmeval.txt'. Makefile:369: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1

Shreeshrii commented 2 years ago

I am sorry, I am not able to reproduce your error. I have uploaded my current version of scripts and data to a new branch.

See https://github.com/Shreeshrii/tesstrain/tree/ocrddata/data/ocrd/plots

whisere commented 2 years ago

Thanks! I will try the new branch. May I ask what the bug in makefile is you mentioned earlier? If it hasn't been fixed yet, I will try to look into it and see if it helps. Thanks!

whisere commented 2 years ago

It is still the same for me: Must remake target 'traineddata'. Successfully remade target file 'traineddata'. Considering target file 'LSTMevalCER'. File 'LSTMevalCER' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval.tsv'. File 'data/ocrd/tmp/ocrd-lstmeval.tsv' does not exist. Considering target file 'data/ocrd/reports/ocrd-lstmeval.txt'. File 'data/ocrd/reports/ocrd-lstmeval.txt' does not exist. Considering target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. File 'data/ocrd/tmp/ocrd-lstmeval-fast.log' does not exist. Finished prerequisites of target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Must remake target 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Successfully remade target file 'data/ocrd/tmp/ocrd-lstmeval-fast.log'. Finished prerequisites of target file 'data/ocrd/reports/ocrd-lstmeval.txt'. Must remake target 'data/ocrd/reports/ocrd-lstmeval.txt'. Makefile:341: recipe for target 'data/ocrd/reports/ocrd-lstmeval.txt' failed make: *** [data/ocrd/reports/ocrd-lstmeval.txt] Error 1

I will try run again with adding wordlist number punc files.

whisere commented 2 years ago

It is working after updating to Tesseract v5! It should work under v4 too, but need to remove _ for FAST_DATA_FILES in makefile

# Build fast traineddata file list with CER in range [0-1].[0-9].
#FAST_DATA_FILES := $(wildcard $(OUTPUT_DIR)/tessdata_fast/$(MODEL_NAME)_[0-1]\.[0-9]*.traineddata)

FAST_DATA_FILES := $(wildcard $(OUTPUT_DIR)/tessdata_fast/$(MODEL_NAME)[0-1]\.[0-9]*.traineddata)

and change BCER etc as v5 uses BCER= and BWER=, v4 uses Eval Char error rate=, Word error rate= in the log file.

whisere commented 2 years ago

And I changed the above to: FAST_DATA_FILES := $(wildcard $(OUTPUT_DIR)/tessdata_fast/$(MODEL_NAME)_[0-9]*\.[0-9]*.traineddata)

so can plot range outside of [0-1].[0-9] otherwise it reports error when there is no .traineddata in the range to create .eval.log. It is useful when test training.

MeilyOeng commented 2 years ago

@whisere Would you mind sharing your Makefile here? I got the same error and I tried to remove "_" as you mentioned above but it still doesn't work.

whisere commented 2 years ago

Makefile.zip This is the makefile I used, it needs to be used with Tesseract V5, V4 will need further changes as mentioned above. You might still want to restrict the number of fast data files in the list as it will take a long time to evaluate all the checkpoint traineddata...