You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a docx file has revision marks, the text returned doesn't include them.
Is it possible to have a mean to include them ?
May be consider the document with all revisions marks accepted ?
In a first approach, I see that revision mark are inserted with 'w:ins' tag, when added this tag in the xpath search (in paragraph.rb line 62), we obtain the text with revision included.
What do you think about this ?
Thank a lot!
The text was updated successfully, but these errors were encountered:
When a docx file has revision marks, the text returned doesn't include them.
Is it possible to have a mean to include them ?
May be consider the document with all revisions marks accepted ?
In a first approach, I see that revision mark are inserted with 'w:ins' tag, when added this tag in the xpath search (in paragraph.rb line 62), we obtain the text with revision included.
What do you think about this ?
Thank a lot!
The text was updated successfully, but these errors were encountered: