Description Usage Arguments Value
Parse words from pdf file into tidy format. It uses pdftools::pdf_text() to parse pdf file and tidytext::unnest_tokens() to produce words from parsed text.
1 |
file |
Path to pdf file. |
A tibble with the following columns:
page <int> : Word's page number.
line <int> : Words's line number on page (empty lines are ignored).
word <chr> : Word.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.