docx-words
Extract text from MS word file.
docx-words path=PATH
- path=PATH
- Target file path
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 |