Move SystemCommand to common module

This commit is contained in:
Eike Kettner
2020-02-10 22:23:06 +01:00
parent ba3865ef5e
commit 3be90d64d5
4 changed files with 30 additions and 31 deletions

View File

@ -67,11 +67,10 @@ docspell.joex {
# Configuration of text extraction
#
# Extracting text currently only work for image and pdf files. It
# will first runs ghostscript to create a gray image from a
# pdf. Then unpaper is run to optimize the image for the upcoming
# ocr, which will be done by tesseract. All these programs must be
# available in your PATH or the absolute path can be specified
# below.
# will first run ghostscript to create a gray image from a pdf. Then
# unpaper is run to optimize the image for the upcoming ocr, which
# will be done by tesseract. All these programs must be available in
# your PATH or the absolute path can be specified below.
extraction {
allowed-content-types = [ "application/pdf", "image/jpeg", "image/png" ]