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.
@@ -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;
|