processFields: Process Fields

Description Usage Arguments Value References Examples

Description

This function gets Information about a particular application

Usage

1
processFields(file_path = "", taskId = NULL, description = "", ...)

Arguments

file_path

path of the document

taskId

Only tasks with Submitted, Completed or NotEnoughCredits status can be processed using this function.

description

optional, default: ""

...

Additional arguments passed to abbyy_POST.

Value

data.frame with details of the task associated with the submitted Image

References

http://ocrsdk.com/documentation/apireference/processFields/

Examples

1
2
3
4
## Not run: 
processFields(file_path = "file_path", taskId = "task_id", description = "")

## End(Not run)

abbyyR documentation built on June 25, 2019, 9:02 a.m.