Extract all Tables and Text in Order from Word Document with Python

Hello,

Is it possible to extract all text and tables inline from a word document with python. For example, I would want to iterate through all paragraphs and tables in order via python.

Any help is greatly appreciated!

Regards,
SM

@ln22 Sure, you can iterate through all nodes in the document using Aspose.Words. Please see our documentation to learn more about Aspose.Words Document Object Model:
https://docs.aspose.com/words/python-net/aspose-words-document-object-model/