]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add Ghostscript error to troubleshooting docs
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 29 Aug 2023 02:29:36 +0000 (19:29 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 29 Aug 2023 02:29:36 +0000 (19:29 -0700)
docs/troubleshooting.md

index 63e37a10fddde7dc2c41815f9d428b2b14102e4c..baf91a27c821a7a133b3e01db0369d636cb5fb1e 100644 (file)
@@ -345,3 +345,11 @@ STATEMENT:  INSERT INTO "documents_tag" ("owner_id", "name", "match", "matching_
 
 This can happen during heavy consumption when using polling. Paperless will handle it correctly and the file
 will still be consumed
+
+## Consumption fails with "Ghostscript PDF/A rendering failed"
+
+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
+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'
+processing documents with this issue.