CenterForOpenScience / pydocx

An extendable docx file format parser and converter
Other
183 stars 55 forks source link

How to extend pydocx to detect mathematical equation from docx files? #223

Open krgautam opened 7 years ago

IuryAlves commented 7 years ago

Hi @krgautam. I`ve already implemented some mathematical detection.

As some starting point you can extend PyDocxExporter and add the mathematical models to self.node_type_to_export_func_map .

I`ve open a issue do add the models for mathematical symbols here

winhamwr commented 7 years ago

@krgautam if there's anything you could do to help @IuryAlves get #209 ready to merge in, we'd love to have mathematical equation detection in pydocx.