processPhotoId: Process Photo ID

Description Usage Arguments Value References Examples

Description

Get data from a Photo ID. The function is under testing and may not work fully.

Usage

1
2
3
processPhotoId(file_path = "", idType = "auto", imageSource = "auto",
  correctOrientation = "true", correctSkew = "true",
  description = "", pdfPassword = "", ...)

Arguments

file_path

path to file; required

idType

optional; default = "auto"

imageSource

optional; default = "auto"

correctOrientation

String. Optional; default: true. Options: true or false

correctSkew

String. Optional; default: true. Options: true or false

description

optional; default = ""

pdfPassword

optional; default = ""

...

Additional arguments passed to abbyy_POST.

Value

Data frame with details of the task associated with the submitted Photo ID image

References

http://ocrsdk.com/documentation/apireference/processPhotoId/

Examples

1
2
3
4
## Not run: 
processPhotoId(file_path = "file_path", idType = "auto", imageSource = "auto")

## End(Not run)

abbyyR documentation built on June 25, 2019, 9:02 a.m.