docx-words-batch
Extract text from MS word file. Input record must include file_path field.
docx-words-batch
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 |