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
parent
7c6b6f4ca4
commit
5c819ef120
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue