pdf-pages
Extracts the text of a PDF in the file store, one row per page.
pdf-pages url=VALUE [range=VALUE] [password=VALUE]
- url=VALUE
- Required. File store url of the PDF, e.g. sonar://{file_guid}
- range=VALUE
- Optional. Page selection, e.g. "1-5,7" (1-based). Every page when omitted.
- password=VALUE
- Optional. Password of an encrypted PDF. Tries the empty password when omitted.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| page | Integer | Page | e.g. 3 - 1-based page number |
| text | String | Text | e.g. Quarterly incident summary... - extracted page text, truncated at 100,000 chars |
| char_count | Integer | Char count | e.g. 2841 - length before truncation |
| is_truncated | Boolean | Truncated | e.g. false |