File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
You can’t perform that action at this time.
0 commit comments