measure_images | R Documentation |
Measure image information and OCR (Optical character recognition)
measure_images(images)
images |
Image to be read in |
This function returns a unified dataframe that takes your loaded images dataframe and returns a dataframe with image measurements and an OCR reading of the text from the image.
Returns a dataframe called "measured_images" that is the meta data for the images and an OCR of image text
measure_images(here("Images/image_1.png"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.