fix: [documentation] Fixed some description & logo

pull/322/head
chrisr3d 4 years ago
parent d998368dea
commit aa56248110
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 2
      doc/expansion/docx-enrich.json
  2. 2
      doc/expansion/greynoise.json
  3. 2
      doc/expansion/ocr-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."
}

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

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

Loading…
Cancel
Save