CenterForOpenScience / pydocx

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

pydocx not recognizing highlight_color of font in a run #226

Open Aliases opened 7 years ago

Aliases commented 7 years ago

Hello,

I am trying to separate contents of a document based on the highlight color of font. e.g.

screen shot 2017-02-04 at 4 32 03 pm

Third party is coloring the documents for me. In some cases, pydocx is not recognizing any highlight color for the text in the document, but when I again highlight the same font with same color, it recognizes the highlight color. What wrong could be going when the third party is coloring it?