upload_image {captr}R Documentation

Upload Image

Description

Upload an image to captricity.

Usage

upload_image(batch_id = "", path_to_image = "", ...)

Arguments

batch_id

ID for the batch

path_to_image

Path to the image you want OCRd

...

Additional arguments passed to captr_POST.

References

https://shreddr.captricity.com/developer/

Examples

## Not run: 
upload_image("batch_id", "path_to_image")

## End(Not run)

[Package captr version 0.3.0 Index]