config file restructured

to be make which parameters are allowed to be changed by the user
This commit is contained in:
fritz-hh
2014-01-13 22:11:28 +01:00
parent 317846fbdc
commit a872ce751d
+13 -4
View File
@@ -1,3 +1,16 @@
#####################################################################################
# The following parameters might be changed by the user
#####################################################################################
DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be determined
TMP="./tmp" # location of the temporary files (one sub-folder will be created per PDF file to be processed)
# an absolute path or a path relative to the OCRmyPDF installation should be entered
#####################################################################################
# Do NOT change the following parameters
#####################################################################################
TOOLNAME="OCRmyPDF"
VERSION="v2.x"
@@ -17,10 +30,6 @@ LOG_DEBUG="3" # debug level logging
# various paths
SRC="./src" # location of the source folder (except source of external tools like jhove)
TMP="./tmp" # location of the temporary files (one sub-folder will be created per PDF file to be processed)
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
# other
DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be determined