Skip to content

Commit ddb2bef

Browse files
47096 - add new property fieldTypesIgnoreFilter
1 parent ffa149d commit ddb2bef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

p-process.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ components:
245245
on a flatbed scanner. Disabled by default.'
246246
type: boolean
247247
# default false
248+
fieldTypesIgnoreFilter:
249+
description: "If a document contains a Visual zone, you can specify a list of field types that should be excluded from extraction.
250+
All field types listed in this array are skipped during processing, while the remaining fields are recognized.
251+
This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesFilter is empty, all fields are extracted."
252+
type: array
253+
items:
254+
$ref: "./e-text-field-type.yml#/components/schemas/TextFieldType"
248255
fieldTypesFilter:
249256
description: "List of text field types to extract. If empty, all text fields from template will be extracted.
250257
Narrowing the list can shorten processing time. Empty by default."

0 commit comments

Comments
 (0)