kmrambo / Python-docx-Reading-paragraphs-tables-and-images-in-document-order-

The Python docx package cannot read paragraphs, tables and images in document order. It can only render all the paragraphs at once or all tables at once or all images at once. Here, I provide a way in which paragraphs, tables and images present in a docx file can be read in document order into a dataframe in python.
72Updated 8 months ago

Related projects

Alternatives and complementary repositories for Python-docx-Reading-paragraphs-tables-and-images-in-document-order-