processBusinessCard: Process Business Card

View source: R/processBusinessCard.R

processBusinessCardR Documentation

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

## Not run: 
processBusinessCard(file_path="file_path", language="English")

## End(Not run)

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