From 63c12f34e6eb5b3e1998eec4dd762a1dc7a82beb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 26 Apr 2019 13:36:07 +0200 Subject: [PATCH] chg: [pdf-enrich] updated --- misp_modules/modules/expansion/pdf-enrich.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/misp_modules/modules/expansion/pdf-enrich.py b/misp_modules/modules/expansion/pdf-enrich.py index 59d003e..ef85fde 100644 --- a/misp_modules/modules/expansion/pdf-enrich.py +++ b/misp_modules/modules/expansion/pdf-enrich.py @@ -1,10 +1,8 @@ import json import binascii import np -import pytesseract import pdftotext import io -import collections misperrors = {'error': 'Error'} mispattributes = {'input': ['attachment'],