Learn R Programming

abbyyR (version 0.5.5)

processBusinessCard: Process Business Card

Description

Processes a Business Card

Usage

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

Run this code
# NOT RUN {
processBusinessCard(file_path="file_path", language="English")
# }

Run the code above in your browser using DataLab