@regulaforensics/document-reader-webclient 8.5.621-rc → 8.5.622-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +7 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -8647,11 +8647,17 @@ export declare interface ProcessParams {
8647
8647
  */
8648
8648
  'generateDoublePageSpreadImage'?: boolean;
8649
8649
  /**
8650
- * List of text field types to extract. If empty, all text fields from template will be extracted. Narrowing the list can shorten processing time. Empty by default.
8650
+ * If a document contains Visual zone, you can set the list of field types to extract. In this case, other fields are skipped during the processing, i.e. document recognition becomes faster. This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesFilter is empty, all fields are extracted. Empty by default. If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority.
8651
8651
  * @type {Array<TextFieldType>}
8652
8652
  * @memberof ProcessParams
8653
8653
  */
8654
8654
  'fieldTypesFilter'?: Array<TextFieldType>;
8655
+ /**
8656
+ * If a document contains a Visual zone, you can specify a list of field types that should be excluded from extraction. All field types listed in this array are skipped during processing, while the remaining fields are recognized. This filter is not applicable to the MRZ, barcode or RFID. If the fieldTypesIgnoreFilter is empty, all fields are extracted. Empty by default. If fieldTypesFilter and fieldTypesIgnoreFilter are used simultaneously, fieldTypesFilter takes priority.
8657
+ * @type {Array<TextFieldType>}
8658
+ * @memberof ProcessParams
8659
+ */
8660
+ 'fieldTypesIgnoreFilter'?: Array<TextFieldType>;
8655
8661
  /**
8656
8662
  * This option allows you to set dates format so that solution will return dates in this format. For example, if you supply \'MM/dd/yyyy\', and document have printed date \'09 JUL 2020\' for the date os issue, you will get \'07/09/2020\' as a result. By default it is set to system locale default (where the service is running).
8657
8663
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader-webclient",
3
- "version": "8.5.621-rc",
3
+ "version": "8.5.622-nightly",
4
4
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [