abbyyR (version 0.5.5)

getAppInfo: Get Application Info

Description

Get Information about the Application, such as number of pages (given the money), when the application credits expire etc. The function prints the details, and returns a data.frame with the details.

Usage

getAppInfo(...)

Arguments

Additional arguments passed to abbyy_GET.

Value

A data.frame with the following fields: Name of the Application (name), No. of pages remaining (pages), No. of fields remaining (fields), when the application credits expire (expires) and type of application (type).

References

http://ocrsdk.com/documentation/apireference/getApplicationInfo/

http://ocrsdk.com/schema/appInfo-1.0.xsd

Examples

Run this code
# NOT RUN {
getAppInfo()
# }

Run the code above in your browser using DataCamp Workspace