diff --git a/my_ocrd_workflow b/my_ocrd_workflow index be6a04f..5522fdf 100755 --- a/my_ocrd_workflow +++ b/my_ocrd_workflow @@ -4,7 +4,7 @@ set -e # Abort on error # Configuration export LOG_LEVEL=${LOG_LEVEL:-DEBUG} # /etc/ocrd_logging.py uses this to set level for all OCR-D modules -export TEXTEQUIV_LEVEL=word +export TEXTEQUIV_LEVEL=glyph # Set up logging if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then diff --git a/requirements.txt b/requirements.txt index 3c925ea..2026213 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ocrd >= 2.3.1 ocrd_tesserocr -ocrd_calamari == 0.0.5 +ocrd_calamari >= 0.0.6 https://github.com/qurator-spk/sbb_textline_detector/archive/689822c.tar.gz