I have 700+ Word documents (mostly in .docm format), the contents being a mixture of text and tables.
I'm trying to extract info from the tables. After much searching the only Python library that can detect tables is python-docx, which breaks when pointed at .docm files. The GitHub thread indicates this issue hasn't been addressed.
Further searching implies to convert .docm to .docx will require me to learn VB or C#, which isn't happening in the timescale I have unless I can acquire an absolutely clear explain-like-i'm-five kinda solution.
Is there any way to achieve this or a potential alternative route?