Skip to main content

Retrieve all text from a PDF

Retrieve all digital text from a PDF. Text must be able to be copied and pasted from the PDF for this WA to work. Alternatively use the ‘Retrieve all text from a document’ Wrk Action for OCR needs.

Application

  • PDF

Inputs (what you have)

NameDescriptionData TypeRequired?Example
PDF filePDF file to extract pages fromFileYes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Extracted PDF textAll of the text from the attached PDF in a JSON ArrayText (Long)No[{ "page": 1, "text": "all page text }]
Number of pagesThe total number of pages of the provided PDF documentNumberNo4

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A