abbyyR (version 0.5.5)

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

Additional arguments passed to abbyy_GET.

Value

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

References

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

Examples

Run this code
# NOT RUN {
getTaskStatus(taskId="task_id")
# }

Run the code above in your browser using DataCamp Workspace