Learn R Programming

abbyyR (version 0.3)

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
optional; default = "true"
correctSkew
optional; default = "true"
description
optional; default = ""
pdfPassword
optional; default = ""

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
processPhotoId(file_path="file_path", idType="auto", imageSource="auto")

Run the code above in your browser using DataLab