1
0
Fork 0

paperless-ngx: Work around PDF rendering errors

Occasionally, some documents may have odd rendering errors that
prevent the archival process from working correctly.  I'm less concerned
about the archive document than simply having a centralized storage for
paperwork, so enabling this "continue on soft render error" feature is
appropriate.  As far as I can tell, it has no visible effect for the
documents that could not be imported at all without it.
pull/59/head
Dustin 2025-03-31 06:16:41 -05:00
parent 7c6b6f4ca4
commit 5c819ef120
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ spec:
value: '1' value: '1'
- name: PAPERLESS_ENABLE_FLOWER - name: PAPERLESS_ENABLE_FLOWER
value: 'true' value: 'true'
- name: PAPERLESS_OCR_USER_ARGS
value: '{"continue_on_soft_render_error": true}'
ports: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000