(no title)
jm4 | 2 months ago
This was basically the only reason we were willing to cough up like $400 for each Acrobat license for a few hundred people. One redaction fuckup could cost you whatever you saved by buying something else.
I would like to believe that the DOJ lacking the proper software might have something to do with DOGE. That would be sweet irony.
wildzzz|2 months ago
jm4|2 months ago
hogrug|2 months ago
chiefalchemist|2 months ago
Unfortunately the E in DOGE should have been for Effectiveness. That is, is the system shooting at the right target, and how close is it to hitting that target.
You can be very efficient but if you’re doing the wrong thing(s) you’re ultimately wasting resources.
The irony is, DOGE got the E wrong. It’s efficient but not effective
yfw|2 months ago
zzzeek|2 months ago
almosthere|2 months ago
ozim|2 months ago
Now much more people will be aware of the issue.
limagnolia|2 months ago
kccqzy|2 months ago
Properly implementing redaction is a complicated task. The redaction can be applied to text, so the software needs to find out which text is covered by the rectangle and remove it. The redaction can be applied to images, so the software needs to edit a dizzying array of image formats supported by PDF (including some formats frequently used by PDFs but used basically nowhere else, like JBIG2). The redaction can be applied to invisible text (such as OCR text of a scanned document). The redaction can be applied to vector shapes, so some moderately complicated geometry calculations are needed to break the vector shapes and partially delete them.
It's very easy to imagine having a basic PDF editor that does not have a redaction feature because implementing the feature is hard.
For the same reason, a basic PDF editor does not have a real crop feature. Such an editor adds a cropbox and keeps all the content outside the cropbox.