ExportParams Object (Web Services API)
This object provides functionality for configuring the export of recognized text to various formats.
Properties
Name | Type | Description |
BarcodeRegExp | String |
A regular expression for the value of the separating barcode. Note.If an empty string is specified, the separating barcode may have any value. |
BarcodeType | BarcodeTypeEnum | The type of the barcode to be used for separating documents if the SeparationMethod property is set to DocumentSeparationMethodEnum.DSM_ByBarcode. |
Formats | OutputFormatSettings[ ] | Stores a set of export parameters. |
ResultLocationPath* | String | Stores the UNC-path to the output folder. The path must be available from a computer where OCRServerClient is installed. |
SeparationMethod | DocumentSeparationMethodEnum | Specifies the document separation method during export. |
* Optional parameter.
See also
3/26/2024 1:49:49 PM