processFields: Process Fields

View source: R/processFields.R

processFieldsR Documentation

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

## Not run: 
processFields(file_path = "file_path", taskId = "task_id", description = "")

## End(Not run)

soodoku/abbyyR documentation built on July 19, 2023, 8:36 a.m.