set_batch_template {captr} | R Documentation |
To digitize documents, create a template using the Captricity Web UI at https://shreddr.captricity.com/job/ The template tells Captricity which data to get from where in the document. Set the relevant document id using this function
set_batch_template(batch_id = "", template_id = "")
batch_id |
Batch ID |
template_id |
ID for the template |
https://shreddr.captricity.com/developer/
## Not run:
set_batch_template("batch_id", template_id)
## End(Not run)