upload_image {captr} | R Documentation |
Upload an image to captricity.
upload_image(batch_id = "", path_to_image = "", ...)
batch_id |
ID for the batch |
path_to_image |
Path to the image you want OCRd |
... |
Additional arguments passed to |
https://shreddr.captricity.com/developer/
## Not run:
upload_image("batch_id", "path_to_image")
## End(Not run)