I am trying to read a word document using Word Application Scope, in that document we have multiple headers with numbered bullet points. As part the process we need to get the numbers as well. But in UiPath using Word Read Text Activity we are not able to get the bullet point numbers. Any other workaround or solution to over come this issue.
I am sharing a sample document with a sample workflow where I am facing the same issue.
Due to data privacy policy I am not able to share the original document here.
Output string:
“I am trying to read a word document using Word Application Scope, in that document we have multiple headers with numbered bullet points. As part the process we need to get the numbers as well. But in UiPath using Word Read Text Activity we are not able to get the bullet point numbers. Any other workaround or solution to over come this issue.\rBuyer\rBuyer information will go here\rSeller\rSeller information\rPayment\rPayment information \r”
I gave it a go and it looks like it is indeed not currently supported. The only workaround I came up with is to save the document to a PDF and then extract from there. It seems to be working, but you get some unwanted line breaks you would have to handle: