Get the latest tech news
DEDA – Tracking Dots Extraction, Decoding and Anonymisation Toolkit
Contribute to dfd-tud/deda development by creating an account on GitHub.
If you want to create your own tracking dots matrix and add it to a pdf document, pass the contents as parameters (see deda_create_dots -h).$ deda_create_dots PDFINPUT Scan the document (300 dpi) and pass the lossless file to$ deda_anonmask_create -r INPUTFILE This creates 'mask.json', the individual printer's anonymisation mask. Install deda accordig to chapter 0 Execute$ export PATH="$PATH:$(python -c 'import site,os; print(os.path.join(site.USER_BASE, "bin"))')"
Or read this on Hacker News