Learn R Programming

abbyyR (version 0.3)

processRemoteImage: Process Remote Image

Description

This function gets Information about a particular application

Usage

processRemoteImage(img_url = NULL, language = "English",
  profile = "documentConversion", textType = "normal",
  imageSource = "auto", correctOrientation = "true", correctSkew = "true",
  readBarcodes = "false", exportFormat = "txt", description = NULL,
  pdfPassword = NULL)

Arguments

img_url
Required; url to remote image
language
Optional; default: English
profile
Optional; default: documentConversion
textType
Optional; default: normal
imageSource
Optional; default: auto
correctOrientation
Optional; default: true
correctSkew
Optional; default: true
readBarcodes
Optional; default:
exportFormat
Optional; default: txt
description
Optional; default: ""
pdfPassword
Optional; default: NULL

Value

  • Data frame with details of the task associated with the submitted Remote Image

References

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

Examples

Run this code
processRemoteImage(img_url="img_url")

Run the code above in your browser using DataLab