Description Usage Arguments Value References Examples
Get data from a Photo ID. The function is under testing and may not work fully.
1 2 3 | processPhotoId(file_path = "", idType = "auto", imageSource = "auto",
correctOrientation = "true", correctSkew = "true",
description = "", pdfPassword = "", ...)
|
file_path |
path to file; required |
idType |
optional; default = "auto" |
imageSource |
optional; default = "auto" |
correctOrientation |
String. Optional; default: |
correctSkew |
String. Optional; default: |
description |
optional; default = "" |
pdfPassword |
optional; default = "" |
... |
Additional arguments passed to |
Data frame with details of the task associated with the submitted Photo ID image
http://ocrsdk.com/documentation/apireference/processPhotoId/
1 2 3 4 | ## Not run:
processPhotoId(file_path = "file_path", idType = "auto", imageSource = "auto")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.