Step1: Save as Word document as .htm file format
Use a read text file activity to read .htm file path
Step2 : use below regex function to get required values
System.Text.RegularExpressions.Regex.Matches(.htmOutputvairable,“(?<=<b>).*(?=</b)”)
in for each
Check and let me know still your are facing any issues
Thanks
Amar.