commonfields: id: ParseWordDoc version: -1 name: ParseWordDoc comment: Takes an input docx file (entryID) as an input and saves an output text file (file entry) with the original file's contents. script: '' type: python subtype: python3 tags: - word - docx - doc - parser enabled: true args: - name: entryID required: true default: true description: Docx file to parse. scripttarget: 0 dockerimage: demisto/office-utils:2.0.0.11285256 fromversion: 5.0.0 tests: - ParseWordDoc-Test