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
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| PDF file | PDF file to extract pages from | File | Yes | |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Extracted PDF text | All of the text from the attached PDF in a JSON Array | Text (Long) | No | [{ "page": 1, "text": "all page text }] |
| Number of pages | The total number of pages of the provided PDF document | Number | No | 4 |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
Requirements