Skill parameters let you adjust a Document skill’s behavior — connect data catalogs, supply text values for regular expressions, or toggle Boolean flags — without retraining and republishing the skill. You can use parameters in:Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
- Classify By Company activities, for accessing data catalogs, writing regular expressions, and supplying keywords to improve search accuracy.
- Extraction Rules activities, for the same data catalog, regular expression, and other in-activity options.
Use cases
The examples below use built-in Document skills.Process invoices from different customers using each customer’s data catalog
To run the same built-in Invoice skill against multiple customers, route the right data catalog into each transaction with a parameter. Built-in skills like Invoice ship with default parameters that point at the data catalogs they use — pass a different catalog per transaction via the Vantage API.Restrict country and expense-type detection in the Receipt skill
To process retail receipts from one country only, use the Receipt skill default parameters. For example, set country toDE and expense type to GeneralRetail to process German receipts only — the Country and Expense Type fields are pinned, and processing runs faster.
Skill parameter types
| Type | Description |
|---|---|
| Data Catalog | A connection string to a data catalog on the Vantage server you’re connected to. |
| Text | A string value (raw or a regular expression). |
| Boolean | Yes or No. |
Edit or create a parameter
Edit or add a parameter
To edit a parameter, select it and change its value. To add a new parameter, click Add Parameter and:
- Choose a parameter type.
- Provide a name (or accept the default). Names must be 256 characters or fewer.
- Set a value:
- Data Catalog — pick a data catalog from the drop-down.
- Text — enter a string or a regular expression.
- Boolean — choose Yes or No.
- Optionally add a description.
A skill can have up to 100 parameters.
Related topics
Skill settings
Configure the General, OCR, Fields, Rules, and Parameters tabs.
Activities
Build the skill’s processing flow.
Skill parameters overview
Background on parameters across skill types.
