Skip to content

Commit

Permalink
Merge pull request #110 from CodeShakingSheep/config-panel-signed-pdf…
Browse files Browse the repository at this point in the history
…-ocr

Config panel: Add option to allow importing digitally signed PDFs
  • Loading branch information
ericgaspar authored Nov 17, 2024
2 parents 55e4467 + f4ae5e5 commit 98370ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config_panel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ name = "Paperless-ngx configuration"
type = "string"
default = "eng"
help = """\
Read this informations: https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/master/doc/PRE_INSTALL.md\n\
Read this information: https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/master/doc/PRE_INSTALL.md\n\
If your language contains a '-' such as chi-sim, you must use chi_sim\n\
Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
bind = "PAPERLESS_OCR_LANGUAGE:__INSTALL_DIR__/paperless.conf"

[main.ocr.ocr_invalidate_digital_signatures]
ask = "Do you want signed PDF files to be consumed?"
type = "string"
default = "{}"
help = """\
Write {"invalidate_digital_signatures": true} to the field if you want signed PDF files to be consumed. Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
"""
bind = "PAPERLESS_OCR_USER_ARGS:__INSTALL_DIR__/paperless.conf"

0 comments on commit 98370ca

Please sign in to comment.