Hello Pusting,
Thanks for your response to my query. I did try your solution. However, I am getting this error "Cannot read that as a zip file" at the Document.docx stage . I tried changing .docx to .doc which changes the error to "File extension '.doc' is not supported in .NET Standard."
var document = DocumentModel.Load("Document.docx")
Thanks.