Skip to main content
sergiob0336
April 2, 2024
Question

Extracting data from MS Word tags

  • April 2, 2024
  • 3 replies
  • 0 views

Good day,

I would like to know if there is a plugin that allows extracting data marked as "tags" in .doc/.docx documents

I would need the same functionality that the PDF Tools plugin allows with .pdf files (getPDFFormField, getPDFText, etc.) but for MS Word files

Thank you very much in advance and farewell.

PS: In the image: example of a MS Word tag from which I want to extract its information

3 replies

shubhama926776
April 2, 2024

There isn't a native Appian plugin designed specifically for extracting data marked as "tags" in .doc/.docx documents.

subhankarb6682
April 2, 2024

Workaround could be, you can convert the worddoc to pdf using smart service and then use pdf functions to extract fields. Let me know if this works.

April 3, 2024

Based on my understanding, there aren't direct plugins available as mentioned by [mention:dea33493db6342c9a73dc108d45120c0:e9ed411860ed4f2ba0265705b8793d05] . However, there are alternative methods you can explore. For instance, you could transmit the data to an AI model like ChatGPT and instruct it to generate the desired tags or extract the required data. Additionally, there are numerous other workarounds you can consider investigating.