View source: R/batch_processing.R
read_and_process | R Documentation |
Development on read_and_process()
is complete. We recommend using processDocument()
.
read_and_process(image_name, "document")
is equivalent to processDocument(image_name)
.
read_and_process(image_name, transform_output)
image_name |
The file path to an image |
transform_output |
The type of transformation to perform on the output |
A list of the processed image components
# use handwriting example from handwriter package
image_path <- system.file("extdata", "phrase_example.png", package = "handwriter")
doc <- read_and_process(image_path, "document")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.