Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leeper/pdfcount
An R Shiny App to Count Words in a PDF Document
https://github.com/leeper/pdfcount
latex pdf r shiny word-count word-counting
Last synced: 10 days ago
JSON representation
An R Shiny App to Count Words in a PDF Document
- Host: GitHub
- URL: https://github.com/leeper/pdfcount
- Owner: leeper
- License: other
- Created: 2018-08-17T02:16:02.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T21:55:19.000Z (about 2 years ago)
- Last Synced: 2024-10-13T19:09:26.438Z (25 days ago)
- Topics: latex, pdf, r, shiny, word-count, word-counting
- Language: R
- Size: 20.5 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfcount
[![CRAN](https://www.r-pkg.org/badges/version/pdfcount)](https://cran.r-project.org/package=pdfcount)
![Downloads](https://cranlogs.r-pkg.org/badges/pdfcount)
[![Travis Build Status](https://travis-ci.org/leeper/pdfcount.png?branch=master)](https://travis-ci.org/leeper/pdfcount)
[![codecov.io](https://codecov.io/github/leeper/pdfcount/coverage.svg?branch=master)](https://codecov.io/github/leeper/pdfcount?branch=master)This is a simple package and shiny app designed to count words in a PDF document, for example generated by LaTeX.
You can use the package locally:
```R
# install
remotes::install_github("leeper/pdfcount")# load
library("pdfcount")# count
rintro <- file.path(Sys.getenv("R_HOME"), "doc", "manual", "R-intro.pdf")
word_count(rintro)
```Or, you can use it as a shiny app. A demo runs live at: https://leeper.shinyapps.io/pdfcount/