From d17de457916b46491ea74ca467146a757d599165 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Wed, 3 Feb 2021 14:51:04 +0100 Subject: [PATCH] fix typo --- src/paperless_tesseract/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless_tesseract/parsers.py b/src/paperless_tesseract/parsers.py index 4e5ceac1b..5a08c601b 100644 --- a/src/paperless_tesseract/parsers.py +++ b/src/paperless_tesseract/parsers.py @@ -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 = ""