Learn R Programming

abbyyR (version 0.3)

listFinishedTasks: List Finished Tasks

Description

List all the finished tasks in the application. From Abbyy FineReader: 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

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
listFinishedTasks()

Run the code above in your browser using DataLab