From 2b2637fbc3f43710a0ea2d155c7aea8cf6898601 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Mon, 30 Dec 2013 18:21:03 +0100 Subject: [PATCH] minor change --- src/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sh b/src/config.sh index 0c41e691..50b203be 100644 --- a/src/config.sh +++ b/src/config.sh @@ -13,9 +13,9 @@ LOG_ERR="0" # only error messages LOG_WARN="1" # error messages and warnings LOG_INFO="2" # error messages, warnings and some infos LOG_DEBUG="3" # debug level logging -SRC="./src" # location of the source folder (except source of external tools like jhove) # various paths +SRC="./src" # location of the source folder (except source of external tools like jhove) OCR_PAGE="$SRC/ocrPage.sh" # path to the script aimed at OCRing one page JHOVE="./jhove/bin/JhoveApp.jar" # java SW for validating the final PDF/A JHOVE_CFG="./jhove/conf/jhove.conf" # location of the jhove config file