Extended version to compatible with OMML of Word Processing Document library
npm install word-mathThis is an extended version of npm package "word" to convert OMML to MathML in docx files.
const word = require("word-math")
const data = word.readFile("file/path/here.docx")
console.log(data.html)
``