Description Usage Arguments Value Author(s) Examples
Takes an XML file from a PDF created using pdftohtml, and runs the augmented keyword extractor on it. The intermediate text, broken into sections, and the results can be cached to disk.
| 1 2 | 
| XML | the name of the XML document generated by converting the
PDF document to XML via pdftohtml or indirectly via the
 | 
| ecoextractLoc | the file path to the ecoextract.py script. Defaults to the included script in python/ecoextract.py. | 
| results_dir | optional directory to save the results into. Will be created if it does not exist. | 
| cache.dir | optional directory to save the intermediate text, broken into sections. | 
A list representation of the JSON object returned by ecoextract.py
| location | |
| date | |
| resolved_keyword | |
| txt | original text | 
Matt Espe
| 1 2 | f = system.file("sampleDocs", "Rondini-2008-Development of multiplex PCR-liga.xml", package = "SpilloverDA")
tmp = xml2eco(f)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.