set_batch_template {captr}R Documentation

Assign Template ID to a Batch

Description

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

Usage

set_batch_template(batch_id = "", template_id = "")

Arguments

batch_id

Batch ID

template_id

ID for the template

References

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

Examples

## Not run: 
set_batch_template("batch_id", template_id)

## End(Not run)

[Package captr version 0.3.0 Index]