set_batch_template: Assign Template ID to a Batch

Description Usage Arguments References Examples

View source: R/set_batch_template.R

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

1
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

1
2
3
4
## Not run: 
set_batch_template("batch_id", template_id)

## End(Not run)

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