Skip to content

Commit

Permalink
Updated the pdf auto tag api node js script
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh66085 committed Mar 22, 2024
1 parent a023a36 commit 35b56f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/apis/pdf-services/accessibility-auto-tag-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const {
MimeType,
AutotagPDFJob,
AutotagPDFResult,
SDKError,
ServiceUsageError,
ServiceApiError,
} = require("@adobe/pdfservices-node-sdk");
const fs = require("fs");

Expand Down
3 changes: 3 additions & 0 deletions src/pages/home/accessbility-auto-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const {
MimeType,
AutotagPDFJob,
AutotagPDFResult,
SDKError,
ServiceUsageError,
ServiceApiError,
} = require("@adobe/pdfservices-node-sdk");
const fs = require("fs");

Expand Down

0 comments on commit 35b56f6

Please sign in to comment.