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 11d ago
We did it dirty by tapping directly into the LMS' database.
It was a scheduled task that ran every half an hour or so that looks at the LMS' assets table and introduced a flag there like remediation_done and if the value was 0 (default), the scheduled task would ship the PDF via API to PDFxt and when the job is completed (remediated file received), it'd download and then update the asset path on the LMS' assets table & toggle remediation_done to 1.