ExtractTable | R Documentation |
Extracts tables from an image, returns a list of matrices and vectors with extracted information.
ExtractTable(img, api_key = NULL)
img |
character indicating file location of image or an object of class 'magick-image' |
api_key |
character extractable api key. If NULL will search Environment variables for object 'EXTRACTABLE_API_KEY' |
list of matrices and vectors of extracted table information
## Not run: "https://dps.hawaii.gov/wp-content/uploads/2020/03/" %>% paste0("Inmate-Test-Report-12.1.20.jpg") %>% magick::image_read() %>% ExtractTable() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.