upload_image: Upload Image

Description Usage Arguments References Examples

View source: R/upload_image.R

Description

Upload an image to captricity.

Usage

1
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

1
2
3
4
## Not run: 
upload_image("batch_id", "path_to_image")

## End(Not run)

soodoku/captR documentation built on May 30, 2019, 6:27 a.m.