mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
fix typo
This commit is contained in:
parent
eeff7b3bdb
commit
701897dc3c
@ -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…
x
Reference in New Issue
Block a user