Dear team,
we need to find total images in given docx file, we are using below java code to find images
private static void findAllfigures(Document initDoc, String nameAppend) throws NullPointerException
{
String m…...static void findAllfigures(Document initDoc, String nameAppend)...getText().trim().startsWith(FIG) || para.getText().trim().startsWith(SCHEME)...