This function gets Information about a particular application
processRemoteImage(img_url = NULL, language = "English",
profile = c("documentConversion", "documentArchiving",
"textExtraction", "fieldLevelRecognition", "barcodeRecognition"),
textType = c("normal", "typewriter", "matrix", "index", "ocrA", "ocrB",
"e13b", "cmc7", "gothic"), imageSource = c("auto", "photo", "scanner"),
correctOrientation = c("true", "false"), correctSkew = c("true",
"false"), readBarcodes = c("false", "true"), exportFormat = c("txt",
"txtUnstructured", "rtf", "docx", "xlsx", "pptx", "pdfSearchable",
"pdfTextAndImages", "pdfa", "xml", "xmlForCorrectedImage", "alto"),
description = NULL, pdfPassword = NULL, ...)
Required; url to remote image
Optional; default: English
String. Optional; default: documentConversion
Options: documentConversion, documentArchiving, textExtraction, fieldLevelRecognition, barcodeRecognition
String. Optional; default: normal
. Specifies the type of the text on a page.
Options: normal, typewriter, matrix, index, ocrA,ocrB, e13b,cmc7, gothic
String. Optional; default: auto
Options: auto, photo, scanner
String. Optional; default: true
.
Options: true
or false
String. Optional; default: true
.
Options: true
or false
Optional; default:
Optional; default: txt. Must be one of the following: txt, rtf, docx, xlsx, pptx, pdfSearchable, pdfTextAndImages, pdfa, xml, alto
Optional; default: ""
Optional; default: NULL
Additional arguments passed to abbyy_GET
.
Data frame with details of the task associated with the submitted Remote Image
http://ocrsdk.com/documentation/apireference/processRemoteImage/
# NOT RUN {
processRemoteImage(img_url = "img_url")
# }
Run the code above in your browser using DataLab