gpluck_locate_areas | R Documentation |
This is a function to pluck and locate areas from file.
gpluck_locate_areas(file, pages = NULL, ...)
file |
The File name of the input PDF. |
pages |
A vector of character strings specifying which pages to analyse, Default: NULL |
... |
Additional arguments passed to locate_areas() in the tabulapdf package. |
Use this function with caution when handling sensitive PDFs as it involves rasterizing those documents. Also use this function if your PDF contains tables and you want to access those tables programmatically.
A list containing all areas found by area extraction algorithem.
locate_areas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.