pdf_02_filter_lines | R Documentation |
Filter lines from text extracted from a PDF for given words.
pdf_02_filter_lines(extracted_text, pdf_file, page = NULL, scale)
extracted_text |
A |
pdf_file |
Path to the PDF file. |
page |
Optional |
scale |
The word which is searched in lines and then filtered. |
A vector
of strings, for all lines that contains the word in scale
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.