Learn R Programming

abbyyR (version 0.3)

listTasks: List Tasks

Description

List all the tasks in the application. You can specify a date range and whether or not you want to include deleted tasks. The function prints Total number of tasks and No. of Finished Tasks.

Usage

listTasks(fromDate=NULL, toDate=NULL, excludeDeleted = FALSE)

Arguments

fromDate
Optional; format: yyyy-mm-ddThh:mm:ssZ
toDate
Optional; format: yyyy-mm-ddThh:mm:ssZ
excludeDeleted
Optional; Boolean, Default=FALSE

Value

  • A data frame with the following columns: id (task id), registrationTime, statusChangeTime, status (Submitted, Queued, InProgress, Completed, ProcessingFailed, Deleted, NotEnoughCredits), filesCount (No. of files), credits, resultUrl (URL for the processed file)).

References

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

Examples

Run this code
listTasks(fromDate=NULL, toDate=NULL, excludeDeleted = TRUE)

Run the code above in your browser using DataLab