digicust_types 1.8.262 → 1.8.263

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@
3
3
  */
4
4
  export declare enum DigicustDocumentType {
5
5
  ToBeClassified = "toBeClassified",
6
- mixed = "mixed",
7
6
  NoProcessing = "noProcessing",
8
7
  Email = "email",
9
8
  Invoice = "invoice",
@@ -7,7 +7,6 @@ exports.DigicustDocumentType = void 0;
7
7
  var DigicustDocumentType;
8
8
  (function (DigicustDocumentType) {
9
9
  DigicustDocumentType["ToBeClassified"] = "toBeClassified";
10
- DigicustDocumentType["mixed"] = "mixed";
11
10
  DigicustDocumentType["NoProcessing"] = "noProcessing";
12
11
  DigicustDocumentType["Email"] = "email";
13
12
  DigicustDocumentType["Invoice"] = "invoice";
@@ -42,6 +42,10 @@ export interface ExecutionStrategy {
42
42
  dataExtraction?: {
43
43
  active?: boolean;
44
44
  engine?: "default" | "dexter_experimental";
45
+ /**
46
+ * Weather to classify using dexter classification or let user manually classify
47
+ */
48
+ classifyUsingDexter?: boolean;
45
49
  engineSpecification?: string;
46
50
  promptRemarks?: string;
47
51
  annotationRemarks?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.262",
3
+ "version": "1.8.263",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",