Description Usage Arguments Details Value References Examples
Get data from all the processed images.
1 | getResults(output = "", save_to_file = TRUE)
|
output |
Optional; folder to which you want to save the data from the processed images; Default is same folder as the script |
save_to_file |
Required; Default is TRUE; If true, it saves to file. Otherwise returns a data frame with results + other attributes from Abbyy |
The function calls listFinishedTasks
, goes through the finishedTasks data frame and downloads all the files in resultsUrl
Results can be stored in memory or written to the hard disk. By default, the function writes to the disk.
If the user wants the results to be written to disk, a data frame with paths to local file paths is returned. If the user wants to store the
results in memory, data frame with a column carrying the results is returned.
data frame returned by listFinishedTasks
plus either a column that contains paths to local files (when writing to disk),
or actual results returned.
http://ocrsdk.com/documentation/apireference/getTaskStatus/
1 2 3 4 | ## Not run:
getResults(save_to_file = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.