docx-words
Extract text from MS word file.
docx-words path=VALUE
- path=VALUE
- Required. Target word file url, formatted as scheme://profile/path. Wildcard is allowed in the file name.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| file_name | String | File name | |
| pages | Integer | Total number of pages | |
| lines | Integer | Total number of lines | |
| chars | Integer | Total number of characters | |
| page | Integer | Page number | |
| seq | Integer | Sequence number | |
| line | String | Paragraph text |