Is there any way to generate word documents with equations and formulae using python? Now, I'm using python-docx to generate word documents. I have checked the documentation of python-docx but I didn't find anything related to formulae and equations.
I need to both extract formulae from the word document as well as generate a new word document with that extracted formulae.
Is it possible in python to extract equations from word document and store it in a database or something and then generate a word document with that formulae and equations???
EDIT: I have attached some of the equations I need to extract/generate