Learn R Programming

abbyyR (version 0.3)

getTaskStatus: Get Task Status

Description

This function gets task status for a particular task ID. The function prints the status of the task by default. The function returns a data.frame with all the task details: id (task id), registrationTime, statusChangeTime, status (Submitted, Queued, InProgress, Completed, ProcessingFailed, Deleted, NotEnoughCredits), filesCount (No. of files), credits, resultUrl (URL for the processed file if applicable)

Usage

getTaskStatus(taskId = NULL)

Arguments

taskId
Required, Id of the task

Value

  • A data frame with all the available details about the task

References

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

Examples

Run this code
getTaskStatus(taskId="task_id")

Run the code above in your browser using DataLab