measure_images: Measure Image

Description Usage Arguments Details Value Examples

View source: R/Functions.R

Description

Measure image information and OCR (Optical character recognition)

Usage

1

Arguments

x

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

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

dungates/ImagePlotting documentation built on Dec. 20, 2021, 2:15 a.m.