abbyyR (version 0.5.5)

listFinishedTasks: List Finished Tasks

Description

List all the finished tasks in the application.

The tasks are ordered by the time of the end of processing. No more than 100 tasks can be returned at one method call. The function prints number of finished tasks by default.

Usage

listFinishedTasks(...)

Arguments

Additional arguments passed to abbyy_GET.

Value

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

References

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

Examples

Run this code
# NOT RUN {
listFinishedTasks()
# }

Run the code above in your browser using DataLab