README.md

pdftext

An R package to extract text from PDFs

pdftext provides tools to extract text from PDFs, whether they have an embedded text layer and can be extracted with, e.g., pdftools::pdf_text; or are purely image-based PDFs that require optical character recognition (OCR).

The main function of pdftext, pdf_to_txt, gets the text either by extracting from the text layer (if available) or by OCR (if image-based) and writes the text to a file. The helper function load_text will read one of those text files and return a list, with each element of the list a single page (as done with pdftools::pdf_text). The "workhorse" functions for generating images for OCR and doing the OCR, are exposed so they can be used easily in other contexts.

SYSTEM DEPENDENCIES

pdftext depends on four applications that must be installed and on the user's $PATH:

Install these four applications and you're one step away from having a working package. The last step is to set a couple of options (optionally), as indicated in the startup message when pdftext is loaded.

Questions?

Contact us!



jacob-ogre/pdftext documentation built on May 18, 2019, 8:01 a.m.