hswaw/paperless: fix ingestion failure for invoices from new generator

https: //ocrmypdf.readthedocs.io/en/latest/advanced.html#rendering-and-rasterizing-options
Change-Id: I88e3e7cbf1c97f54004df50f7626cf6c74a839ee
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1787
Reviewed-by: radex <radex@hackerspace.pl>
changes/87/1787/3
informatic 2023-11-12 15:51:23 +01:00 committed by informatic
parent 13e6052b93
commit 6963e8b96b
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ local redis = import "../../kube/redis.libsonnet";
PAPERLESS_OCR_LANGUAGE: "pol", PAPERLESS_OCR_LANGUAGE: "pol",
PAPERLESS_OCR_MODE: "force", PAPERLESS_OCR_MODE: "force",
PAPERLESS_OCR_USER_ARGS: '{"continue_on_soft_render_error": true}',
PAPERLESS_DATE_ORDER: "YMD", PAPERLESS_DATE_ORDER: "YMD",
PAPERLESS_EMAIL_TASK_CRON: "*/2 * * * *", PAPERLESS_EMAIL_TASK_CRON: "*/2 * * * *",
}, },