Hi team,
I am using the following code snippet to extract Images from a word document.
How can i get captions for all extracted images along with them?
Eventually i want to return a dictionary with image name, its pat…...NodeCollection shapes = doc.getChildNodes(NodeType.SHAPE, true); int...for (Shape shape : (Iterable<Shape>)shapes) { if (shape.hasImage())...