Last chance! 50% off unlimited learning
Sale ends in
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.
listFinishedTasks(...)
Additional arguments passed to abbyy_GET
.
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)
http://ocrsdk.com/documentation/apireference/listFinishedTasks/
# NOT RUN {
listFinishedTasks()
# }
Run the code above in your browser using DataLab