2018-08-30 22:28:34 +08:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
|
|
|
# run langtests/runlangtests.sh with the root ISRI data dir, testname, tessdata-dir, language code:
|
|
|
|
|
|
|
|
cd ~/tesseract
|
2018-09-04 12:29:13 +08:00
|
|
|
langtests/runlangtests.sh ~/lang-files 4_fast_Fraktur ../tessdata_fast/script Fraktur tif
|
2018-08-30 22:28:34 +08:00
|
|
|
|
2018-09-04 12:29:13 +08:00
|
|
|
langtests/runlangtests.sh ~/lang-files 4_fast_frk ../tessdata_fast frk tif
|
|
|
|
langtests/runlangtests.sh ~/lang-files 4_best_int_frk ../tessdata frk tif
|
|
|
|
langtests/runlangtests.sh ~/lang-files 4_best_frk ../tessdata_best frk tif
|
2018-08-30 22:28:34 +08:00
|
|
|
|
|
|
|
### It takes a while to run.
|
|
|
|
|