# NOT RUN {
path <- system.file("examples", "example1.pdf", package = "fulltext")
(res <- ft_extract(path))
# use on output of ft_get() to extract pdf to text
## arxiv
res <- ft_get('cond-mat/9309029', from = "arxiv")
res2 <- ft_extract(res)
res$arxiv$data
res2$arxiv$data
## biorxiv
res <- ft_get('10.1101/012476')
res2 <- ft_extract(res)
res$biorxiv$data
res2$biorxiv$data
# }
Run the code above in your browser using DataLab