getTables =
function(doc)
{
if(is.character(doc))
doc = readPDFXML(doc)
getNodeSet(doc, "//img")
}
getCaption =
function(node)
{
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.