Learn R Programming

abbyyR (version 0.3)

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: ""

Value

  • Data frame with details of the task associated with the submitted Image

References

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

Examples

Run this code
processFields(file_path="file_path", taskId="task_id",description="")

Run the code above in your browser using DataLab