fix: [documentation] Fixed some description & logo

pull/322/head
chrisr3d 2019-06-24 16:26:36 +02:00
parent d998368dea
commit aa56248110
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
3 changed files with 3 additions and 3 deletions

View File

@ -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."
}

View File

@ -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.",

View File

@ -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": [],