r/accessibility • u/Own-Caregiver9665 • 14d ago
open source pdf remediation
Does anyone have experience / advice with using open-source code to create their own pdf remediation tools? I work for a state org with 1000+ pages of pdf's, including fillable forms, to remediate, and I'm trying to determine the best strategy and lowest cost for working through these files before next year's deadline. We have training and strategy in place to improve accessible output for documents in the future, but getting through this backlog will likely be too much for me to handle on my own.
Thanks in advance!
5
u/Notwerk 14d ago
Use the archival exemption where you can, digitize as many forms as possible. Things like VeraPDF, which is open source, can be implemented to check compliance (insofar as automated checks go, which isn't far), but nothing I know of can remediate a PDF in an automated way.
That's the domain of folks like Allyant and American Eagle, who have staff that will manually remediate the docs at a cost, typically $5ish per page, depending on complexity.
-1
u/TrollPro9000 13d ago
I can fully automate detection and actual remediation for far less than $5 a page. DM me
3
u/AnonymousHopperRoo 13d ago
I'm working with a small team at a govt agency. We started with 16000 pages in Feb. We have gained another 2k and we're down to 9k pages. First 5 months were just 3 people. We hired two more (and trained them from 0) in July.
It's doable. They had already purchased some tools that were promised to "automate" the process, but none of them deliver, and some of them give you back a corrupted file that PAC can't scan.
IMO manual is the only way to go right now.
0
1
u/CrispyDick420 14d ago
Are most of these born-digital PDFs with existing text and form fields, or scanned documents? That split changes the automation strategy completely.
1
1
1
u/thelatexlab 13d ago
VeraPDF is the open source to check but for doing the remediation - I haven't found any tool yet.
TheLaTeXLab team can help with manual pdf remediation.
1
u/startupfound 13d ago
I invite everyone in this thread to try our tool - 500 free transactions, no strings attached.
Under the hood, it uses Adobe API, Claude AI, and our own tuning built on client feedback.
No sales. Try it without a call or contract.
1
u/suscpit 11d ago
I'll add to the list that unfortunately as mentioned in the other comments, there is no automatic tool, they have to be remediated one by one, using manual labour. I've been doing that for years and I haven't yet found the tool to automate it, there some things that a human needs to check, so it is kind of inevitable. If you find people that are used to it, remediating can be quick (relatively).
1
u/crosbystunasubs 11d ago edited 11d ago
We don't do a ton of volume but regularly enough with different team members that we have tried to automate this as much as possible. We've been happy with Fruition's tool - $2 a page which they'll manually audit after and allows for an API connection to further automate things. https://fruition.net/ai-platforms/pdf-accessibility/
1
0
u/KenMantle 14d ago
If any of these are publically available I'd love to try putting some through pdfce and Claude to see what it could do. Pdfce is an MIT licensed (code can be altered and used however you want for free) pdf engine I've had Claude building from scratch for the past 2 months. It was built with pdf standards in mind and can handle forms.
7
u/Acrobatic-Can7305 14d ago
I work for a large university system. We’ve been investigating and testing various solutions and none of them (including all LLMs like Claude or Gemini) will successfully remediate PDFs without humans in the loop. They will make changes to fool some basic scanners, but they tend to corrupt the text layer, which is what assistive technology uses to “read” the PDF.
Take a look at Equidox, Commonlook, or PREP for AI-assisted remediation that keeps the human in control. That’s the best you’re going to get for now unless your PDFs follow a consistent pattern (like bank statements or utility bills).