mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix typo
This commit is contained in:
parent
bdc247ce49
commit
d17de45791
@ -200,7 +200,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||||||
# This may happen for files that don't have any text.
|
# This may happen for files that don't have any text.
|
||||||
self.log(
|
self.log(
|
||||||
'warning',
|
'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"This is probably an error or you tried to add an image "
|
||||||
f"without text, or something is wrong with this document.")
|
f"without text, or something is wrong with this document.")
|
||||||
self.text = ""
|
self.text = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user