This function gets Information about a particular application
processTextField(file_path = "", region = "-1,-1,-1,-1",
language = "English", letterSet = "", regExp = "",
textType = "normal", oneTextLine = "false",
oneWordPerTextLine = "false", markingType = "simpleText",
placeholdersCount = "1", writingStyle = "default",
description = "", pdfPassword = "", ...)
path of the document
coordinates of region from top left, 4 values: top left bottom right; optional; default: "-1,-1,-1,-1" (entire image)
optional; default: "English"
letterset to be used for recognition, set by language but can be customized; optional; default: ""
which words are allowed in the field. see regular expression documentation; optional; default: ""
type of the text in the field including typewriter, handprinted; optional; default: "normal"
field contains only one text line or more; optional; default: "false"
field contains one word per line or not; optional; default: "false"
only for handprint recognition, includes underlinedText etc.; optional; default: "simpleText"
No. of character cells for the field; optional; default: "1"
handprint writing style, see Abbyy FineReader documentation for values; optional; default: "default"
Description of processing task; optional; default: ""
Password for pdf; optional; default: ""
Additional arguments passed to abbyy_POST
.
Data frame with details of the task associated with the submitted Image
http://ocrsdk.com/documentation/apireference/processTextField/
http://ocrsdk.com/documentation/specifications/regular-expressions/
# NOT RUN {
processTextField(file_path="file_path")
# }
Run the code above in your browser using DataLab