processBusinessCard: Process Business Card

Description Usage Arguments Value References Examples

Description

Processes a Business Card

Usage

1
2
3
4
processBusinessCard(file_path = "", language = "English",
  imageSource = "auto", correctOrientation = "true",
  correctSkew = "true", exportFormat = "vCard", description = "",
  pdfPassword = "", ...)

Arguments

file_path

required, path of the document, default: ""

language

optional, default: English

imageSource

optional, default: auto

correctOrientation

optional, default: true

correctSkew

optional, default: true

exportFormat

optional, default: "vCard"

description

optional, default: ""

pdfPassword

optional, default: NULL

...

Additional arguments passed to abbyy_POST.

Value

Data frame with details of the task associated with the submitted Business Card

References

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

Examples

1
2
3
4
## Not run: 
processBusinessCard(file_path="file_path", language="English")

## End(Not run)

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