Learn R Programming

abbyyR (version 0.5.5)

processFields: Process Fields

Description

This function gets Information about a particular application

Usage

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

Run this code
# NOT RUN {
processFields(file_path = "file_path", taskId = "task_id", description = "")
# }

Run the code above in your browser using DataLab