From 58282c9e95b896f73c7a4629517f46f3a6d8e32a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 13 Feb 2020 16:13:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Include=20glyph=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my_ocrd_workflow | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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