├── README.md ├── images ├── combined_df.png ├── image_df.png ├── snaphot_of_docx_document.png └── table_list.png └── main_code └── Para_table_image_extraction.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/README.md -------------------------------------------------------------------------------- /images/combined_df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/images/combined_df.png -------------------------------------------------------------------------------- /images/image_df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/images/image_df.png -------------------------------------------------------------------------------- /images/snaphot_of_docx_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/images/snaphot_of_docx_document.png -------------------------------------------------------------------------------- /images/table_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/images/table_list.png -------------------------------------------------------------------------------- /main_code/Para_table_image_extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-/HEAD/main_code/Para_table_image_extraction.py --------------------------------------------------------------------------------