View source: R/processFields.R
processFields | R Documentation |
This function gets Information about a particular application
processFields(file_path = "", taskId = NULL, description = "", ...)
file_path |
path of the document |
taskId |
Only tasks with Submitted, Completed or NotEnoughCredits status can be processed using this function. |
description |
optional, default: "" |
... |
Additional arguments passed to |
data.frame
with details of the task associated with the submitted Image
http://ocrsdk.com/documentation/apireference/processFields/
## Not run:
processFields(file_path = "file_path", taskId = "task_id", description = "")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.