How to get the data from word documents

I was trying to get the data from word documents.
How could I do this?

Hi
Welcome to uipath community
We can do that with word activities
For that go to Design tab → manage packages-> in official tab search as UiPath.word and install it

Once after installing use word application scope and pass the file path of word document
Inside that scope use Read activity from word package do that it will give the text in word document as a string variable

Cheers @minakshi_deb