oci-aidocument 2.112.0 → 2.112.1

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 (138) hide show
  1. package/lib/client.d.ts +9 -0
  2. package/lib/client.js +61 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/analyze-document-result.d.ts +8 -0
  5. package/lib/model/analyze-document-result.js.map +1 -1
  6. package/lib/model/bar-code.d.ts +35 -0
  7. package/lib/model/bar-code.js +57 -0
  8. package/lib/model/bar-code.js.map +1 -0
  9. package/lib/model/capabilities.d.ts +28 -0
  10. package/lib/model/capabilities.js +58 -0
  11. package/lib/model/capabilities.js.map +1 -0
  12. package/lib/model/capability.d.ts +25 -0
  13. package/lib/model/capability.js +29 -0
  14. package/lib/model/capability.js.map +1 -0
  15. package/lib/model/create-model-details.d.ts +12 -0
  16. package/lib/model/create-model-details.js +6 -0
  17. package/lib/model/create-model-details.js.map +1 -1
  18. package/lib/model/create-processor-job-details.d.ts +1 -1
  19. package/lib/model/detected-document-type.d.ts +4 -0
  20. package/lib/model/detected-document-type.js.map +1 -1
  21. package/lib/model/document-classification-feature.d.ts +5 -1
  22. package/lib/model/document-classification-feature.js.map +1 -1
  23. package/lib/model/document-elements-extraction-feature.d.ts +28 -0
  24. package/lib/model/document-elements-extraction-feature.js +54 -0
  25. package/lib/model/document-elements-extraction-feature.js.map +1 -0
  26. package/lib/model/document-elements-sub-type.d.ts +41 -0
  27. package/lib/model/document-elements-sub-type.js +62 -0
  28. package/lib/model/document-elements-sub-type.js.map +1 -0
  29. package/lib/model/document-feature.js +4 -0
  30. package/lib/model/document-feature.js.map +1 -1
  31. package/lib/model/document-key-value-extraction-feature.d.ts +5 -1
  32. package/lib/model/document-key-value-extraction-feature.js.map +1 -1
  33. package/lib/model/document-table-extraction-feature.d.ts +4 -0
  34. package/lib/model/document-table-extraction-feature.js.map +1 -1
  35. package/lib/model/document-text-extraction-feature.d.ts +8 -0
  36. package/lib/model/document-text-extraction-feature.js.map +1 -1
  37. package/lib/model/driving-license-kv-model-sub-type-details.d.ts +39 -0
  38. package/lib/model/driving-license-kv-model-sub-type-details.js +37 -0
  39. package/lib/model/driving-license-kv-model-sub-type-details.js.map +1 -0
  40. package/lib/model/field-value.d.ts +8 -0
  41. package/lib/model/field-value.js.map +1 -1
  42. package/lib/model/health-insurance-kv-model-sub-type-details.d.ts +39 -0
  43. package/lib/model/health-insurance-kv-model-sub-type-details.js +37 -0
  44. package/lib/model/health-insurance-kv-model-sub-type-details.js.map +1 -0
  45. package/lib/model/index.d.ts +50 -0
  46. package/lib/model/index.js +53 -2
  47. package/lib/model/index.js.map +1 -1
  48. package/lib/model/inline-document-content.d.ts +4 -0
  49. package/lib/model/inline-document-content.js.map +1 -1
  50. package/lib/model/inline-document-details.d.ts +4 -0
  51. package/lib/model/inline-document-details.js.map +1 -1
  52. package/lib/model/invoice-kv-model-sub-type-details.d.ts +39 -0
  53. package/lib/model/invoice-kv-model-sub-type-details.js +37 -0
  54. package/lib/model/invoice-kv-model-sub-type-details.js.map +1 -0
  55. package/lib/model/invoice-processor-config.d.ts +29 -0
  56. package/lib/model/invoice-processor-config.js +62 -0
  57. package/lib/model/invoice-processor-config.js.map +1 -0
  58. package/lib/model/kv-model-sub-type.d.ts +47 -0
  59. package/lib/model/kv-model-sub-type.js +65 -0
  60. package/lib/model/kv-model-sub-type.js.map +1 -0
  61. package/lib/model/model-metrics.js +20 -0
  62. package/lib/model/model-metrics.js.map +1 -1
  63. package/lib/model/model-sub-type.d.ts +22 -0
  64. package/lib/model/model-sub-type.js +72 -0
  65. package/lib/model/model-sub-type.js.map +1 -0
  66. package/lib/model/model-summary.d.ts +4 -0
  67. package/lib/model/model-summary.js.map +1 -1
  68. package/lib/model/model-type-info.d.ts +32 -0
  69. package/lib/model/model-type-info.js +58 -0
  70. package/lib/model/model-type-info.js.map +1 -0
  71. package/lib/model/model.d.ts +18 -1
  72. package/lib/model/model.js +11 -0
  73. package/lib/model/model.js.map +1 -1
  74. package/lib/model/normalization-fields-map-value.d.ts +25 -0
  75. package/lib/model/normalization-fields-map-value.js +29 -0
  76. package/lib/model/normalization-fields-map-value.js.map +1 -0
  77. package/lib/model/normalization-fields.d.ts +28 -0
  78. package/lib/model/normalization-fields.js +58 -0
  79. package/lib/model/normalization-fields.js.map +1 -0
  80. package/lib/model/object-location.d.ts +4 -0
  81. package/lib/model/object-location.js.map +1 -1
  82. package/lib/model/object-storage-document-details.d.ts +4 -0
  83. package/lib/model/object-storage-document-details.js.map +1 -1
  84. package/lib/model/output-location.d.ts +1 -1
  85. package/lib/model/page.d.ts +12 -0
  86. package/lib/model/page.js +30 -0
  87. package/lib/model/page.js.map +1 -1
  88. package/lib/model/passport-kv-model-sub-type-details.d.ts +39 -0
  89. package/lib/model/passport-kv-model-sub-type-details.js +37 -0
  90. package/lib/model/passport-kv-model-sub-type-details.js.map +1 -0
  91. package/lib/model/pre-trained-document-elements-extraction-model-details.d.ts +24 -0
  92. package/lib/model/pre-trained-document-elements-extraction-model-details.js +54 -0
  93. package/lib/model/pre-trained-document-elements-extraction-model-details.js.map +1 -0
  94. package/lib/model/pretrained-document-classification-model-details.d.ts +24 -0
  95. package/lib/model/pretrained-document-classification-model-details.js +54 -0
  96. package/lib/model/pretrained-document-classification-model-details.js.map +1 -0
  97. package/lib/model/pretrained-key-value-extraction-model-details.d.ts +24 -0
  98. package/lib/model/pretrained-key-value-extraction-model-details.js +54 -0
  99. package/lib/model/pretrained-key-value-extraction-model-details.js.map +1 -0
  100. package/lib/model/pretrained-table-extraction-model-details.d.ts +24 -0
  101. package/lib/model/pretrained-table-extraction-model-details.js +54 -0
  102. package/lib/model/pretrained-table-extraction-model-details.js.map +1 -0
  103. package/lib/model/pretrained-text-extraction-model-details.d.ts +24 -0
  104. package/lib/model/pretrained-text-extraction-model-details.js +54 -0
  105. package/lib/model/pretrained-text-extraction-model-details.js.map +1 -0
  106. package/lib/model/processor-config.js +4 -0
  107. package/lib/model/processor-config.js.map +1 -1
  108. package/lib/model/processor-job.d.ts +1 -1
  109. package/lib/model/processor-type.d.ts +1 -0
  110. package/lib/model/processor-type.js +1 -0
  111. package/lib/model/processor-type.js.map +1 -1
  112. package/lib/model/qr-bar-code-sub-type-details.d.ts +33 -0
  113. package/lib/model/qr-bar-code-sub-type-details.js +34 -0
  114. package/lib/model/qr-bar-code-sub-type-details.js.map +1 -0
  115. package/lib/model/receipt-kv-model-sub-type-details.d.ts +39 -0
  116. package/lib/model/receipt-kv-model-sub-type-details.js +37 -0
  117. package/lib/model/receipt-kv-model-sub-type-details.js.map +1 -0
  118. package/lib/model/selection-mark.d.ts +40 -0
  119. package/lib/model/selection-mark.js +67 -0
  120. package/lib/model/selection-mark.js.map +1 -0
  121. package/lib/model/signature-sub-type-details.d.ts +33 -0
  122. package/lib/model/signature-sub-type-details.js +34 -0
  123. package/lib/model/signature-sub-type-details.js.map +1 -0
  124. package/lib/model/signature.d.ts +27 -0
  125. package/lib/model/signature.js +57 -0
  126. package/lib/model/signature.js.map +1 -0
  127. package/lib/model/update-model-details.d.ts +4 -0
  128. package/lib/model/update-model-details.js.map +1 -1
  129. package/lib/request/get-model-type-request.d.ts +34 -0
  130. package/lib/request/get-model-type-request.js +15 -0
  131. package/lib/request/get-model-type-request.js.map +1 -0
  132. package/lib/request/index.d.ts +2 -0
  133. package/lib/request/index.js.map +1 -1
  134. package/lib/response/get-model-type-response.d.ts +25 -0
  135. package/lib/response/get-model-type-response.js +15 -0
  136. package/lib/response/get-model-type-response.js.map +1 -0
  137. package/lib/response/index.d.ts +2 -0
  138. package/package.json +3 -3
@@ -20,8 +20,14 @@ import * as AnalyzeDocumentDetails from "./analyze-document-details";
20
20
  export import AnalyzeDocumentDetails = AnalyzeDocumentDetails.AnalyzeDocumentDetails;
21
21
  import * as AnalyzeDocumentResult from "./analyze-document-result";
22
22
  export import AnalyzeDocumentResult = AnalyzeDocumentResult.AnalyzeDocumentResult;
23
+ import * as BarCode from "./bar-code";
24
+ export import BarCode = BarCode.BarCode;
23
25
  import * as BoundingPolygon from "./bounding-polygon";
24
26
  export import BoundingPolygon = BoundingPolygon.BoundingPolygon;
27
+ import * as Capabilities from "./capabilities";
28
+ export import Capabilities = Capabilities.Capabilities;
29
+ import * as Capability from "./capability";
30
+ export import Capability = Capability.Capability;
25
31
  import * as Cell from "./cell";
26
32
  export import Cell = Cell.Cell;
27
33
  import * as ChangeModelCompartmentDetails from "./change-model-compartment-details";
@@ -62,14 +68,20 @@ import * as DocumentMetadata from "./document-metadata";
62
68
  export import DocumentMetadata = DocumentMetadata.DocumentMetadata;
63
69
  import * as DocumentType from "./document-type";
64
70
  export import DocumentType = DocumentType.DocumentType;
71
+ import * as DrivingLicenseKvModelSubTypeDetails from "./driving-license-kv-model-sub-type-details";
72
+ export import DrivingLicenseKvModelSubTypeDetails = DrivingLicenseKvModelSubTypeDetails.DrivingLicenseKvModelSubTypeDetails;
65
73
  import * as FieldLabel from "./field-label";
66
74
  export import FieldLabel = FieldLabel.FieldLabel;
67
75
  import * as FieldName from "./field-name";
68
76
  export import FieldName = FieldName.FieldName;
69
77
  import * as FieldValue from "./field-value";
70
78
  export import FieldValue = FieldValue.FieldValue;
79
+ import * as HealthInsuranceKvModelSubTypeDetails from "./health-insurance-kv-model-sub-type-details";
80
+ export import HealthInsuranceKvModelSubTypeDetails = HealthInsuranceKvModelSubTypeDetails.HealthInsuranceKvModelSubTypeDetails;
71
81
  import * as InputLocation from "./input-location";
72
82
  export import InputLocation = InputLocation.InputLocation;
83
+ import * as InvoiceKvModelSubTypeDetails from "./invoice-kv-model-sub-type-details";
84
+ export import InvoiceKvModelSubTypeDetails = InvoiceKvModelSubTypeDetails.InvoiceKvModelSubTypeDetails;
73
85
  import * as KeyValueDetectionConfidenceEntry from "./key-value-detection-confidence-entry";
74
86
  export import KeyValueDetectionConfidenceEntry = KeyValueDetectionConfidenceEntry.KeyValueDetectionConfidenceEntry;
75
87
  import * as KeyValueDetectionLabelMetricsReport from "./key-value-detection-label-metrics-report";
@@ -84,8 +96,16 @@ import * as ModelCollection from "./model-collection";
84
96
  export import ModelCollection = ModelCollection.ModelCollection;
85
97
  import * as ModelMetrics from "./model-metrics";
86
98
  export import ModelMetrics = ModelMetrics.ModelMetrics;
99
+ import * as ModelSubType from "./model-sub-type";
100
+ export import ModelSubType = ModelSubType.ModelSubType;
87
101
  import * as ModelSummary from "./model-summary";
88
102
  export import ModelSummary = ModelSummary.ModelSummary;
103
+ import * as ModelTypeInfo from "./model-type-info";
104
+ export import ModelTypeInfo = ModelTypeInfo.ModelTypeInfo;
105
+ import * as NormalizationFields from "./normalization-fields";
106
+ export import NormalizationFields = NormalizationFields.NormalizationFields;
107
+ import * as NormalizationFieldsMapValue from "./normalization-fields-map-value";
108
+ export import NormalizationFieldsMapValue = NormalizationFieldsMapValue.NormalizationFieldsMapValue;
89
109
  import * as NormalizedVertex from "./normalized-vertex";
90
110
  export import NormalizedVertex = NormalizedVertex.NormalizedVertex;
91
111
  import * as ObjectLocation from "./object-location";
@@ -98,6 +118,8 @@ import * as OutputLocation from "./output-location";
98
118
  export import OutputLocation = OutputLocation.OutputLocation;
99
119
  import * as Page from "./page";
100
120
  export import Page = Page.Page;
121
+ import * as PassportKvModelSubTypeDetails from "./passport-kv-model-sub-type-details";
122
+ export import PassportKvModelSubTypeDetails = PassportKvModelSubTypeDetails.PassportKvModelSubTypeDetails;
101
123
  import * as PatchModelDetails from "./patch-model-details";
102
124
  export import PatchModelDetails = PatchModelDetails.PatchModelDetails;
103
125
  import * as PatchModelOperation from "./patch-model-operation";
@@ -118,12 +140,22 @@ import * as ProjectCollection from "./project-collection";
118
140
  export import ProjectCollection = ProjectCollection.ProjectCollection;
119
141
  import * as ProjectSummary from "./project-summary";
120
142
  export import ProjectSummary = ProjectSummary.ProjectSummary;
143
+ import * as QrBarCodeSubTypeDetails from "./qr-bar-code-sub-type-details";
144
+ export import QrBarCodeSubTypeDetails = QrBarCodeSubTypeDetails.QrBarCodeSubTypeDetails;
145
+ import * as ReceiptKvModelSubTypeDetails from "./receipt-kv-model-sub-type-details";
146
+ export import ReceiptKvModelSubTypeDetails = ReceiptKvModelSubTypeDetails.ReceiptKvModelSubTypeDetails;
121
147
  import * as RemoveModelLockDetails from "./remove-model-lock-details";
122
148
  export import RemoveModelLockDetails = RemoveModelLockDetails.RemoveModelLockDetails;
123
149
  import * as RemoveProjectLockDetails from "./remove-project-lock-details";
124
150
  export import RemoveProjectLockDetails = RemoveProjectLockDetails.RemoveProjectLockDetails;
125
151
  import * as ResourceLock from "./resource-lock";
126
152
  export import ResourceLock = ResourceLock.ResourceLock;
153
+ import * as SelectionMark from "./selection-mark";
154
+ export import SelectionMark = SelectionMark.SelectionMark;
155
+ import * as Signature from "./signature";
156
+ export import Signature = Signature.Signature;
157
+ import * as SignatureSubTypeDetails from "./signature-sub-type-details";
158
+ export import SignatureSubTypeDetails = SignatureSubTypeDetails.SignatureSubTypeDetails;
127
159
  import * as SortOrder from "./sort-order";
128
160
  export import SortOrder = SortOrder.SortOrder;
129
161
  import * as Table from "./table";
@@ -160,6 +192,10 @@ import * as DocumentClassificationFeature from "./document-classification-featur
160
192
  export import DocumentClassificationFeature = DocumentClassificationFeature.DocumentClassificationFeature;
161
193
  import * as DocumentClassificationModelMetrics from "./document-classification-model-metrics";
162
194
  export import DocumentClassificationModelMetrics = DocumentClassificationModelMetrics.DocumentClassificationModelMetrics;
195
+ import * as DocumentElementsExtractionFeature from "./document-elements-extraction-feature";
196
+ export import DocumentElementsExtractionFeature = DocumentElementsExtractionFeature.DocumentElementsExtractionFeature;
197
+ import * as DocumentElementsSubType from "./document-elements-sub-type";
198
+ export import DocumentElementsSubType = DocumentElementsSubType.DocumentElementsSubType;
163
199
  import * as DocumentKeyValueExtractionFeature from "./document-key-value-extraction-feature";
164
200
  export import DocumentKeyValueExtractionFeature = DocumentKeyValueExtractionFeature.DocumentKeyValueExtractionFeature;
165
201
  import * as DocumentLanguageClassificationFeature from "./document-language-classification-feature";
@@ -174,14 +210,28 @@ import * as InlineDocumentContent from "./inline-document-content";
174
210
  export import InlineDocumentContent = InlineDocumentContent.InlineDocumentContent;
175
211
  import * as InlineDocumentDetails from "./inline-document-details";
176
212
  export import InlineDocumentDetails = InlineDocumentDetails.InlineDocumentDetails;
213
+ import * as InvoiceProcessorConfig from "./invoice-processor-config";
214
+ export import InvoiceProcessorConfig = InvoiceProcessorConfig.InvoiceProcessorConfig;
177
215
  import * as KeyValueDetectionModelMetrics from "./key-value-detection-model-metrics";
178
216
  export import KeyValueDetectionModelMetrics = KeyValueDetectionModelMetrics.KeyValueDetectionModelMetrics;
217
+ import * as KvModelSubType from "./kv-model-sub-type";
218
+ export import KvModelSubType = KvModelSubType.KvModelSubType;
179
219
  import * as ObjectStorageDataset from "./object-storage-dataset";
180
220
  export import ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
181
221
  import * as ObjectStorageDocumentDetails from "./object-storage-document-details";
182
222
  export import ObjectStorageDocumentDetails = ObjectStorageDocumentDetails.ObjectStorageDocumentDetails;
183
223
  import * as ObjectStorageLocations from "./object-storage-locations";
184
224
  export import ObjectStorageLocations = ObjectStorageLocations.ObjectStorageLocations;
225
+ import * as PreTrainedDocumentElementsExtractionModelDetails from "./pre-trained-document-elements-extraction-model-details";
226
+ export import PreTrainedDocumentElementsExtractionModelDetails = PreTrainedDocumentElementsExtractionModelDetails.PreTrainedDocumentElementsExtractionModelDetails;
227
+ import * as PretrainedDocumentClassificationModelDetails from "./pretrained-document-classification-model-details";
228
+ export import PretrainedDocumentClassificationModelDetails = PretrainedDocumentClassificationModelDetails.PretrainedDocumentClassificationModelDetails;
229
+ import * as PretrainedKeyValueExtractionModelDetails from "./pretrained-key-value-extraction-model-details";
230
+ export import PretrainedKeyValueExtractionModelDetails = PretrainedKeyValueExtractionModelDetails.PretrainedKeyValueExtractionModelDetails;
231
+ import * as PretrainedTableExtractionModelDetails from "./pretrained-table-extraction-model-details";
232
+ export import PretrainedTableExtractionModelDetails = PretrainedTableExtractionModelDetails.PretrainedTableExtractionModelDetails;
233
+ import * as PretrainedTextExtractionModelDetails from "./pretrained-text-extraction-model-details";
234
+ export import PretrainedTextExtractionModelDetails = PretrainedTextExtractionModelDetails.PretrainedTextExtractionModelDetails;
185
235
  import * as ValueArray from "./value-array";
186
236
  export import ValueArray = ValueArray.ValueArray;
187
237
  import * as ValueDate from "./value-date";
@@ -31,8 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ProcessorJob = exports.ProcessorConfig = exports.ProcessingError = exports.PatchResponseMessage = exports.PatchModelOperation = exports.PatchModelDetails = exports.Page = exports.OutputLocation = exports.OperationType = exports.OperationStatus = exports.ObjectLocation = exports.NormalizedVertex = exports.ModelSummary = exports.ModelMetrics = exports.ModelCollection = exports.Model = exports.Line = exports.KeyValueDetectionOverallMetricsReport = exports.KeyValueDetectionLabelMetricsReport = exports.KeyValueDetectionConfidenceEntry = exports.InputLocation = exports.FieldValue = exports.FieldName = exports.FieldLabel = exports.DocumentType = exports.DocumentMetadata = exports.DocumentField = exports.DocumentFeature = exports.DocumentDetails = exports.DocumentClassificationOverallMetricsReport = exports.DocumentClassificationLabelMetricsReport = exports.DocumentClassificationConfidenceEntry = exports.Dimensions = exports.DetectedLanguage = exports.DetectedDocumentType = exports.DatasetSummary = exports.Dataset = exports.CreateProjectDetails = exports.CreateProcessorJobDetails = exports.CreateModelDetails = exports.ComponentModel = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.Cell = exports.BoundingPolygon = exports.AnalyzeDocumentResult = exports.AnalyzeDocumentDetails = exports.AddProjectLockDetails = exports.AddModelLockDetails = exports.ActionType = void 0;
35
- exports.ValueTime = exports.ValueString = exports.ValuePhoneNumber = exports.ValueNumber = exports.ValueInteger = exports.ValueDate = exports.ValueArray = exports.ObjectStorageLocations = exports.ObjectStorageDocumentDetails = exports.ObjectStorageDataset = exports.KeyValueDetectionModelMetrics = exports.InlineDocumentDetails = exports.InlineDocumentContent = exports.GeneralProcessorConfig = exports.DocumentTextExtractionFeature = exports.DocumentTableExtractionFeature = exports.DocumentLanguageClassificationFeature = exports.DocumentKeyValueExtractionFeature = exports.DocumentClassificationModelMetrics = exports.DocumentClassificationFeature = exports.DataScienceLabelingDataset = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.Word = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.TableRow = exports.Table = exports.SortOrder = exports.ResourceLock = exports.RemoveProjectLockDetails = exports.RemoveModelLockDetails = exports.ProjectSummary = exports.ProjectCollection = exports.Project = exports.ProcessorType = void 0;
34
+ exports.ObjectLocation = exports.NormalizedVertex = exports.NormalizationFieldsMapValue = exports.NormalizationFields = exports.ModelTypeInfo = exports.ModelSummary = exports.ModelSubType = exports.ModelMetrics = exports.ModelCollection = exports.Model = exports.Line = exports.KeyValueDetectionOverallMetricsReport = exports.KeyValueDetectionLabelMetricsReport = exports.KeyValueDetectionConfidenceEntry = exports.InvoiceKvModelSubTypeDetails = exports.InputLocation = exports.HealthInsuranceKvModelSubTypeDetails = exports.FieldValue = exports.FieldName = exports.FieldLabel = exports.DrivingLicenseKvModelSubTypeDetails = exports.DocumentType = exports.DocumentMetadata = exports.DocumentField = exports.DocumentFeature = exports.DocumentDetails = exports.DocumentClassificationOverallMetricsReport = exports.DocumentClassificationLabelMetricsReport = exports.DocumentClassificationConfidenceEntry = exports.Dimensions = exports.DetectedLanguage = exports.DetectedDocumentType = exports.DatasetSummary = exports.Dataset = exports.CreateProjectDetails = exports.CreateProcessorJobDetails = exports.CreateModelDetails = exports.ComponentModel = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.Cell = exports.Capability = exports.Capabilities = exports.BoundingPolygon = exports.BarCode = exports.AnalyzeDocumentResult = exports.AnalyzeDocumentDetails = exports.AddProjectLockDetails = exports.AddModelLockDetails = exports.ActionType = void 0;
35
+ exports.InlineDocumentDetails = exports.InlineDocumentContent = exports.GeneralProcessorConfig = exports.DocumentTextExtractionFeature = exports.DocumentTableExtractionFeature = exports.DocumentLanguageClassificationFeature = exports.DocumentKeyValueExtractionFeature = exports.DocumentElementsSubType = exports.DocumentElementsExtractionFeature = exports.DocumentClassificationModelMetrics = exports.DocumentClassificationFeature = exports.DataScienceLabelingDataset = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.Word = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.TableRow = exports.Table = exports.SortOrder = exports.SignatureSubTypeDetails = exports.Signature = exports.SelectionMark = exports.ResourceLock = exports.RemoveProjectLockDetails = exports.RemoveModelLockDetails = exports.ReceiptKvModelSubTypeDetails = exports.QrBarCodeSubTypeDetails = exports.ProjectSummary = exports.ProjectCollection = exports.Project = exports.ProcessorType = exports.ProcessorJob = exports.ProcessorConfig = exports.ProcessingError = exports.PatchResponseMessage = exports.PatchModelOperation = exports.PatchModelDetails = exports.PassportKvModelSubTypeDetails = exports.Page = exports.OutputLocation = exports.OperationType = exports.OperationStatus = void 0;
36
+ exports.ValueTime = exports.ValueString = exports.ValuePhoneNumber = exports.ValueNumber = exports.ValueInteger = exports.ValueDate = exports.ValueArray = exports.PretrainedTextExtractionModelDetails = exports.PretrainedTableExtractionModelDetails = exports.PretrainedKeyValueExtractionModelDetails = exports.PretrainedDocumentClassificationModelDetails = exports.PreTrainedDocumentElementsExtractionModelDetails = exports.ObjectStorageLocations = exports.ObjectStorageDocumentDetails = exports.ObjectStorageDataset = exports.KvModelSubType = exports.KeyValueDetectionModelMetrics = exports.InvoiceProcessorConfig = void 0;
36
37
  const ActionType = __importStar(require("./action-type"));
37
38
  exports.ActionType = ActionType.ActionType;
38
39
  const AddModelLockDetails = __importStar(require("./add-model-lock-details"));
@@ -43,8 +44,14 @@ const AnalyzeDocumentDetails = __importStar(require("./analyze-document-details"
43
44
  exports.AnalyzeDocumentDetails = AnalyzeDocumentDetails.AnalyzeDocumentDetails;
44
45
  const AnalyzeDocumentResult = __importStar(require("./analyze-document-result"));
45
46
  exports.AnalyzeDocumentResult = AnalyzeDocumentResult.AnalyzeDocumentResult;
47
+ const BarCode = __importStar(require("./bar-code"));
48
+ exports.BarCode = BarCode.BarCode;
46
49
  const BoundingPolygon = __importStar(require("./bounding-polygon"));
47
50
  exports.BoundingPolygon = BoundingPolygon.BoundingPolygon;
51
+ const Capabilities = __importStar(require("./capabilities"));
52
+ exports.Capabilities = Capabilities.Capabilities;
53
+ const Capability = __importStar(require("./capability"));
54
+ exports.Capability = Capability.Capability;
48
55
  const Cell = __importStar(require("./cell"));
49
56
  exports.Cell = Cell.Cell;
50
57
  const ChangeModelCompartmentDetails = __importStar(require("./change-model-compartment-details"));
@@ -85,14 +92,20 @@ const DocumentMetadata = __importStar(require("./document-metadata"));
85
92
  exports.DocumentMetadata = DocumentMetadata.DocumentMetadata;
86
93
  const DocumentType = __importStar(require("./document-type"));
87
94
  exports.DocumentType = DocumentType.DocumentType;
95
+ const DrivingLicenseKvModelSubTypeDetails = __importStar(require("./driving-license-kv-model-sub-type-details"));
96
+ exports.DrivingLicenseKvModelSubTypeDetails = DrivingLicenseKvModelSubTypeDetails.DrivingLicenseKvModelSubTypeDetails;
88
97
  const FieldLabel = __importStar(require("./field-label"));
89
98
  exports.FieldLabel = FieldLabel.FieldLabel;
90
99
  const FieldName = __importStar(require("./field-name"));
91
100
  exports.FieldName = FieldName.FieldName;
92
101
  const FieldValue = __importStar(require("./field-value"));
93
102
  exports.FieldValue = FieldValue.FieldValue;
103
+ const HealthInsuranceKvModelSubTypeDetails = __importStar(require("./health-insurance-kv-model-sub-type-details"));
104
+ exports.HealthInsuranceKvModelSubTypeDetails = HealthInsuranceKvModelSubTypeDetails.HealthInsuranceKvModelSubTypeDetails;
94
105
  const InputLocation = __importStar(require("./input-location"));
95
106
  exports.InputLocation = InputLocation.InputLocation;
107
+ const InvoiceKvModelSubTypeDetails = __importStar(require("./invoice-kv-model-sub-type-details"));
108
+ exports.InvoiceKvModelSubTypeDetails = InvoiceKvModelSubTypeDetails.InvoiceKvModelSubTypeDetails;
96
109
  const KeyValueDetectionConfidenceEntry = __importStar(require("./key-value-detection-confidence-entry"));
97
110
  exports.KeyValueDetectionConfidenceEntry = KeyValueDetectionConfidenceEntry.KeyValueDetectionConfidenceEntry;
98
111
  const KeyValueDetectionLabelMetricsReport = __importStar(require("./key-value-detection-label-metrics-report"));
@@ -107,8 +120,16 @@ const ModelCollection = __importStar(require("./model-collection"));
107
120
  exports.ModelCollection = ModelCollection.ModelCollection;
108
121
  const ModelMetrics = __importStar(require("./model-metrics"));
109
122
  exports.ModelMetrics = ModelMetrics.ModelMetrics;
123
+ const ModelSubType = __importStar(require("./model-sub-type"));
124
+ exports.ModelSubType = ModelSubType.ModelSubType;
110
125
  const ModelSummary = __importStar(require("./model-summary"));
111
126
  exports.ModelSummary = ModelSummary.ModelSummary;
127
+ const ModelTypeInfo = __importStar(require("./model-type-info"));
128
+ exports.ModelTypeInfo = ModelTypeInfo.ModelTypeInfo;
129
+ const NormalizationFields = __importStar(require("./normalization-fields"));
130
+ exports.NormalizationFields = NormalizationFields.NormalizationFields;
131
+ const NormalizationFieldsMapValue = __importStar(require("./normalization-fields-map-value"));
132
+ exports.NormalizationFieldsMapValue = NormalizationFieldsMapValue.NormalizationFieldsMapValue;
112
133
  const NormalizedVertex = __importStar(require("./normalized-vertex"));
113
134
  exports.NormalizedVertex = NormalizedVertex.NormalizedVertex;
114
135
  const ObjectLocation = __importStar(require("./object-location"));
@@ -121,6 +142,8 @@ const OutputLocation = __importStar(require("./output-location"));
121
142
  exports.OutputLocation = OutputLocation.OutputLocation;
122
143
  const Page = __importStar(require("./page"));
123
144
  exports.Page = Page.Page;
145
+ const PassportKvModelSubTypeDetails = __importStar(require("./passport-kv-model-sub-type-details"));
146
+ exports.PassportKvModelSubTypeDetails = PassportKvModelSubTypeDetails.PassportKvModelSubTypeDetails;
124
147
  const PatchModelDetails = __importStar(require("./patch-model-details"));
125
148
  exports.PatchModelDetails = PatchModelDetails.PatchModelDetails;
126
149
  const PatchModelOperation = __importStar(require("./patch-model-operation"));
@@ -141,12 +164,22 @@ const ProjectCollection = __importStar(require("./project-collection"));
141
164
  exports.ProjectCollection = ProjectCollection.ProjectCollection;
142
165
  const ProjectSummary = __importStar(require("./project-summary"));
143
166
  exports.ProjectSummary = ProjectSummary.ProjectSummary;
167
+ const QrBarCodeSubTypeDetails = __importStar(require("./qr-bar-code-sub-type-details"));
168
+ exports.QrBarCodeSubTypeDetails = QrBarCodeSubTypeDetails.QrBarCodeSubTypeDetails;
169
+ const ReceiptKvModelSubTypeDetails = __importStar(require("./receipt-kv-model-sub-type-details"));
170
+ exports.ReceiptKvModelSubTypeDetails = ReceiptKvModelSubTypeDetails.ReceiptKvModelSubTypeDetails;
144
171
  const RemoveModelLockDetails = __importStar(require("./remove-model-lock-details"));
145
172
  exports.RemoveModelLockDetails = RemoveModelLockDetails.RemoveModelLockDetails;
146
173
  const RemoveProjectLockDetails = __importStar(require("./remove-project-lock-details"));
147
174
  exports.RemoveProjectLockDetails = RemoveProjectLockDetails.RemoveProjectLockDetails;
148
175
  const ResourceLock = __importStar(require("./resource-lock"));
149
176
  exports.ResourceLock = ResourceLock.ResourceLock;
177
+ const SelectionMark = __importStar(require("./selection-mark"));
178
+ exports.SelectionMark = SelectionMark.SelectionMark;
179
+ const Signature = __importStar(require("./signature"));
180
+ exports.Signature = Signature.Signature;
181
+ const SignatureSubTypeDetails = __importStar(require("./signature-sub-type-details"));
182
+ exports.SignatureSubTypeDetails = SignatureSubTypeDetails.SignatureSubTypeDetails;
150
183
  const SortOrder = __importStar(require("./sort-order"));
151
184
  exports.SortOrder = SortOrder.SortOrder;
152
185
  const Table = __importStar(require("./table"));
@@ -183,6 +216,10 @@ const DocumentClassificationFeature = __importStar(require("./document-classific
183
216
  exports.DocumentClassificationFeature = DocumentClassificationFeature.DocumentClassificationFeature;
184
217
  const DocumentClassificationModelMetrics = __importStar(require("./document-classification-model-metrics"));
185
218
  exports.DocumentClassificationModelMetrics = DocumentClassificationModelMetrics.DocumentClassificationModelMetrics;
219
+ const DocumentElementsExtractionFeature = __importStar(require("./document-elements-extraction-feature"));
220
+ exports.DocumentElementsExtractionFeature = DocumentElementsExtractionFeature.DocumentElementsExtractionFeature;
221
+ const DocumentElementsSubType = __importStar(require("./document-elements-sub-type"));
222
+ exports.DocumentElementsSubType = DocumentElementsSubType.DocumentElementsSubType;
186
223
  const DocumentKeyValueExtractionFeature = __importStar(require("./document-key-value-extraction-feature"));
187
224
  exports.DocumentKeyValueExtractionFeature = DocumentKeyValueExtractionFeature.DocumentKeyValueExtractionFeature;
188
225
  const DocumentLanguageClassificationFeature = __importStar(require("./document-language-classification-feature"));
@@ -197,14 +234,28 @@ const InlineDocumentContent = __importStar(require("./inline-document-content"))
197
234
  exports.InlineDocumentContent = InlineDocumentContent.InlineDocumentContent;
198
235
  const InlineDocumentDetails = __importStar(require("./inline-document-details"));
199
236
  exports.InlineDocumentDetails = InlineDocumentDetails.InlineDocumentDetails;
237
+ const InvoiceProcessorConfig = __importStar(require("./invoice-processor-config"));
238
+ exports.InvoiceProcessorConfig = InvoiceProcessorConfig.InvoiceProcessorConfig;
200
239
  const KeyValueDetectionModelMetrics = __importStar(require("./key-value-detection-model-metrics"));
201
240
  exports.KeyValueDetectionModelMetrics = KeyValueDetectionModelMetrics.KeyValueDetectionModelMetrics;
241
+ const KvModelSubType = __importStar(require("./kv-model-sub-type"));
242
+ exports.KvModelSubType = KvModelSubType.KvModelSubType;
202
243
  const ObjectStorageDataset = __importStar(require("./object-storage-dataset"));
203
244
  exports.ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
204
245
  const ObjectStorageDocumentDetails = __importStar(require("./object-storage-document-details"));
205
246
  exports.ObjectStorageDocumentDetails = ObjectStorageDocumentDetails.ObjectStorageDocumentDetails;
206
247
  const ObjectStorageLocations = __importStar(require("./object-storage-locations"));
207
248
  exports.ObjectStorageLocations = ObjectStorageLocations.ObjectStorageLocations;
249
+ const PreTrainedDocumentElementsExtractionModelDetails = __importStar(require("./pre-trained-document-elements-extraction-model-details"));
250
+ exports.PreTrainedDocumentElementsExtractionModelDetails = PreTrainedDocumentElementsExtractionModelDetails.PreTrainedDocumentElementsExtractionModelDetails;
251
+ const PretrainedDocumentClassificationModelDetails = __importStar(require("./pretrained-document-classification-model-details"));
252
+ exports.PretrainedDocumentClassificationModelDetails = PretrainedDocumentClassificationModelDetails.PretrainedDocumentClassificationModelDetails;
253
+ const PretrainedKeyValueExtractionModelDetails = __importStar(require("./pretrained-key-value-extraction-model-details"));
254
+ exports.PretrainedKeyValueExtractionModelDetails = PretrainedKeyValueExtractionModelDetails.PretrainedKeyValueExtractionModelDetails;
255
+ const PretrainedTableExtractionModelDetails = __importStar(require("./pretrained-table-extraction-model-details"));
256
+ exports.PretrainedTableExtractionModelDetails = PretrainedTableExtractionModelDetails.PretrainedTableExtractionModelDetails;
257
+ const PretrainedTextExtractionModelDetails = __importStar(require("./pretrained-text-extraction-model-details"));
258
+ exports.PretrainedTextExtractionModelDetails = PretrainedTextExtractionModelDetails.PretrainedTextExtractionModelDetails;
208
259
  const ValueArray = __importStar(require("./value-array"));
209
260
  exports.ValueArray = ValueArray.ValueArray;
210
261
  const ValueDate = __importStar(require("./value-date"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -19,6 +19,10 @@ export interface InlineDocumentContent extends model.InputLocation {
19
19
  * Raw document data with Base64 encoding.
20
20
  */
21
21
  "data": string;
22
+ /**
23
+ * The page ranges to be analysed.
24
+ */
25
+ "pageRange"?: Array<string>;
22
26
  "sourceType": string;
23
27
  }
24
28
  export declare namespace InlineDocumentContent {
@@ -1 +1 @@
1
- {"version":3,"file":"inline-document-content.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/inline-document-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAU,aAOzB,CAAA;IACY,gCAAU,GAAG,yBAAyB,CAAC;IACpD,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
1
+ {"version":3,"file":"inline-document-content.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/inline-document-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAU,aAOzB,CAAA;IACY,gCAAU,GAAG,yBAAyB,CAAC;IACpD,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
@@ -19,6 +19,10 @@ export interface InlineDocumentDetails extends model.DocumentDetails {
19
19
  * Raw document data with Base64 encoding.
20
20
  */
21
21
  "data": string;
22
+ /**
23
+ * The page ranges to be analysed.
24
+ */
25
+ "pageRange"?: Array<string>;
22
26
  "source": string;
23
27
  }
24
28
  export declare namespace InlineDocumentDetails {
@@ -1 +1 @@
1
- {"version":3,"file":"inline-document-details.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/inline-document-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAU,aAOzB,CAAA;IACY,4BAAM,GAAG,QAAQ,CAAC;IAC/B,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
1
+ {"version":3,"file":"inline-document-details.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/inline-document-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAU,aAOzB,CAAA;IACY,4BAAM,GAAG,QAAQ,CAAC;IAC/B,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Document Understanding API
3
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Invoice KV model sub type details
15
+ */
16
+ export interface InvoiceKvModelSubTypeDetails {
17
+ /**
18
+ * The model sub type for KEY_VALUE_EXTRACTION
19
+ * The allowed values are:
20
+ * - {@code RECEIPT}
21
+ * - {@code INVOICE}
22
+ * - {@code PASSPORT}
23
+ * - {@code DRIVER_LICENSE}
24
+ * - {@code HEALTH_INSURANCE_ID}
25
+ *
26
+ */
27
+ "modelSubType": InvoiceKvModelSubTypeDetails.ModelSubType;
28
+ }
29
+ export declare namespace InvoiceKvModelSubTypeDetails {
30
+ enum ModelSubType {
31
+ Receipt = "RECEIPT",
32
+ Invoice = "INVOICE",
33
+ Passport = "PASSPORT",
34
+ DriverLicense = "DRIVER_LICENSE",
35
+ HealthInsuranceId = "HEALTH_INSURANCE_ID"
36
+ }
37
+ function getJsonObj(obj: InvoiceKvModelSubTypeDetails): object;
38
+ function getDeserializedJsonObj(obj: InvoiceKvModelSubTypeDetails): object;
39
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Document Understanding API
4
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.InvoiceKvModelSubTypeDetails = void 0;
16
+ var InvoiceKvModelSubTypeDetails;
17
+ (function (InvoiceKvModelSubTypeDetails) {
18
+ let ModelSubType;
19
+ (function (ModelSubType) {
20
+ ModelSubType["Receipt"] = "RECEIPT";
21
+ ModelSubType["Invoice"] = "INVOICE";
22
+ ModelSubType["Passport"] = "PASSPORT";
23
+ ModelSubType["DriverLicense"] = "DRIVER_LICENSE";
24
+ ModelSubType["HealthInsuranceId"] = "HEALTH_INSURANCE_ID";
25
+ })(ModelSubType = InvoiceKvModelSubTypeDetails.ModelSubType || (InvoiceKvModelSubTypeDetails.ModelSubType = {}));
26
+ function getJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ InvoiceKvModelSubTypeDetails.getJsonObj = getJsonObj;
31
+ function getDeserializedJsonObj(obj) {
32
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
33
+ return jsonObj;
34
+ }
35
+ InvoiceKvModelSubTypeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(InvoiceKvModelSubTypeDetails = exports.InvoiceKvModelSubTypeDetails || (exports.InvoiceKvModelSubTypeDetails = {}));
37
+ //# sourceMappingURL=invoice-kv-model-sub-type-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-kv-model-sub-type-details.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/invoice-kv-model-sub-type-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,4BAA4B,CAmB5C;AAnBD,WAAiB,4BAA4B;IAC3C,IAAY,YAMX;IAND,WAAY,YAAY;QACtB,mCAAmB,CAAA;QACnB,mCAAmB,CAAA;QACnB,qCAAqB,CAAA;QACrB,gDAAgC,CAAA;QAChC,yDAAyC,CAAA;IAC3C,CAAC,EANW,YAAY,GAAZ,yCAAY,KAAZ,yCAAY,QAMvB;IAED,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAnBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAmB5C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Document Understanding API
3
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The configuration of an invoice processor.
16
+ */
17
+ export interface InvoiceProcessorConfig extends model.ProcessorConfig {
18
+ /**
19
+ * Unique identifier custom model OCID that should be used for inference.
20
+ */
21
+ "modelId"?: string;
22
+ "normalizationFields": model.NormalizationFields;
23
+ "processorType": string;
24
+ }
25
+ export declare namespace InvoiceProcessorConfig {
26
+ function getJsonObj(obj: InvoiceProcessorConfig, isParentJsonObj?: boolean): object;
27
+ const processorType = "INVOICE";
28
+ function getDeserializedJsonObj(obj: InvoiceProcessorConfig, isParentJsonObj?: boolean): object;
29
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * Document Understanding API
4
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.InvoiceProcessorConfig = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var InvoiceProcessorConfig;
37
+ (function (InvoiceProcessorConfig) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.ProcessorConfig.getJsonObj(obj))), {
42
+ "normalizationFields": obj.normalizationFields
43
+ ? model.NormalizationFields.getJsonObj(obj.normalizationFields)
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ InvoiceProcessorConfig.getJsonObj = getJsonObj;
49
+ InvoiceProcessorConfig.processorType = "INVOICE";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.ProcessorConfig.getDeserializedJsonObj(obj))), {
54
+ "normalizationFields": obj.normalizationFields
55
+ ? model.NormalizationFields.getDeserializedJsonObj(obj.normalizationFields)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ InvoiceProcessorConfig.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(InvoiceProcessorConfig = exports.InvoiceProcessorConfig || (exports.InvoiceProcessorConfig = {}));
62
+ //# sourceMappingURL=invoice-processor-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-processor-config.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/invoice-processor-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACnE;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACY,oCAAa,GAAG,SAAS,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC/E;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiCtC"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Document Understanding API
3
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The Kv model sub type
16
+ */
17
+ export interface KvModelSubType extends model.ModelSubType {
18
+ /**
19
+ * The model sub type for KEY_VALUE_EXTRACTION
20
+ * The allowed values are:
21
+ * - {@code RECEIPT}
22
+ * - {@code INVOICE}
23
+ * - {@code PASSPORT}
24
+ * - {@code DRIVER_LICENSE}
25
+ * - {@code HEALTH_INSURANCE_ID}
26
+ *
27
+ */
28
+ "modelSubType": KvModelSubType.ModelSubType;
29
+ "modelType": string;
30
+ }
31
+ export declare namespace KvModelSubType {
32
+ enum ModelSubType {
33
+ Receipt = "RECEIPT",
34
+ Invoice = "INVOICE",
35
+ Passport = "PASSPORT",
36
+ DriverLicense = "DRIVER_LICENSE",
37
+ HealthInsuranceId = "HEALTH_INSURANCE_ID",
38
+ /**
39
+ * This value is used if a service returns a value for this enum that is not recognized by this
40
+ * version of the SDK.
41
+ */
42
+ UnknownValue = "UNKNOWN_VALUE"
43
+ }
44
+ function getJsonObj(obj: KvModelSubType, isParentJsonObj?: boolean): object;
45
+ const modelType = "PRE_TRAINED_KEY_VALUE_EXTRACTION";
46
+ function getDeserializedJsonObj(obj: KvModelSubType, isParentJsonObj?: boolean): object;
47
+ }