upload_image: Upload Image

Description Usage Arguments References Examples

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)

captr documentation built on May 2, 2019, 3:26 p.m.