Able to extract images from table with fig caption .how to remove the fig caption inside the table.
if(table.getLastRow().toString(SaveFormat.TEXT).contains("Figure"))
table.getLastRow().remove();
Able to extract images from table with fig caption .how to remove the fig caption inside the table.
if(table.getLastRow().toString(SaveFormat.TEXT).contains("Figure"))
table.getLastRow().remove();