Learn R Programming

abbyyR (version 0.3)

processBarcodeField: Process Bar Code Field

Description

This function gets Information about a particular application

Usage

processBarcodeField(file_path = "", barcodeType = "autodetect",
  region = "-1,-1,-1,-1", containsBinaryData = "false", pdfPassword = "",
  description = "")

Arguments

file_path
path of the document
barcodeType
optional, default: "autodetect"
region
coordinates of region from top left, 4 values: top left bottom right; optional; default: "-1,-1,-1,-1" (entire image)
containsBinaryData
optional, default: "false"
pdfPassword
optional, default: ""
description
optional, default: ""

Value

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

References

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

Examples

Run this code
processBarcodeField(file_path="file_path")

Run the code above in your browser using DataLab