mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Adopt nix modules to new config
This commit is contained in:
@ -173,7 +173,7 @@ docspell.joex {
|
||||
# To convert HTML files into PDF files, the external tool
|
||||
# wkhtmltopdf is used.
|
||||
wkhtmlpdf {
|
||||
cmd = {
|
||||
command = {
|
||||
program = "wkhtmltopdf"
|
||||
args = [
|
||||
"-s",
|
||||
@ -191,7 +191,7 @@ docspell.joex {
|
||||
# To convert image files to PDF files, tesseract is used. This
|
||||
# also extracts the text in one go.
|
||||
tesseract = {
|
||||
cmd = {
|
||||
command = {
|
||||
program = "tesseract"
|
||||
args = [
|
||||
"{{infile}}",
|
||||
@ -215,7 +215,7 @@ docspell.joex {
|
||||
# a libreoffice listener by running `unoconv -l` in a separate
|
||||
# process.
|
||||
unoconv = {
|
||||
cmd = {
|
||||
command = {
|
||||
program = "unoconv"
|
||||
args = [
|
||||
"-f",
|
||||
|
Reference in New Issue
Block a user