mirror of https://github.com/MISP/misp-modules
11 lines
494 B
JSON
11 lines
494 B
JSON
{
|
|
"description": "Module to extract freetext from a PDF document.",
|
|
"logo": "pdf.jpg",
|
|
"requirements": [
|
|
"pdftotext: Python library to extract text from PDF."
|
|
],
|
|
"input": "Attachment attribute containing a PDF document.",
|
|
"output": "Text and freetext parsed from the document.",
|
|
"references": [],
|
|
"features": "The module reads the text contained in a PDF document. The result is passed to the freetext import parser so IoCs can be extracted out of it."
|
|
} |