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: 4 months 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T21:55:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T04:42:57.871Z (4 months ago)
- Topics: latex, pdf, r, shiny, word-count, word-counting
- Language: R
- Size: 20.5 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfcount
[](https://cran.r-project.org/package=pdfcount)

[](https://travis-ci.org/leeper/pdfcount)
[](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/