mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
fix typo
This commit is contained in:
parent
bdc247ce49
commit
d17de45791
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||
# This may happen for files that don't have any text.
|
||||
self.log(
|
||||
'warning',
|
||||
f"Document {document_path} does not have any text."
|
||||
f"Document {document_path} does not have any text. "
|
||||
f"This is probably an error or you tried to add an image "
|
||||
f"without text, or something is wrong with this document.")
|
||||
self.text = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue