measure_images: Measure Image

View source: R/functions.R

measure_imagesR Documentation

Measure Image

Description

Measure image information and OCR (Optical character recognition)

Usage

measure_images(images)

Arguments

images

Image to be read in

Details

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.

Value

Returns a dataframe called "measured_images" that is the meta data for the images and an OCR of image text

Examples

measure_images(here("Images/image_1.png"))

dcfaltesek/One documentation built on Oct. 20, 2023, 6:44 p.m.