I am using python-docx to convert Word docx files into a proprietary XML format.
I'm having trouble with bullet/enumerated lists. In a number of Word documents when I open them with python-docx and look at the paragraph style of the bullet/enumerated lists, some of the items in the list will be 'List Paragraph' but many of them will be 'Normal'.
Assuming they should all be 'List Paragraph', is there a way I can verify if this is an issue with the Word document or with the python-docx package?
Also, is there a way to identify these bullets/numbers when the paragraph style isn't what it should be?
Eg. using paragraph_format?