mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 17:29:04 +08:00
14 lines
476 B
Bash
14 lines
476 B
Bash
#!/bin/bash
|
|
#
|
|
# run langtests/runlangtests.sh with the root ISRI data dir, testname, tessdata-dir, language code:
|
|
|
|
cd ~/tesseract
|
|
langtests/runlangtests.sh ~/lang-files 4_fast_Fraktur ../tessdata_fast/script Fraktur tif
|
|
|
|
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
|
|
|
|
### It takes a while to run.
|
|
|