An open API service indexing awesome lists of open source software.

https://github.com/Swechhya/pdfUtils

R package that allow users to integrate PDF functionalities from their R code
https://github.com/Swechhya/pdfUtils

Last synced: 5 months ago
JSON representation

R package that allow users to integrate PDF functionalities from their R code

Awesome Lists containing this project

README

        

# pdfUtils
R package that allow users to integrate PDF functionalities from their R code

## Installation

`pdfUtils` is currently available only on github.

You can install it from `github` using the `devtools` package.

```r
library(devtools)
install_github('Swechhya/pdfUtils') ## assuming that you have already installed rClr
```

## Features
`pdfUtils` presents many features:
* Search and highlight words in PDF document.
* Extract images from PDF document.