processPhotoId: Process Photo ID

View source: R/processPhotoId.R

processPhotoIdR Documentation

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

## Not run: 
processPhotoId(file_path = "file_path", idType = "auto", imageSource = "auto")

## End(Not run)

soodoku/abbyyR documentation built on July 19, 2023, 8:36 a.m.