View source: R/processCheckmarkField.R
| processCheckmarkField | R Documentation | 
Processes Checkmark Field
processCheckmarkField(file_path = "", checkmarkType = "empty",
  region = "-1,-1,-1,-1", correctionAllowed = "false",
  pdfPassword = "", description = "", ...)
| 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: "" | 
| ... | Additional arguments passed to  | 
Data frame with details of the task associated with the submitted Image
http://ocrsdk.com/documentation/apireference/processCheckmarkField/
For supported image types, see http://ocrsdk.com/documentation/specifications/image-formats/
## Not run: 
processCheckmarkField(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.