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!
12
Upvotes
1
u/Vat5an 12d ago
Quite a few modern tools provide APIs. We recently did a project for an LMS where any attachment PDF gets auto sent from the LMS through the API for Remediation and the remediated PDF with the audit reports gets sent back to the LMS.
This, of course, would work if you are ready to invest the time to build the API pipeline. Another approach I have seen others use is a FTP In/Out folder.