R/images.R

Defines functions getCaption getTables

Documented in getTables

getTables =
function(doc)
{
    if(is.character(doc))
        doc = readPDFXML(doc)

    getNodeSet(doc, "//img")
}


getCaption =
function(node)
{

}
dsidavis/ReadPDF documentation built on June 12, 2025, 6:39 a.m.