Clarify syntax for env file

This commit is contained in:
s-martin 2024-04-18 21:45:58 +02:00 committed by GitHub
parent c644e57533
commit 0e6ca669b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -350,7 +350,7 @@ will still be consumed
Newer versions of OCRmyPDF will fail if it encounters errors during processing. Newer versions of OCRmyPDF will fail if it encounters errors during processing.
This is intentional as the output archive file may differ in unexpected or undesired This is intentional as the output archive file may differ in unexpected or undesired
ways from the original. As the logs indicate, if you encounter this error you can set ways from the original. As the logs indicate, if you encounter this error you can set
`PAPERLESS_OCR_USER_ARGS: '{"continue_on_soft_render_error": true}'` to try to 'force' `PAPERLESS_OCR_USER_ARGS={"continue_on_soft_render_error": true}` to try to 'force'
processing documents with this issue. processing documents with this issue.
## Platform-Specific Deployment Troubleshooting ## Platform-Specific Deployment Troubleshooting