View source: R/processBarcodeField.R
processBarcodeField | R Documentation |
Process the bar code field in an image.
processBarcodeField(file_path = "", barcodeType = "autodetect",
region = "-1,-1,-1,-1", containsBinaryData = "false",
pdfPassword = "", description = "", ...)
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: "" |
... |
Additional arguments passed to |
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.