mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
✨ Include glyph output
This commit is contained in:
parent
11a30892c5
commit
58282c9e95
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue