We have a word/docx file which has equations. Using POI's XWPFWordExtractor.getText doesn't read the equations.
My questions are:
- What/how are these equations represented as?
- How do I read them (I want to eventually display them on an HTML - as MathML??)?
Thanks!