summaryrefslogtreecommitdiff
path: root/doc/implementation_notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/implementation_notes.md')
-rw-r--r--doc/implementation_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/implementation_notes.md b/doc/implementation_notes.md
index bc83671..b385659 100644
--- a/doc/implementation_notes.md
+++ b/doc/implementation_notes.md
@@ -25,6 +25,10 @@ handle PDF. But apparently, people are ok with [pdf redact
25tools](https://github.com/firstlookmedia/pdf-redact-tools), that simply 25tools](https://github.com/firstlookmedia/pdf-redact-tools), that simply
26transform the PDF into images. So this is what's MAT2 is doing too. 26transform the PDF into images. So this is what's MAT2 is doing too.
27 27
28Of course, it would be possible to detect images in PDf file, and process them
29with MAT2, but since a PDF can contain a lot of things, like images, videos,
30javascript, pdf, blobs, … this is the easiest and safest way to clean them.
31
28Images handling 32Images handling
29--------------- 33---------------
30 34