When trying to access a table in the word document below, tables before the table of contents are missing from document.tables https://www.fedramp.gov/assets/resources/templates/FedRAMP-SSP-High-Baseline-Template.docx
Here is an example of me importing the doc and checking the first table in the tables list and the corresponding table in section 1 of the document (after the table of contents): https://puu.sh/DBm0O/86ee455e03.png
Here is the table I'm trying to access https://puu.sh/DBm2f/4d447baa2e.png
I assume that there's something related to the table being in the beginning of the document before the table of contents, but I can't find any other posts about something similar.
Any recommendations on how I could access this table (without moving it) using python-docx? Am I stuck using the underlying lxml element directly? Thanks!