From c0d8508264afe6e856d25c7c55ce046a3cc638a1 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Mon, 6 Jan 2014 19:30:19 +0100 Subject: [PATCH] minor change in log msg --- src/ocrPage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrPage.sh b/src/ocrPage.sh index eef80274..7ef9c34f 100644 --- a/src/ocrPage.sh +++ b/src/ocrPage.sh @@ -69,7 +69,7 @@ imageCharacteristics() { # count number of extracted images nbImg=`ls -1 "$curOrigImg"* | wc -l` if [ $nbImg -ne "1" ]; then - [ $VERBOSITY -ge $LOG_WARN ] && echo "Page $page: Expecting exactly 1 image on page $page (found $nbImg). Cannot compute dpi value." + [ $VERBOSITY -ge $LOG_WARN ] && echo "Page $page: Expecting exactly 1 image covering the whole page (found $nbImg). Cannot compute dpi value." return 2 fi # Get characteristics of the extracted image