Learn R Programming

abbyyR (version 0.3)

processCheckmarkField: processCheckmarkField Method

Description

This function gets Information about a particular application

Usage

processCheckmarkField(file_path = "", checkmarkType = "empty",
  region = "-1,-1,-1,-1", correctionAllowed = "false", pdfPassword = "",
  description = "")

Arguments

file_path
required, path of the document, default: ""
checkmarkType
optional, default: "empty"
region
coordinates of region from top left, 4 values: top left bottom right; optional; default: "-1,-1,-1,-1" (entire image)
correctionAllowed
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/processCheckmarkField/

Examples

Run this code
processCheckmarkField(file_path="file_path")

Run the code above in your browser using DataLab