Learn R Programming

abbyyR (version 0.5.5)

processPhotoId: Process Photo ID

Description

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

Usage

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

Run this code
# NOT RUN {
processPhotoId(file_path = "file_path", idType = "auto", imageSource = "auto")
# }

Run the code above in your browser using DataLab