mirror of https://github.com/CIRCL/PyCIRCLean
Improve readme
parent
936fc2c2a2
commit
6bc83f947d
|
@ -14,10 +14,10 @@ filecheck.py
|
||||||
*WARNING*: Only works with Python 2.7 (oletools and olefile aren't ported to Python3 for now)
|
*WARNING*: Only works with Python 2.7 (oletools and olefile aren't ported to Python3 for now)
|
||||||
|
|
||||||
Requirements by type of document:
|
Requirements by type of document:
|
||||||
* Microsoft office: oletools, olefile
|
* Microsoft office: oletools, olefile
|
||||||
* OOXML: officedissector
|
* OOXML: officedissector
|
||||||
* PDF: pdfid
|
* PDF: pdfid
|
||||||
* Archives: p7zip-full, p7zip-rar
|
* Archives: p7zip-full, p7zip-rar
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -33,8 +33,8 @@ generic.py
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Requirements by type of document:
|
Requirements by type of document:
|
||||||
* Office and all text files: unoconv, libreoffice
|
* Office and all text files: unoconv, libreoffice
|
||||||
* PDF: ghostscript, pdf2htmlEX
|
* PDF: ghostscript, pdf2htmlEX
|
||||||
|
|
||||||
```
|
```
|
||||||
# required for pdf2htmlEX
|
# required for pdf2htmlEX
|
||||||
|
|
Loading…
Reference in New Issue