Include glyph output

This commit is contained in:
Gerber, Mike 2020-02-13 16:13:24 +01:00
parent 11a30892c5
commit 58282c9e95
2 changed files with 2 additions and 2 deletions

View file

@ -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