mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
Chore: Backend bulk updates (#4509)
This commit is contained in:
parent
b671f54cb7
commit
facb7226fe
15 changed files with 1764 additions and 1596 deletions
|
|
@ -338,7 +338,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
if "Ghostscript PDF/A rendering" in str(e):
|
||||
self.log.warning(
|
||||
"Ghostscript PDF/A rendering failed, consider setting "
|
||||
"PAPERLESS_OCR_USER_ARGS: '{\"continue_on_soft_render_error\": true}'", # noqa: E501
|
||||
"PAPERLESS_OCR_USER_ARGS: '{\"continue_on_soft_render_error\": true}'",
|
||||
)
|
||||
|
||||
raise ParseError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue