powered by
Process the bar code field in an image.
processBarcodeField(file_path = "", barcodeType = "autodetect", region = "-1,-1,-1,-1", containsBinaryData = "false", pdfPassword = "", description = "", ...)
path of the document
optional, default: "autodetect"
coordinates of region from top left, 4 values: top left bottom right; optional; default: "-1,-1,-1,-1" (entire image)
optional, default: "false"
optional, default: ""
Additional arguments passed to abbyy_POST.
abbyy_POST
Data frame with details of the task associated with the submitted Image
http://ocrsdk.com/documentation/apireference/processBarcodeField/
# NOT RUN { processBarcodeField(file_path = "file_path") # }
Run the code above in your browser using DataLab