From 39f198138a14e2ee5b903db873dda61015f42075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Bastian=20P=C3=B6ttner?= Date: Mon, 12 Feb 2018 22:07:03 +0100 Subject: [PATCH] Extended exception handling --- src/paperless_tesseract/parsers.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/paperless_tesseract/parsers.py b/src/paperless_tesseract/parsers.py index 37b2610c1..b5f012bdc 100644 --- a/src/paperless_tesseract/parsers.py +++ b/src/paperless_tesseract/parsers.py @@ -200,7 +200,10 @@ class RasterisedDocumentParser(DocumentParser): return text def get_date(self): - text = self.get_text() + try: + text = self.get_text() + except ParseError as e: + return None # This regular expression will try to find dates in the document at # hand and will match the following formats: