@@ -245,16 +245,19 @@ 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 fieldTypesIgnoreFilter is empty, all fields are extracted."
248+ fieldTypesFilter :
249+ description : " If a document contains Visual zone, you can set the list of field types to extract.
250+ In this case, other fields are skipped during the processing, i.e. document recognition becomes faster.
251+ This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesFilter is empty, all fields are extracted. Empty by default.
252+ If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority."
252253 type : array
253254 items :
254255 $ref : " ./e-text-field-type.yml#/components/schemas/TextFieldType"
255- fieldTypesFilter :
256- description : " List of text field types to extract. If empty, all text fields from template will be extracted.
257- Narrowing the list can shorten processing time. Empty by default."
256+ fieldTypesIgnoreFilter :
257+ description : " If a document contains a Visual zone, you can specify a list of field types that should be excluded from extraction.
258+ All field types listed in this array are skipped during processing, while the remaining fields are recognized.
259+ This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesIgnoreFilter is empty, all fields are extracted. Empty by default.
260+ If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority."
258261 type : array
259262 items :
260263 $ref : " ./e-text-field-type.yml#/components/schemas/TextFieldType"
0 commit comments