Skip to content

How fecth images along with text and tables in word document using python-dox library. #1485

@Darshankb07

Description

@Darshankb07

I need fecth the text , table and images adress from word document. Using doc.element.body loop I can't detect or recognise the images in the document and using doc.part.rels.values looping I can only get images. How can I get both text and tables along with images and it should in the same order of the source word document.

I used one list variable to store the results. The problem is I am not able to detect image occurrence the document using element.body loop so I can't able to run the doc.part.rels.values loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions