Adobe · Arazzo Workflow
Adobe Auto-tag a PDF For Accessibility
Version 1.0.0
Upload a PDF, auto-tag it for accessibility, poll the job, and fetch the tagged result.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
auto-tag-pdf
Add accessibility tags to an uploaded PDF with AI.
Requests an upload slot for the source PDF, submits an autoTagPDF job that tags the document for accessibility, polls job status until tagging finishes, and retrieves the download URI for the tagged PDF.
1
requestUpload
uploadAsset
Request a pre-signed upload URI and asset ID for the source PDF, which is then PUT to the returned uploadUri out of band.
2
submitAutoTag
autoTagPDF
Submit an asynchronous autoTagPDF job that adds accessibility tags to the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
getJobStatus
Poll the autoTagPDF job until it is no longer in progress, looping back while the status remains "in progress".
4
getOutput
getAsset
Resolve a pre-signed download URI for the tagged output PDF.