diff --git a/doc/expansion/docx-enrich.json b/doc/expansion/docx-enrich.json index 361f63a..fccba57 100644 --- a/doc/expansion/docx-enrich.json +++ b/doc/expansion/docx-enrich.json @@ -3,7 +3,7 @@ "logo": "logos/docx.png", "requirements": ["docx python library"], "input": "Attachment attribute containing a .docx document.", - "output": "Freetext parsed from the document.", + "output": "Text and freetext parsed from the document.", "references": [], "features": "The module reads the text contained in a .docx document. The result is passed to the freetext import parser so IoCs can be extracted out of it." } diff --git a/doc/expansion/greynoise.json b/doc/expansion/greynoise.json index effb027..f1f1003 100644 --- a/doc/expansion/greynoise.json +++ b/doc/expansion/greynoise.json @@ -1,6 +1,6 @@ { "description": "Module to access GreyNoise.io API", - "logo": "greynoise.png", + "logo": "logos/greynoise.png", "requirements": [], "input": "An IP address.", "output": "Additional information about the IP fetched from Greynoise API.", diff --git a/doc/expansion/ocr-enrich.json b/doc/expansion/ocr-enrich.json index fb222f4..8765b22 100644 --- a/doc/expansion/ocr-enrich.json +++ b/doc/expansion/ocr-enrich.json @@ -1,6 +1,6 @@ { "description": "Module to process some optical character recognition on pictures.", - "requirements": ["The OpenCV python library."], + "requirements": ["cv2: The OpenCV python library."], "input": "A picture attachment.", "output": "Text and freetext fetched from the input picture.", "references": [],