gpluck_locate_areas: Locate PDF Areas

View source: R/pdf.R

gpluck_locate_areasR Documentation

Locate PDF Areas

Description

This is a function to pluck and locate areas from file.

Usage

gpluck_locate_areas(file, pages = NULL, ...)

Arguments

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.

Details

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.

Value

A list containing all areas found by area extraction algorithem.

See Also

locate_areas


jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.