Learn R Programming

abbyyR (version 0.3)

processBusinessCard: Process Business Card

Description

This function gets Information about a particular application

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

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
processBusinessCard(file_path="file_path", language="English")

Run the code above in your browser using DataLab