@aws-sdk/client-textract 3.1067.0 → 3.1069.0
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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +117 -137
- package/dist-cjs/models/TextractServiceException.js +4 -8
- package/dist-cjs/models/errors.js +37 -58
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +346 -233
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DocumentMetadata$ = exports.DocumentLocation$ = exports.DocumentGroup$ = exports.Document$ = exports.DetectedSignature$ = exports.DetectDocumentTextResponse$ = exports.DetectDocumentTextRequest$ = exports.DeleteAdapterVersionResponse$ = exports.DeleteAdapterVersionRequest$ = exports.DeleteAdapterResponse$ = exports.DeleteAdapterRequest$ = exports.CreateAdapterVersionResponse$ = exports.CreateAdapterVersionRequest$ = exports.CreateAdapterResponse$ = exports.CreateAdapterRequest$ = exports.BoundingBox$ = exports.Block$ = exports.AnalyzeIDResponse$ = exports.AnalyzeIDRequest$ = exports.AnalyzeIDDetections$ = exports.AnalyzeExpenseResponse$ = exports.AnalyzeExpenseRequest$ = exports.AnalyzeDocumentResponse$ = exports.AnalyzeDocumentRequest$ = exports.AdapterVersionOverview$ = exports.AdapterVersionEvaluationMetric$ = exports.AdapterVersionDatasetConfig$ = exports.AdaptersConfig$ = exports.AdapterOverview$ = exports.Adapter$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnsupportedDocumentException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ProvisionedThroughputExceededException$ = exports.LimitExceededException$ = exports.InvalidS3ObjectException$ = exports.InvalidParameterException$ = exports.InvalidKMSKeyException$ = exports.InvalidJobIdException$ = exports.InternalServerError$ = exports.IdempotentParameterMismatchException$ = exports.HumanLoopQuotaExceededException$ = exports.DocumentTooLargeException$ = exports.ConflictException$ = exports.BadDocumentException$ = exports.AccessDeniedException$ = exports.TextractServiceException$ = void 0;
|
|
4
|
-
exports.Relationship$ = exports.Query$ = exports.QueriesConfig$ = exports.Prediction$ = exports.Point$ = exports.PageClassification$ = exports.OutputConfig$ = exports.NotificationChannel$ = exports.NormalizedValue$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListAdapterVersionsResponse$ = exports.ListAdapterVersionsRequest$ = exports.ListAdaptersResponse$ = exports.ListAdaptersRequest$ = exports.LineItemGroup$ = exports.LineItemFields$ = exports.LendingSummary$ = exports.LendingResult$ = exports.LendingField$ = exports.LendingDocument$ = exports.LendingDetection$ = exports.IdentityDocumentField$ = exports.IdentityDocument$ = exports.HumanLoopDataAttributes$ = exports.HumanLoopConfig$ = exports.HumanLoopActivationOutput$ = exports.GetLendingAnalysisSummaryResponse$ = exports.GetLendingAnalysisSummaryRequest$ = exports.GetLendingAnalysisResponse$ = exports.GetLendingAnalysisRequest$ = exports.GetExpenseAnalysisResponse$ = exports.GetExpenseAnalysisRequest$ = exports.GetDocumentTextDetectionResponse$ = exports.GetDocumentTextDetectionRequest$ = exports.GetDocumentAnalysisResponse$ = exports.GetDocumentAnalysisRequest$ = exports.GetAdapterVersionResponse$ = exports.GetAdapterVersionRequest$ = exports.GetAdapterResponse$ = exports.GetAdapterRequest$ = exports.Geometry$ = exports.Extraction$ = exports.ExpenseType$ = exports.ExpenseGroupProperty$ = exports.ExpenseField$ = exports.ExpenseDocument$ = exports.ExpenseDetection$ = exports.ExpenseCurrency$ = exports.EvaluationMetric$ = void 0;
|
|
5
|
-
exports.UpdateAdapter$ = exports.UntagResource$ = exports.TagResource$ = exports.StartLendingAnalysis$ = exports.StartExpenseAnalysis$ = exports.StartDocumentTextDetection$ = exports.StartDocumentAnalysis$ = exports.ListTagsForResource$ = exports.ListAdapterVersions$ = exports.ListAdapters$ = exports.GetLendingAnalysisSummary$ = exports.GetLendingAnalysis$ = exports.GetExpenseAnalysis$ = exports.GetDocumentTextDetection$ = exports.GetDocumentAnalysis$ = exports.GetAdapterVersion$ = exports.GetAdapter$ = exports.DetectDocumentText$ = exports.DeleteAdapterVersion$ = exports.DeleteAdapter$ = exports.CreateAdapterVersion$ = exports.CreateAdapter$ = exports.AnalyzeID$ = exports.AnalyzeExpense$ = exports.AnalyzeDocument$ = exports.Warning$ = exports.UpdateAdapterResponse$ = exports.UpdateAdapterRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UndetectedSignature$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartLendingAnalysisResponse$ = exports.StartLendingAnalysisRequest$ = exports.StartExpenseAnalysisResponse$ = exports.StartExpenseAnalysisRequest$ = exports.StartDocumentTextDetectionResponse$ = exports.StartDocumentTextDetectionRequest$ = exports.StartDocumentAnalysisResponse$ = exports.StartDocumentAnalysisRequest$ = exports.SplitDocument$ = exports.SignatureDetection$ = exports.S3Object$ = void 0;
|
|
6
1
|
const _A = "Adapter";
|
|
7
2
|
const _AC = "AdaptersConfig";
|
|
8
3
|
const _ACT = "AfterCreationTime";
|
|
@@ -294,787 +289,905 @@ const _mT = "mediaType";
|
|
|
294
289
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.textract";
|
|
295
290
|
const _se = "server";
|
|
296
291
|
const n0 = "com.amazonaws.textract";
|
|
297
|
-
const
|
|
298
|
-
const
|
|
299
|
-
const
|
|
300
|
-
const _s_registry =
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
292
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
293
|
+
const { AccessDeniedException, BadDocumentException, ConflictException, DocumentTooLargeException, HumanLoopQuotaExceededException, IdempotentParameterMismatchException, InternalServerError, InvalidJobIdException, InvalidKMSKeyException, InvalidParameterException, InvalidS3ObjectException, LimitExceededException, ProvisionedThroughputExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnsupportedDocumentException, ValidationException } = require("../models/errors");
|
|
294
|
+
const { TextractServiceException } = require("../models/TextractServiceException");
|
|
295
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
296
|
+
const TextractServiceException$ = [-3, _s, "TextractServiceException", 0, [], []];
|
|
297
|
+
exports.TextractServiceException$ = TextractServiceException$;
|
|
298
|
+
_s_registry.registerError(TextractServiceException$, TextractServiceException);
|
|
299
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
300
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
305
301
|
{ [_e]: _c },
|
|
306
302
|
[_M, _C],
|
|
307
303
|
[0, 0]
|
|
308
304
|
];
|
|
309
|
-
|
|
310
|
-
|
|
305
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
306
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
307
|
+
const BadDocumentException$ = [-3, n0, _BDE,
|
|
311
308
|
{ [_e]: _c },
|
|
312
309
|
[_M, _C],
|
|
313
310
|
[0, 0]
|
|
314
311
|
];
|
|
315
|
-
|
|
316
|
-
|
|
312
|
+
exports.BadDocumentException$ = BadDocumentException$;
|
|
313
|
+
n0_registry.registerError(BadDocumentException$, BadDocumentException);
|
|
314
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
317
315
|
{ [_e]: _c },
|
|
318
316
|
[_M, _C],
|
|
319
317
|
[0, 0]
|
|
320
318
|
];
|
|
321
|
-
|
|
322
|
-
|
|
319
|
+
exports.ConflictException$ = ConflictException$;
|
|
320
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
321
|
+
const DocumentTooLargeException$ = [-3, n0, _DTLE,
|
|
323
322
|
{ [_e]: _c },
|
|
324
323
|
[_M, _C],
|
|
325
324
|
[0, 0]
|
|
326
325
|
];
|
|
327
|
-
|
|
328
|
-
|
|
326
|
+
exports.DocumentTooLargeException$ = DocumentTooLargeException$;
|
|
327
|
+
n0_registry.registerError(DocumentTooLargeException$, DocumentTooLargeException);
|
|
328
|
+
const HumanLoopQuotaExceededException$ = [-3, n0, _HLQEE,
|
|
329
329
|
{ [_e]: _c, [_hE]: 402 },
|
|
330
330
|
[_RT, _QC, _SC, _M, _C],
|
|
331
331
|
[0, 0, 0, 0, 0]
|
|
332
332
|
];
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
exports.HumanLoopQuotaExceededException$ = HumanLoopQuotaExceededException$;
|
|
334
|
+
n0_registry.registerError(HumanLoopQuotaExceededException$, HumanLoopQuotaExceededException);
|
|
335
|
+
const IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
335
336
|
{ [_e]: _c },
|
|
336
337
|
[_M, _C],
|
|
337
338
|
[0, 0]
|
|
338
339
|
];
|
|
339
|
-
|
|
340
|
-
|
|
340
|
+
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
341
|
+
n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
342
|
+
const InternalServerError$ = [-3, n0, _ISE,
|
|
341
343
|
{ [_e]: _se },
|
|
342
344
|
[_M, _C],
|
|
343
345
|
[0, 0]
|
|
344
346
|
];
|
|
345
|
-
|
|
346
|
-
|
|
347
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
348
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
349
|
+
const InvalidJobIdException$ = [-3, n0, _IJIE,
|
|
347
350
|
{ [_e]: _c },
|
|
348
351
|
[_M, _C],
|
|
349
352
|
[0, 0]
|
|
350
353
|
];
|
|
351
|
-
|
|
352
|
-
|
|
354
|
+
exports.InvalidJobIdException$ = InvalidJobIdException$;
|
|
355
|
+
n0_registry.registerError(InvalidJobIdException$, InvalidJobIdException);
|
|
356
|
+
const InvalidKMSKeyException$ = [-3, n0, _IKMSKE,
|
|
353
357
|
{ [_e]: _c },
|
|
354
358
|
[_M, _C],
|
|
355
359
|
[0, 0]
|
|
356
360
|
];
|
|
357
|
-
|
|
358
|
-
|
|
361
|
+
exports.InvalidKMSKeyException$ = InvalidKMSKeyException$;
|
|
362
|
+
n0_registry.registerError(InvalidKMSKeyException$, InvalidKMSKeyException);
|
|
363
|
+
const InvalidParameterException$ = [-3, n0, _IPE,
|
|
359
364
|
{ [_e]: _c },
|
|
360
365
|
[_M, _C],
|
|
361
366
|
[0, 0]
|
|
362
367
|
];
|
|
363
|
-
|
|
364
|
-
|
|
368
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
369
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
370
|
+
const InvalidS3ObjectException$ = [-3, n0, _ISOE,
|
|
365
371
|
{ [_e]: _c },
|
|
366
372
|
[_M, _C],
|
|
367
373
|
[0, 0]
|
|
368
374
|
];
|
|
369
|
-
|
|
370
|
-
|
|
375
|
+
exports.InvalidS3ObjectException$ = InvalidS3ObjectException$;
|
|
376
|
+
n0_registry.registerError(InvalidS3ObjectException$, InvalidS3ObjectException);
|
|
377
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
371
378
|
{ [_e]: _c },
|
|
372
379
|
[_M, _C],
|
|
373
380
|
[0, 0]
|
|
374
381
|
];
|
|
375
|
-
|
|
376
|
-
|
|
382
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
383
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
384
|
+
const ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
377
385
|
{ [_e]: _c },
|
|
378
386
|
[_M, _C],
|
|
379
387
|
[0, 0]
|
|
380
388
|
];
|
|
381
|
-
|
|
382
|
-
|
|
389
|
+
exports.ProvisionedThroughputExceededException$ = ProvisionedThroughputExceededException$;
|
|
390
|
+
n0_registry.registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
391
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
383
392
|
{ [_e]: _c },
|
|
384
393
|
[_M, _C],
|
|
385
394
|
[0, 0]
|
|
386
395
|
];
|
|
387
|
-
|
|
388
|
-
|
|
396
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
397
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
398
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
389
399
|
{ [_e]: _c },
|
|
390
400
|
[_M, _C],
|
|
391
401
|
[0, 0]
|
|
392
402
|
];
|
|
393
|
-
|
|
394
|
-
|
|
403
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
404
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
405
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
395
406
|
{ [_e]: _se },
|
|
396
407
|
[_M, _C],
|
|
397
408
|
[0, 0]
|
|
398
409
|
];
|
|
399
|
-
|
|
400
|
-
|
|
410
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
411
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
412
|
+
const UnsupportedDocumentException$ = [-3, n0, _UDE,
|
|
401
413
|
{ [_e]: _c },
|
|
402
414
|
[_M, _C],
|
|
403
415
|
[0, 0]
|
|
404
416
|
];
|
|
405
|
-
|
|
406
|
-
|
|
417
|
+
exports.UnsupportedDocumentException$ = UnsupportedDocumentException$;
|
|
418
|
+
n0_registry.registerError(UnsupportedDocumentException$, UnsupportedDocumentException);
|
|
419
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
407
420
|
{ [_e]: _c },
|
|
408
421
|
[_M, _C],
|
|
409
422
|
[0, 0]
|
|
410
423
|
];
|
|
411
|
-
|
|
424
|
+
exports.ValidationException$ = ValidationException$;
|
|
425
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
412
426
|
exports.errorTypeRegistries = [
|
|
413
427
|
_s_registry,
|
|
414
428
|
n0_registry,
|
|
415
429
|
];
|
|
416
430
|
var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [0, n0, _SJHLACER, { [_mT]: _a }, 0];
|
|
417
|
-
|
|
431
|
+
const Adapter$ = [3, n0, _A,
|
|
418
432
|
0,
|
|
419
433
|
[_AI, _V, _P],
|
|
420
434
|
[0, 0, 64 | 0], 2
|
|
421
435
|
];
|
|
422
|
-
exports.
|
|
436
|
+
exports.Adapter$ = Adapter$;
|
|
437
|
+
const AdapterOverview$ = [3, n0, _AO,
|
|
423
438
|
0,
|
|
424
439
|
[_AI, _AN, _CT, _FT],
|
|
425
440
|
[0, 0, 4, 64 | 0]
|
|
426
441
|
];
|
|
427
|
-
exports.
|
|
442
|
+
exports.AdapterOverview$ = AdapterOverview$;
|
|
443
|
+
const AdaptersConfig$ = [3, n0, _AC,
|
|
428
444
|
0,
|
|
429
445
|
[_Ad],
|
|
430
446
|
[() => Adapters], 1
|
|
431
447
|
];
|
|
432
|
-
exports.
|
|
448
|
+
exports.AdaptersConfig$ = AdaptersConfig$;
|
|
449
|
+
const AdapterVersionDatasetConfig$ = [3, n0, _AVDC,
|
|
433
450
|
0,
|
|
434
451
|
[_MSO],
|
|
435
|
-
[() =>
|
|
452
|
+
[() => S3Object$]
|
|
436
453
|
];
|
|
437
|
-
exports.
|
|
454
|
+
exports.AdapterVersionDatasetConfig$ = AdapterVersionDatasetConfig$;
|
|
455
|
+
const AdapterVersionEvaluationMetric$ = [3, n0, _AVEM,
|
|
438
456
|
0,
|
|
439
457
|
[_B, _AV, _FTe],
|
|
440
|
-
[() =>
|
|
458
|
+
[() => EvaluationMetric$, () => EvaluationMetric$, 0]
|
|
441
459
|
];
|
|
442
|
-
exports.
|
|
460
|
+
exports.AdapterVersionEvaluationMetric$ = AdapterVersionEvaluationMetric$;
|
|
461
|
+
const AdapterVersionOverview$ = [3, n0, _AVO,
|
|
443
462
|
0,
|
|
444
463
|
[_AI, _AV, _CT, _FT, _S, _SM],
|
|
445
464
|
[0, 0, 4, 64 | 0, 0, 0]
|
|
446
465
|
];
|
|
447
|
-
exports.
|
|
466
|
+
exports.AdapterVersionOverview$ = AdapterVersionOverview$;
|
|
467
|
+
const AnalyzeDocumentRequest$ = [3, n0, _ADR,
|
|
448
468
|
0,
|
|
449
469
|
[_D, _FT, _HLC, _QCu, _AC],
|
|
450
|
-
[() =>
|
|
470
|
+
[() => Document$, 64 | 0, () => HumanLoopConfig$, () => QueriesConfig$, () => AdaptersConfig$], 2
|
|
451
471
|
];
|
|
452
|
-
exports.
|
|
472
|
+
exports.AnalyzeDocumentRequest$ = AnalyzeDocumentRequest$;
|
|
473
|
+
const AnalyzeDocumentResponse$ = [3, n0, _ADRn,
|
|
453
474
|
0,
|
|
454
475
|
[_DM, _Bl, _HLAO, _ADMV],
|
|
455
|
-
[() =>
|
|
476
|
+
[() => DocumentMetadata$, () => BlockList, [() => HumanLoopActivationOutput$, 0], 0]
|
|
456
477
|
];
|
|
457
|
-
exports.
|
|
478
|
+
exports.AnalyzeDocumentResponse$ = AnalyzeDocumentResponse$;
|
|
479
|
+
const AnalyzeExpenseRequest$ = [3, n0, _AER,
|
|
458
480
|
0,
|
|
459
481
|
[_D],
|
|
460
|
-
[() =>
|
|
482
|
+
[() => Document$], 1
|
|
461
483
|
];
|
|
462
|
-
exports.
|
|
484
|
+
exports.AnalyzeExpenseRequest$ = AnalyzeExpenseRequest$;
|
|
485
|
+
const AnalyzeExpenseResponse$ = [3, n0, _AERn,
|
|
463
486
|
0,
|
|
464
487
|
[_DM, _ED],
|
|
465
|
-
[() =>
|
|
488
|
+
[() => DocumentMetadata$, () => ExpenseDocumentList]
|
|
466
489
|
];
|
|
467
|
-
exports.
|
|
490
|
+
exports.AnalyzeExpenseResponse$ = AnalyzeExpenseResponse$;
|
|
491
|
+
const AnalyzeIDDetections$ = [3, n0, _AIDD,
|
|
468
492
|
0,
|
|
469
493
|
[_T, _NV, _Co],
|
|
470
|
-
[0, () =>
|
|
494
|
+
[0, () => NormalizedValue$, 1], 1
|
|
471
495
|
];
|
|
472
|
-
exports.
|
|
496
|
+
exports.AnalyzeIDDetections$ = AnalyzeIDDetections$;
|
|
497
|
+
const AnalyzeIDRequest$ = [3, n0, _AIDR,
|
|
473
498
|
0,
|
|
474
499
|
[_DP],
|
|
475
500
|
[() => DocumentPages], 1
|
|
476
501
|
];
|
|
477
|
-
exports.
|
|
502
|
+
exports.AnalyzeIDRequest$ = AnalyzeIDRequest$;
|
|
503
|
+
const AnalyzeIDResponse$ = [3, n0, _AIDRn,
|
|
478
504
|
0,
|
|
479
505
|
[_ID, _DM, _AIDMV],
|
|
480
|
-
[() => IdentityDocumentList, () =>
|
|
506
|
+
[() => IdentityDocumentList, () => DocumentMetadata$, 0]
|
|
481
507
|
];
|
|
482
|
-
exports.
|
|
508
|
+
exports.AnalyzeIDResponse$ = AnalyzeIDResponse$;
|
|
509
|
+
const Block$ = [3, n0, _Blo,
|
|
483
510
|
0,
|
|
484
511
|
[_BT, _Co, _T, _TT, _RI, _CI, _RS, _CS, _G, _I, _R, _ET, _SS, _Pa, _Q],
|
|
485
|
-
[0, 1, 0, 0, 1, 1, 1, 1, () =>
|
|
512
|
+
[0, 1, 0, 0, 1, 1, 1, 1, () => Geometry$, 0, () => RelationshipList, 64 | 0, 0, 1, () => Query$]
|
|
486
513
|
];
|
|
487
|
-
exports.
|
|
514
|
+
exports.Block$ = Block$;
|
|
515
|
+
const BoundingBox$ = [3, n0, _BB,
|
|
488
516
|
0,
|
|
489
517
|
[_W, _H, _L, _To],
|
|
490
518
|
[1, 1, 1, 1]
|
|
491
519
|
];
|
|
492
|
-
exports.
|
|
520
|
+
exports.BoundingBox$ = BoundingBox$;
|
|
521
|
+
const CreateAdapterRequest$ = [3, n0, _CAR,
|
|
493
522
|
0,
|
|
494
523
|
[_AN, _FT, _CRT, _De, _AU, _Ta],
|
|
495
524
|
[0, 64 | 0, [0, 4], 0, 0, 128 | 0], 2
|
|
496
525
|
];
|
|
497
|
-
exports.
|
|
526
|
+
exports.CreateAdapterRequest$ = CreateAdapterRequest$;
|
|
527
|
+
const CreateAdapterResponse$ = [3, n0, _CARr,
|
|
498
528
|
0,
|
|
499
529
|
[_AI],
|
|
500
530
|
[0]
|
|
501
531
|
];
|
|
502
|
-
exports.
|
|
532
|
+
exports.CreateAdapterResponse$ = CreateAdapterResponse$;
|
|
533
|
+
const CreateAdapterVersionRequest$ = [3, n0, _CAVR,
|
|
503
534
|
0,
|
|
504
535
|
[_AI, _DC, _OC, _CRT, _KMSKI, _Ta],
|
|
505
|
-
[0, () =>
|
|
536
|
+
[0, () => AdapterVersionDatasetConfig$, () => OutputConfig$, [0, 4], 0, 128 | 0], 3
|
|
506
537
|
];
|
|
507
|
-
exports.
|
|
538
|
+
exports.CreateAdapterVersionRequest$ = CreateAdapterVersionRequest$;
|
|
539
|
+
const CreateAdapterVersionResponse$ = [3, n0, _CAVRr,
|
|
508
540
|
0,
|
|
509
541
|
[_AI, _AV],
|
|
510
542
|
[0, 0]
|
|
511
543
|
];
|
|
512
|
-
exports.
|
|
544
|
+
exports.CreateAdapterVersionResponse$ = CreateAdapterVersionResponse$;
|
|
545
|
+
const DeleteAdapterRequest$ = [3, n0, _DAR,
|
|
513
546
|
0,
|
|
514
547
|
[_AI],
|
|
515
548
|
[0], 1
|
|
516
549
|
];
|
|
517
|
-
exports.
|
|
550
|
+
exports.DeleteAdapterRequest$ = DeleteAdapterRequest$;
|
|
551
|
+
const DeleteAdapterResponse$ = [3, n0, _DARe,
|
|
518
552
|
0,
|
|
519
553
|
[],
|
|
520
554
|
[]
|
|
521
555
|
];
|
|
522
|
-
exports.
|
|
556
|
+
exports.DeleteAdapterResponse$ = DeleteAdapterResponse$;
|
|
557
|
+
const DeleteAdapterVersionRequest$ = [3, n0, _DAVR,
|
|
523
558
|
0,
|
|
524
559
|
[_AI, _AV],
|
|
525
560
|
[0, 0], 2
|
|
526
561
|
];
|
|
527
|
-
exports.
|
|
562
|
+
exports.DeleteAdapterVersionRequest$ = DeleteAdapterVersionRequest$;
|
|
563
|
+
const DeleteAdapterVersionResponse$ = [3, n0, _DAVRe,
|
|
528
564
|
0,
|
|
529
565
|
[],
|
|
530
566
|
[]
|
|
531
567
|
];
|
|
532
|
-
exports.
|
|
568
|
+
exports.DeleteAdapterVersionResponse$ = DeleteAdapterVersionResponse$;
|
|
569
|
+
const DetectDocumentTextRequest$ = [3, n0, _DDTR,
|
|
533
570
|
0,
|
|
534
571
|
[_D],
|
|
535
|
-
[() =>
|
|
572
|
+
[() => Document$], 1
|
|
536
573
|
];
|
|
537
|
-
exports.
|
|
574
|
+
exports.DetectDocumentTextRequest$ = DetectDocumentTextRequest$;
|
|
575
|
+
const DetectDocumentTextResponse$ = [3, n0, _DDTRe,
|
|
538
576
|
0,
|
|
539
577
|
[_DM, _Bl, _DDTMV],
|
|
540
|
-
[() =>
|
|
578
|
+
[() => DocumentMetadata$, () => BlockList, 0]
|
|
541
579
|
];
|
|
542
|
-
exports.
|
|
580
|
+
exports.DetectDocumentTextResponse$ = DetectDocumentTextResponse$;
|
|
581
|
+
const DetectedSignature$ = [3, n0, _DS,
|
|
543
582
|
0,
|
|
544
583
|
[_Pa],
|
|
545
584
|
[1]
|
|
546
585
|
];
|
|
547
|
-
exports.
|
|
586
|
+
exports.DetectedSignature$ = DetectedSignature$;
|
|
587
|
+
const Document$ = [3, n0, _D,
|
|
548
588
|
0,
|
|
549
589
|
[_By, _SO],
|
|
550
|
-
[21, () =>
|
|
590
|
+
[21, () => S3Object$]
|
|
551
591
|
];
|
|
552
|
-
exports.
|
|
592
|
+
exports.Document$ = Document$;
|
|
593
|
+
const DocumentGroup$ = [3, n0, _DG,
|
|
553
594
|
0,
|
|
554
595
|
[_Ty, _SD, _DSe, _US],
|
|
555
596
|
[0, () => SplitDocumentList, () => DetectedSignatureList, () => UndetectedSignatureList]
|
|
556
597
|
];
|
|
557
|
-
exports.
|
|
598
|
+
exports.DocumentGroup$ = DocumentGroup$;
|
|
599
|
+
const DocumentLocation$ = [3, n0, _DL,
|
|
558
600
|
0,
|
|
559
601
|
[_SO],
|
|
560
|
-
[() =>
|
|
602
|
+
[() => S3Object$]
|
|
561
603
|
];
|
|
562
|
-
exports.
|
|
604
|
+
exports.DocumentLocation$ = DocumentLocation$;
|
|
605
|
+
const DocumentMetadata$ = [3, n0, _DM,
|
|
563
606
|
0,
|
|
564
607
|
[_P],
|
|
565
608
|
[1]
|
|
566
609
|
];
|
|
567
|
-
exports.
|
|
610
|
+
exports.DocumentMetadata$ = DocumentMetadata$;
|
|
611
|
+
const EvaluationMetric$ = [3, n0, _EM,
|
|
568
612
|
0,
|
|
569
613
|
[_FS, _Pr, _Re],
|
|
570
614
|
[1, 1, 1]
|
|
571
615
|
];
|
|
572
|
-
exports.
|
|
616
|
+
exports.EvaluationMetric$ = EvaluationMetric$;
|
|
617
|
+
const ExpenseCurrency$ = [3, n0, _EC,
|
|
573
618
|
0,
|
|
574
619
|
[_C, _Co],
|
|
575
620
|
[0, 1]
|
|
576
621
|
];
|
|
577
|
-
exports.
|
|
622
|
+
exports.ExpenseCurrency$ = ExpenseCurrency$;
|
|
623
|
+
const ExpenseDetection$ = [3, n0, _EDx,
|
|
578
624
|
0,
|
|
579
625
|
[_T, _G, _Co],
|
|
580
|
-
[0, () =>
|
|
626
|
+
[0, () => Geometry$, 1]
|
|
581
627
|
];
|
|
582
|
-
exports.
|
|
628
|
+
exports.ExpenseDetection$ = ExpenseDetection$;
|
|
629
|
+
const ExpenseDocument$ = [3, n0, _EDxp,
|
|
583
630
|
0,
|
|
584
631
|
[_EI, _SF, _LIG, _Bl],
|
|
585
632
|
[1, () => ExpenseFieldList, () => LineItemGroupList, () => BlockList]
|
|
586
633
|
];
|
|
587
|
-
exports.
|
|
634
|
+
exports.ExpenseDocument$ = ExpenseDocument$;
|
|
635
|
+
const ExpenseField$ = [3, n0, _EF,
|
|
588
636
|
0,
|
|
589
637
|
[_Ty, _LD, _VD, _PN, _Cu, _GP],
|
|
590
|
-
[() =>
|
|
638
|
+
[() => ExpenseType$, () => ExpenseDetection$, () => ExpenseDetection$, 1, () => ExpenseCurrency$, () => ExpenseGroupPropertyList]
|
|
591
639
|
];
|
|
592
|
-
exports.
|
|
640
|
+
exports.ExpenseField$ = ExpenseField$;
|
|
641
|
+
const ExpenseGroupProperty$ = [3, n0, _EGP,
|
|
593
642
|
0,
|
|
594
643
|
[_Typ, _I],
|
|
595
644
|
[64 | 0, 0]
|
|
596
645
|
];
|
|
597
|
-
exports.
|
|
646
|
+
exports.ExpenseGroupProperty$ = ExpenseGroupProperty$;
|
|
647
|
+
const ExpenseType$ = [3, n0, _ETx,
|
|
598
648
|
0,
|
|
599
649
|
[_T, _Co],
|
|
600
650
|
[0, 1]
|
|
601
651
|
];
|
|
602
|
-
exports.
|
|
652
|
+
exports.ExpenseType$ = ExpenseType$;
|
|
653
|
+
const Extraction$ = [3, n0, _E,
|
|
603
654
|
0,
|
|
604
655
|
[_LDe, _EDxp, _IDd],
|
|
605
|
-
[() =>
|
|
656
|
+
[() => LendingDocument$, () => ExpenseDocument$, () => IdentityDocument$]
|
|
606
657
|
];
|
|
607
|
-
exports.
|
|
658
|
+
exports.Extraction$ = Extraction$;
|
|
659
|
+
const Geometry$ = [3, n0, _G,
|
|
608
660
|
0,
|
|
609
661
|
[_BB, _Po, _RA],
|
|
610
|
-
[() =>
|
|
662
|
+
[() => BoundingBox$, () => Polygon, 1]
|
|
611
663
|
];
|
|
612
|
-
exports.
|
|
664
|
+
exports.Geometry$ = Geometry$;
|
|
665
|
+
const GetAdapterRequest$ = [3, n0, _GAR,
|
|
613
666
|
0,
|
|
614
667
|
[_AI],
|
|
615
668
|
[0], 1
|
|
616
669
|
];
|
|
617
|
-
exports.
|
|
670
|
+
exports.GetAdapterRequest$ = GetAdapterRequest$;
|
|
671
|
+
const GetAdapterResponse$ = [3, n0, _GARe,
|
|
618
672
|
0,
|
|
619
673
|
[_AI, _AN, _CT, _De, _FT, _AU, _Ta],
|
|
620
674
|
[0, 0, 4, 0, 64 | 0, 0, 128 | 0]
|
|
621
675
|
];
|
|
622
|
-
exports.
|
|
676
|
+
exports.GetAdapterResponse$ = GetAdapterResponse$;
|
|
677
|
+
const GetAdapterVersionRequest$ = [3, n0, _GAVR,
|
|
623
678
|
0,
|
|
624
679
|
[_AI, _AV],
|
|
625
680
|
[0, 0], 2
|
|
626
681
|
];
|
|
627
|
-
exports.
|
|
682
|
+
exports.GetAdapterVersionRequest$ = GetAdapterVersionRequest$;
|
|
683
|
+
const GetAdapterVersionResponse$ = [3, n0, _GAVRe,
|
|
628
684
|
0,
|
|
629
685
|
[_AI, _AV, _CT, _FT, _S, _SM, _DC, _KMSKI, _OC, _EMv, _Ta],
|
|
630
|
-
[0, 0, 4, 64 | 0, 0, 0, () =>
|
|
686
|
+
[0, 0, 4, 64 | 0, 0, 0, () => AdapterVersionDatasetConfig$, 0, () => OutputConfig$, () => AdapterVersionEvaluationMetrics, 128 | 0]
|
|
631
687
|
];
|
|
632
|
-
exports.
|
|
688
|
+
exports.GetAdapterVersionResponse$ = GetAdapterVersionResponse$;
|
|
689
|
+
const GetDocumentAnalysisRequest$ = [3, n0, _GDAR,
|
|
633
690
|
0,
|
|
634
691
|
[_JI, _MR, _NT],
|
|
635
692
|
[0, 1, 0], 1
|
|
636
693
|
];
|
|
637
|
-
exports.
|
|
694
|
+
exports.GetDocumentAnalysisRequest$ = GetDocumentAnalysisRequest$;
|
|
695
|
+
const GetDocumentAnalysisResponse$ = [3, n0, _GDARe,
|
|
638
696
|
0,
|
|
639
697
|
[_DM, _JS, _NT, _Bl, _Wa, _SM, _ADMV],
|
|
640
|
-
[() =>
|
|
698
|
+
[() => DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0]
|
|
641
699
|
];
|
|
642
|
-
exports.
|
|
700
|
+
exports.GetDocumentAnalysisResponse$ = GetDocumentAnalysisResponse$;
|
|
701
|
+
const GetDocumentTextDetectionRequest$ = [3, n0, _GDTDR,
|
|
643
702
|
0,
|
|
644
703
|
[_JI, _MR, _NT],
|
|
645
704
|
[0, 1, 0], 1
|
|
646
705
|
];
|
|
647
|
-
exports.
|
|
706
|
+
exports.GetDocumentTextDetectionRequest$ = GetDocumentTextDetectionRequest$;
|
|
707
|
+
const GetDocumentTextDetectionResponse$ = [3, n0, _GDTDRe,
|
|
648
708
|
0,
|
|
649
709
|
[_DM, _JS, _NT, _Bl, _Wa, _SM, _DDTMV],
|
|
650
|
-
[() =>
|
|
710
|
+
[() => DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0]
|
|
651
711
|
];
|
|
652
|
-
exports.
|
|
712
|
+
exports.GetDocumentTextDetectionResponse$ = GetDocumentTextDetectionResponse$;
|
|
713
|
+
const GetExpenseAnalysisRequest$ = [3, n0, _GEAR,
|
|
653
714
|
0,
|
|
654
715
|
[_JI, _MR, _NT],
|
|
655
716
|
[0, 1, 0], 1
|
|
656
717
|
];
|
|
657
|
-
exports.
|
|
718
|
+
exports.GetExpenseAnalysisRequest$ = GetExpenseAnalysisRequest$;
|
|
719
|
+
const GetExpenseAnalysisResponse$ = [3, n0, _GEARe,
|
|
658
720
|
0,
|
|
659
721
|
[_DM, _JS, _NT, _ED, _Wa, _SM, _AEMV],
|
|
660
|
-
[() =>
|
|
722
|
+
[() => DocumentMetadata$, 0, 0, () => ExpenseDocumentList, () => Warnings, 0, 0]
|
|
661
723
|
];
|
|
662
|
-
exports.
|
|
724
|
+
exports.GetExpenseAnalysisResponse$ = GetExpenseAnalysisResponse$;
|
|
725
|
+
const GetLendingAnalysisRequest$ = [3, n0, _GLAR,
|
|
663
726
|
0,
|
|
664
727
|
[_JI, _MR, _NT],
|
|
665
728
|
[0, 1, 0], 1
|
|
666
729
|
];
|
|
667
|
-
exports.
|
|
730
|
+
exports.GetLendingAnalysisRequest$ = GetLendingAnalysisRequest$;
|
|
731
|
+
const GetLendingAnalysisResponse$ = [3, n0, _GLARe,
|
|
668
732
|
0,
|
|
669
733
|
[_DM, _JS, _NT, _Res, _Wa, _SM, _ALMV],
|
|
670
|
-
[() =>
|
|
734
|
+
[() => DocumentMetadata$, 0, 0, () => LendingResultList, () => Warnings, 0, 0]
|
|
671
735
|
];
|
|
672
|
-
exports.
|
|
736
|
+
exports.GetLendingAnalysisResponse$ = GetLendingAnalysisResponse$;
|
|
737
|
+
const GetLendingAnalysisSummaryRequest$ = [3, n0, _GLASR,
|
|
673
738
|
0,
|
|
674
739
|
[_JI],
|
|
675
740
|
[0], 1
|
|
676
741
|
];
|
|
677
|
-
exports.
|
|
742
|
+
exports.GetLendingAnalysisSummaryRequest$ = GetLendingAnalysisSummaryRequest$;
|
|
743
|
+
const GetLendingAnalysisSummaryResponse$ = [3, n0, _GLASRe,
|
|
678
744
|
0,
|
|
679
745
|
[_DM, _JS, _Su, _Wa, _SM, _ALMV],
|
|
680
|
-
[() =>
|
|
746
|
+
[() => DocumentMetadata$, 0, () => LendingSummary$, () => Warnings, 0, 0]
|
|
681
747
|
];
|
|
682
|
-
exports.
|
|
748
|
+
exports.GetLendingAnalysisSummaryResponse$ = GetLendingAnalysisSummaryResponse$;
|
|
749
|
+
const HumanLoopActivationOutput$ = [3, n0, _HLAO,
|
|
683
750
|
0,
|
|
684
751
|
[_HLA, _HLAR, _HLACER],
|
|
685
752
|
[0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]]
|
|
686
753
|
];
|
|
687
|
-
exports.
|
|
754
|
+
exports.HumanLoopActivationOutput$ = HumanLoopActivationOutput$;
|
|
755
|
+
const HumanLoopConfig$ = [3, n0, _HLC,
|
|
688
756
|
0,
|
|
689
757
|
[_HLN, _FDA, _DA],
|
|
690
|
-
[0, 0, () =>
|
|
758
|
+
[0, 0, () => HumanLoopDataAttributes$], 2
|
|
691
759
|
];
|
|
692
|
-
exports.
|
|
760
|
+
exports.HumanLoopConfig$ = HumanLoopConfig$;
|
|
761
|
+
const HumanLoopDataAttributes$ = [3, n0, _HLDA,
|
|
693
762
|
0,
|
|
694
763
|
[_CC],
|
|
695
764
|
[64 | 0]
|
|
696
765
|
];
|
|
697
|
-
exports.
|
|
766
|
+
exports.HumanLoopDataAttributes$ = HumanLoopDataAttributes$;
|
|
767
|
+
const IdentityDocument$ = [3, n0, _IDd,
|
|
698
768
|
0,
|
|
699
769
|
[_DI, _IDF, _Bl],
|
|
700
770
|
[1, () => IdentityDocumentFieldList, () => BlockList]
|
|
701
771
|
];
|
|
702
|
-
exports.
|
|
772
|
+
exports.IdentityDocument$ = IdentityDocument$;
|
|
773
|
+
const IdentityDocumentField$ = [3, n0, _IDFd,
|
|
703
774
|
0,
|
|
704
775
|
[_Ty, _VD],
|
|
705
|
-
[() =>
|
|
776
|
+
[() => AnalyzeIDDetections$, () => AnalyzeIDDetections$]
|
|
706
777
|
];
|
|
707
|
-
exports.
|
|
778
|
+
exports.IdentityDocumentField$ = IdentityDocumentField$;
|
|
779
|
+
const LendingDetection$ = [3, n0, _LDen,
|
|
708
780
|
0,
|
|
709
781
|
[_T, _SS, _G, _Co],
|
|
710
|
-
[0, 0, () =>
|
|
782
|
+
[0, 0, () => Geometry$, 1]
|
|
711
783
|
];
|
|
712
|
-
exports.
|
|
784
|
+
exports.LendingDetection$ = LendingDetection$;
|
|
785
|
+
const LendingDocument$ = [3, n0, _LDe,
|
|
713
786
|
0,
|
|
714
787
|
[_LF, _SDi],
|
|
715
788
|
[() => LendingFieldList, () => SignatureDetectionList]
|
|
716
789
|
];
|
|
717
|
-
exports.
|
|
790
|
+
exports.LendingDocument$ = LendingDocument$;
|
|
791
|
+
const LendingField$ = [3, n0, _LFe,
|
|
718
792
|
0,
|
|
719
793
|
[_Ty, _KD, _VDa],
|
|
720
|
-
[0, () =>
|
|
794
|
+
[0, () => LendingDetection$, () => LendingDetectionList]
|
|
721
795
|
];
|
|
722
|
-
exports.
|
|
796
|
+
exports.LendingField$ = LendingField$;
|
|
797
|
+
const LendingResult$ = [3, n0, _LR,
|
|
723
798
|
0,
|
|
724
799
|
[_Pa, _PC, _Ex],
|
|
725
|
-
[1, () =>
|
|
800
|
+
[1, () => PageClassification$, () => ExtractionList]
|
|
726
801
|
];
|
|
727
|
-
exports.
|
|
802
|
+
exports.LendingResult$ = LendingResult$;
|
|
803
|
+
const LendingSummary$ = [3, n0, _LS,
|
|
728
804
|
0,
|
|
729
805
|
[_DGo, _UDT],
|
|
730
806
|
[() => DocumentGroupList, 64 | 0]
|
|
731
807
|
];
|
|
732
|
-
exports.
|
|
808
|
+
exports.LendingSummary$ = LendingSummary$;
|
|
809
|
+
const LineItemFields$ = [3, n0, _LIF,
|
|
733
810
|
0,
|
|
734
811
|
[_LIEF],
|
|
735
812
|
[() => ExpenseFieldList]
|
|
736
813
|
];
|
|
737
|
-
exports.
|
|
814
|
+
exports.LineItemFields$ = LineItemFields$;
|
|
815
|
+
const LineItemGroup$ = [3, n0, _LIGi,
|
|
738
816
|
0,
|
|
739
817
|
[_LIGI, _LI],
|
|
740
818
|
[1, () => LineItemList]
|
|
741
819
|
];
|
|
742
|
-
exports.
|
|
820
|
+
exports.LineItemGroup$ = LineItemGroup$;
|
|
821
|
+
const ListAdaptersRequest$ = [3, n0, _LAR,
|
|
743
822
|
0,
|
|
744
823
|
[_ACT, _BCT, _MR, _NT],
|
|
745
824
|
[4, 4, 1, 0]
|
|
746
825
|
];
|
|
747
|
-
exports.
|
|
826
|
+
exports.ListAdaptersRequest$ = ListAdaptersRequest$;
|
|
827
|
+
const ListAdaptersResponse$ = [3, n0, _LARi,
|
|
748
828
|
0,
|
|
749
829
|
[_Ad, _NT],
|
|
750
830
|
[() => AdapterList, 0]
|
|
751
831
|
];
|
|
752
|
-
exports.
|
|
832
|
+
exports.ListAdaptersResponse$ = ListAdaptersResponse$;
|
|
833
|
+
const ListAdapterVersionsRequest$ = [3, n0, _LAVR,
|
|
753
834
|
0,
|
|
754
835
|
[_AI, _ACT, _BCT, _MR, _NT],
|
|
755
836
|
[0, 4, 4, 1, 0]
|
|
756
837
|
];
|
|
757
|
-
exports.
|
|
838
|
+
exports.ListAdapterVersionsRequest$ = ListAdapterVersionsRequest$;
|
|
839
|
+
const ListAdapterVersionsResponse$ = [3, n0, _LAVRi,
|
|
758
840
|
0,
|
|
759
841
|
[_AVd, _NT],
|
|
760
842
|
[() => AdapterVersionList, 0]
|
|
761
843
|
];
|
|
762
|
-
exports.
|
|
844
|
+
exports.ListAdapterVersionsResponse$ = ListAdapterVersionsResponse$;
|
|
845
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
763
846
|
0,
|
|
764
847
|
[_RARN],
|
|
765
848
|
[0], 1
|
|
766
849
|
];
|
|
767
|
-
exports.
|
|
850
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
851
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
768
852
|
0,
|
|
769
853
|
[_Ta],
|
|
770
854
|
[128 | 0]
|
|
771
855
|
];
|
|
772
|
-
exports.
|
|
856
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
857
|
+
const NormalizedValue$ = [3, n0, _NV,
|
|
773
858
|
0,
|
|
774
859
|
[_Va, _VT],
|
|
775
860
|
[0, 0]
|
|
776
861
|
];
|
|
777
|
-
exports.
|
|
862
|
+
exports.NormalizedValue$ = NormalizedValue$;
|
|
863
|
+
const NotificationChannel$ = [3, n0, _NC,
|
|
778
864
|
0,
|
|
779
865
|
[_SNSTA, _RAo],
|
|
780
866
|
[0, 0], 2
|
|
781
867
|
];
|
|
782
|
-
exports.
|
|
868
|
+
exports.NotificationChannel$ = NotificationChannel$;
|
|
869
|
+
const OutputConfig$ = [3, n0, _OC,
|
|
783
870
|
0,
|
|
784
871
|
[_SB, _SP],
|
|
785
872
|
[0, 0], 1
|
|
786
873
|
];
|
|
787
|
-
exports.
|
|
874
|
+
exports.OutputConfig$ = OutputConfig$;
|
|
875
|
+
const PageClassification$ = [3, n0, _PC,
|
|
788
876
|
0,
|
|
789
877
|
[_PT, _PN],
|
|
790
878
|
[() => PredictionList, () => PredictionList], 2
|
|
791
879
|
];
|
|
792
|
-
exports.
|
|
880
|
+
exports.PageClassification$ = PageClassification$;
|
|
881
|
+
const Point$ = [3, n0, _Poi,
|
|
793
882
|
0,
|
|
794
883
|
[_X, _Y],
|
|
795
884
|
[1, 1]
|
|
796
885
|
];
|
|
797
|
-
exports.
|
|
886
|
+
exports.Point$ = Point$;
|
|
887
|
+
const Prediction$ = [3, n0, _Pre,
|
|
798
888
|
0,
|
|
799
889
|
[_Va, _Co],
|
|
800
890
|
[0, 1]
|
|
801
891
|
];
|
|
802
|
-
exports.
|
|
892
|
+
exports.Prediction$ = Prediction$;
|
|
893
|
+
const QueriesConfig$ = [3, n0, _QCu,
|
|
803
894
|
0,
|
|
804
895
|
[_Qu],
|
|
805
896
|
[() => Queries], 1
|
|
806
897
|
];
|
|
807
|
-
exports.
|
|
898
|
+
exports.QueriesConfig$ = QueriesConfig$;
|
|
899
|
+
const Query$ = [3, n0, _Q,
|
|
808
900
|
0,
|
|
809
901
|
[_T, _Al, _P],
|
|
810
902
|
[0, 0, 64 | 0], 1
|
|
811
903
|
];
|
|
812
|
-
exports.
|
|
904
|
+
exports.Query$ = Query$;
|
|
905
|
+
const Relationship$ = [3, n0, _Rel,
|
|
813
906
|
0,
|
|
814
907
|
[_Ty, _Id],
|
|
815
908
|
[0, 64 | 0]
|
|
816
909
|
];
|
|
817
|
-
exports.
|
|
910
|
+
exports.Relationship$ = Relationship$;
|
|
911
|
+
const S3Object$ = [3, n0, _SO,
|
|
818
912
|
0,
|
|
819
913
|
[_Bu, _N, _V],
|
|
820
914
|
[0, 0, 0]
|
|
821
915
|
];
|
|
822
|
-
exports.
|
|
916
|
+
exports.S3Object$ = S3Object$;
|
|
917
|
+
const SignatureDetection$ = [3, n0, _SDig,
|
|
823
918
|
0,
|
|
824
919
|
[_Co, _G],
|
|
825
|
-
[1, () =>
|
|
920
|
+
[1, () => Geometry$]
|
|
826
921
|
];
|
|
827
|
-
exports.
|
|
922
|
+
exports.SignatureDetection$ = SignatureDetection$;
|
|
923
|
+
const SplitDocument$ = [3, n0, _SDp,
|
|
828
924
|
0,
|
|
829
925
|
[_In, _P],
|
|
830
926
|
[1, 64 | 1]
|
|
831
927
|
];
|
|
832
|
-
exports.
|
|
928
|
+
exports.SplitDocument$ = SplitDocument$;
|
|
929
|
+
const StartDocumentAnalysisRequest$ = [3, n0, _SDAR,
|
|
833
930
|
0,
|
|
834
931
|
[_DL, _FT, _CRT, _JT, _NC, _OC, _KMSKI, _QCu, _AC],
|
|
835
|
-
[() =>
|
|
932
|
+
[() => DocumentLocation$, 64 | 0, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0, () => QueriesConfig$, () => AdaptersConfig$], 2
|
|
836
933
|
];
|
|
837
|
-
exports.
|
|
934
|
+
exports.StartDocumentAnalysisRequest$ = StartDocumentAnalysisRequest$;
|
|
935
|
+
const StartDocumentAnalysisResponse$ = [3, n0, _SDARt,
|
|
838
936
|
0,
|
|
839
937
|
[_JI],
|
|
840
938
|
[0]
|
|
841
939
|
];
|
|
842
|
-
exports.
|
|
940
|
+
exports.StartDocumentAnalysisResponse$ = StartDocumentAnalysisResponse$;
|
|
941
|
+
const StartDocumentTextDetectionRequest$ = [3, n0, _SDTDR,
|
|
843
942
|
0,
|
|
844
943
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
845
|
-
[() =>
|
|
944
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0], 1
|
|
846
945
|
];
|
|
847
|
-
exports.
|
|
946
|
+
exports.StartDocumentTextDetectionRequest$ = StartDocumentTextDetectionRequest$;
|
|
947
|
+
const StartDocumentTextDetectionResponse$ = [3, n0, _SDTDRt,
|
|
848
948
|
0,
|
|
849
949
|
[_JI],
|
|
850
950
|
[0]
|
|
851
951
|
];
|
|
852
|
-
exports.
|
|
952
|
+
exports.StartDocumentTextDetectionResponse$ = StartDocumentTextDetectionResponse$;
|
|
953
|
+
const StartExpenseAnalysisRequest$ = [3, n0, _SEAR,
|
|
853
954
|
0,
|
|
854
955
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
855
|
-
[() =>
|
|
956
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0], 1
|
|
856
957
|
];
|
|
857
|
-
exports.
|
|
958
|
+
exports.StartExpenseAnalysisRequest$ = StartExpenseAnalysisRequest$;
|
|
959
|
+
const StartExpenseAnalysisResponse$ = [3, n0, _SEARt,
|
|
858
960
|
0,
|
|
859
961
|
[_JI],
|
|
860
962
|
[0]
|
|
861
963
|
];
|
|
862
|
-
exports.
|
|
964
|
+
exports.StartExpenseAnalysisResponse$ = StartExpenseAnalysisResponse$;
|
|
965
|
+
const StartLendingAnalysisRequest$ = [3, n0, _SLAR,
|
|
863
966
|
0,
|
|
864
967
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
865
|
-
[() =>
|
|
968
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0], 1
|
|
866
969
|
];
|
|
867
|
-
exports.
|
|
970
|
+
exports.StartLendingAnalysisRequest$ = StartLendingAnalysisRequest$;
|
|
971
|
+
const StartLendingAnalysisResponse$ = [3, n0, _SLARt,
|
|
868
972
|
0,
|
|
869
973
|
[_JI],
|
|
870
974
|
[0]
|
|
871
975
|
];
|
|
872
|
-
exports.
|
|
976
|
+
exports.StartLendingAnalysisResponse$ = StartLendingAnalysisResponse$;
|
|
977
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
873
978
|
0,
|
|
874
979
|
[_RARN, _Ta],
|
|
875
980
|
[0, 128 | 0], 2
|
|
876
981
|
];
|
|
877
|
-
exports.
|
|
982
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
983
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
878
984
|
0,
|
|
879
985
|
[],
|
|
880
986
|
[]
|
|
881
987
|
];
|
|
882
|
-
exports.
|
|
988
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
989
|
+
const UndetectedSignature$ = [3, n0, _USn,
|
|
883
990
|
0,
|
|
884
991
|
[_Pa],
|
|
885
992
|
[1]
|
|
886
993
|
];
|
|
887
|
-
exports.
|
|
994
|
+
exports.UndetectedSignature$ = UndetectedSignature$;
|
|
995
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
888
996
|
0,
|
|
889
997
|
[_RARN, _TK],
|
|
890
998
|
[0, 64 | 0], 2
|
|
891
999
|
];
|
|
892
|
-
exports.
|
|
1000
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1001
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
893
1002
|
0,
|
|
894
1003
|
[],
|
|
895
1004
|
[]
|
|
896
1005
|
];
|
|
897
|
-
exports.
|
|
1006
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1007
|
+
const UpdateAdapterRequest$ = [3, n0, _UAR,
|
|
898
1008
|
0,
|
|
899
1009
|
[_AI, _De, _AN, _AU],
|
|
900
1010
|
[0, 0, 0, 0], 1
|
|
901
1011
|
];
|
|
902
|
-
exports.
|
|
1012
|
+
exports.UpdateAdapterRequest$ = UpdateAdapterRequest$;
|
|
1013
|
+
const UpdateAdapterResponse$ = [3, n0, _UARp,
|
|
903
1014
|
0,
|
|
904
1015
|
[_AI, _AN, _CT, _De, _FT, _AU],
|
|
905
1016
|
[0, 0, 4, 0, 64 | 0, 0]
|
|
906
1017
|
];
|
|
907
|
-
exports.
|
|
1018
|
+
exports.UpdateAdapterResponse$ = UpdateAdapterResponse$;
|
|
1019
|
+
const Warning$ = [3, n0, _War,
|
|
908
1020
|
0,
|
|
909
1021
|
[_ECr, _P],
|
|
910
1022
|
[0, 64 | 1]
|
|
911
1023
|
];
|
|
1024
|
+
exports.Warning$ = Warning$;
|
|
912
1025
|
var AdapterList = [1, n0, _AL,
|
|
913
|
-
0, () =>
|
|
1026
|
+
0, () => AdapterOverview$
|
|
914
1027
|
];
|
|
915
1028
|
var AdapterPages = 64 | 0;
|
|
916
1029
|
var Adapters = [1, n0, _Ad,
|
|
917
|
-
0, () =>
|
|
1030
|
+
0, () => Adapter$
|
|
918
1031
|
];
|
|
919
1032
|
var AdapterVersionEvaluationMetrics = [1, n0, _AVEMd,
|
|
920
|
-
0, () =>
|
|
1033
|
+
0, () => AdapterVersionEvaluationMetric$
|
|
921
1034
|
];
|
|
922
1035
|
var AdapterVersionList = [1, n0, _AVL,
|
|
923
|
-
0, () =>
|
|
1036
|
+
0, () => AdapterVersionOverview$
|
|
924
1037
|
];
|
|
925
1038
|
var BlockList = [1, n0, _BL,
|
|
926
|
-
0, () =>
|
|
1039
|
+
0, () => Block$
|
|
927
1040
|
];
|
|
928
1041
|
var ContentClassifiers = 64 | 0;
|
|
929
1042
|
var DetectedSignatureList = [1, n0, _DSL,
|
|
930
|
-
0, () =>
|
|
1043
|
+
0, () => DetectedSignature$
|
|
931
1044
|
];
|
|
932
1045
|
var DocumentGroupList = [1, n0, _DGL,
|
|
933
|
-
0, () =>
|
|
1046
|
+
0, () => DocumentGroup$
|
|
934
1047
|
];
|
|
935
1048
|
var DocumentPages = [1, n0, _DP,
|
|
936
|
-
0, () =>
|
|
1049
|
+
0, () => Document$
|
|
937
1050
|
];
|
|
938
1051
|
var EntityTypes = 64 | 0;
|
|
939
1052
|
var ExpenseDocumentList = [1, n0, _EDL,
|
|
940
|
-
0, () =>
|
|
1053
|
+
0, () => ExpenseDocument$
|
|
941
1054
|
];
|
|
942
1055
|
var ExpenseFieldList = [1, n0, _EFL,
|
|
943
|
-
0, () =>
|
|
1056
|
+
0, () => ExpenseField$
|
|
944
1057
|
];
|
|
945
1058
|
var ExpenseGroupPropertyList = [1, n0, _EGPL,
|
|
946
|
-
0, () =>
|
|
1059
|
+
0, () => ExpenseGroupProperty$
|
|
947
1060
|
];
|
|
948
1061
|
var ExtractionList = [1, n0, _EL,
|
|
949
|
-
0, () =>
|
|
1062
|
+
0, () => Extraction$
|
|
950
1063
|
];
|
|
951
1064
|
var FeatureTypes = 64 | 0;
|
|
952
1065
|
var HumanLoopActivationReasons = 64 | 0;
|
|
953
1066
|
var IdentityDocumentFieldList = [1, n0, _IDFL,
|
|
954
|
-
0, () =>
|
|
1067
|
+
0, () => IdentityDocumentField$
|
|
955
1068
|
];
|
|
956
1069
|
var IdentityDocumentList = [1, n0, _IDL,
|
|
957
|
-
0, () =>
|
|
1070
|
+
0, () => IdentityDocument$
|
|
958
1071
|
];
|
|
959
1072
|
var IdList = 64 | 0;
|
|
960
1073
|
var LendingDetectionList = [1, n0, _LDL,
|
|
961
|
-
0, () =>
|
|
1074
|
+
0, () => LendingDetection$
|
|
962
1075
|
];
|
|
963
1076
|
var LendingFieldList = [1, n0, _LFL,
|
|
964
|
-
0, () =>
|
|
1077
|
+
0, () => LendingField$
|
|
965
1078
|
];
|
|
966
1079
|
var LendingResultList = [1, n0, _LRL,
|
|
967
|
-
0, () =>
|
|
1080
|
+
0, () => LendingResult$
|
|
968
1081
|
];
|
|
969
1082
|
var LineItemGroupList = [1, n0, _LIGL,
|
|
970
|
-
0, () =>
|
|
1083
|
+
0, () => LineItemGroup$
|
|
971
1084
|
];
|
|
972
1085
|
var LineItemList = [1, n0, _LIL,
|
|
973
|
-
0, () =>
|
|
1086
|
+
0, () => LineItemFields$
|
|
974
1087
|
];
|
|
975
1088
|
var PageList = 64 | 1;
|
|
976
1089
|
var Pages = 64 | 1;
|
|
977
1090
|
var Polygon = [1, n0, _Po,
|
|
978
|
-
0, () =>
|
|
1091
|
+
0, () => Point$
|
|
979
1092
|
];
|
|
980
1093
|
var PredictionList = [1, n0, _PL,
|
|
981
|
-
0, () =>
|
|
1094
|
+
0, () => Prediction$
|
|
982
1095
|
];
|
|
983
1096
|
var Queries = [1, n0, _Qu,
|
|
984
|
-
0, () =>
|
|
1097
|
+
0, () => Query$
|
|
985
1098
|
];
|
|
986
1099
|
var QueryPages = 64 | 0;
|
|
987
1100
|
var RelationshipList = [1, n0, _RL,
|
|
988
|
-
0, () =>
|
|
1101
|
+
0, () => Relationship$
|
|
989
1102
|
];
|
|
990
1103
|
var SignatureDetectionList = [1, n0, _SDL,
|
|
991
|
-
0, () =>
|
|
1104
|
+
0, () => SignatureDetection$
|
|
992
1105
|
];
|
|
993
1106
|
var SplitDocumentList = [1, n0, _SDLp,
|
|
994
|
-
0, () =>
|
|
1107
|
+
0, () => SplitDocument$
|
|
995
1108
|
];
|
|
996
1109
|
var StringList = 64 | 0;
|
|
997
1110
|
var TagKeyList = 64 | 0;
|
|
998
1111
|
var UndetectedDocumentTypeList = 64 | 0;
|
|
999
1112
|
var UndetectedSignatureList = [1, n0, _USL,
|
|
1000
|
-
0, () =>
|
|
1113
|
+
0, () => UndetectedSignature$
|
|
1001
1114
|
];
|
|
1002
1115
|
var Warnings = [1, n0, _Wa,
|
|
1003
|
-
0, () =>
|
|
1116
|
+
0, () => Warning$
|
|
1004
1117
|
];
|
|
1005
1118
|
var TagMap = 128 | 0;
|
|
1006
1119
|
exports.AnalyzeDocument$ = [9, n0, _AD,
|
|
1007
|
-
0, () =>
|
|
1120
|
+
0, () => AnalyzeDocumentRequest$, () => AnalyzeDocumentResponse$
|
|
1008
1121
|
];
|
|
1009
1122
|
exports.AnalyzeExpense$ = [9, n0, _AE,
|
|
1010
|
-
0, () =>
|
|
1123
|
+
0, () => AnalyzeExpenseRequest$, () => AnalyzeExpenseResponse$
|
|
1011
1124
|
];
|
|
1012
1125
|
exports.AnalyzeID$ = [9, n0, _AID,
|
|
1013
|
-
0, () =>
|
|
1126
|
+
0, () => AnalyzeIDRequest$, () => AnalyzeIDResponse$
|
|
1014
1127
|
];
|
|
1015
1128
|
exports.CreateAdapter$ = [9, n0, _CA,
|
|
1016
|
-
2, () =>
|
|
1129
|
+
2, () => CreateAdapterRequest$, () => CreateAdapterResponse$
|
|
1017
1130
|
];
|
|
1018
1131
|
exports.CreateAdapterVersion$ = [9, n0, _CAV,
|
|
1019
|
-
2, () =>
|
|
1132
|
+
2, () => CreateAdapterVersionRequest$, () => CreateAdapterVersionResponse$
|
|
1020
1133
|
];
|
|
1021
1134
|
exports.DeleteAdapter$ = [9, n0, _DAe,
|
|
1022
|
-
2, () =>
|
|
1135
|
+
2, () => DeleteAdapterRequest$, () => DeleteAdapterResponse$
|
|
1023
1136
|
];
|
|
1024
1137
|
exports.DeleteAdapterVersion$ = [9, n0, _DAV,
|
|
1025
|
-
2, () =>
|
|
1138
|
+
2, () => DeleteAdapterVersionRequest$, () => DeleteAdapterVersionResponse$
|
|
1026
1139
|
];
|
|
1027
1140
|
exports.DetectDocumentText$ = [9, n0, _DDT,
|
|
1028
|
-
0, () =>
|
|
1141
|
+
0, () => DetectDocumentTextRequest$, () => DetectDocumentTextResponse$
|
|
1029
1142
|
];
|
|
1030
1143
|
exports.GetAdapter$ = [9, n0, _GA,
|
|
1031
|
-
0, () =>
|
|
1144
|
+
0, () => GetAdapterRequest$, () => GetAdapterResponse$
|
|
1032
1145
|
];
|
|
1033
1146
|
exports.GetAdapterVersion$ = [9, n0, _GAV,
|
|
1034
|
-
0, () =>
|
|
1147
|
+
0, () => GetAdapterVersionRequest$, () => GetAdapterVersionResponse$
|
|
1035
1148
|
];
|
|
1036
1149
|
exports.GetDocumentAnalysis$ = [9, n0, _GDA,
|
|
1037
|
-
0, () =>
|
|
1150
|
+
0, () => GetDocumentAnalysisRequest$, () => GetDocumentAnalysisResponse$
|
|
1038
1151
|
];
|
|
1039
1152
|
exports.GetDocumentTextDetection$ = [9, n0, _GDTD,
|
|
1040
|
-
0, () =>
|
|
1153
|
+
0, () => GetDocumentTextDetectionRequest$, () => GetDocumentTextDetectionResponse$
|
|
1041
1154
|
];
|
|
1042
1155
|
exports.GetExpenseAnalysis$ = [9, n0, _GEA,
|
|
1043
|
-
0, () =>
|
|
1156
|
+
0, () => GetExpenseAnalysisRequest$, () => GetExpenseAnalysisResponse$
|
|
1044
1157
|
];
|
|
1045
1158
|
exports.GetLendingAnalysis$ = [9, n0, _GLA,
|
|
1046
|
-
0, () =>
|
|
1159
|
+
0, () => GetLendingAnalysisRequest$, () => GetLendingAnalysisResponse$
|
|
1047
1160
|
];
|
|
1048
1161
|
exports.GetLendingAnalysisSummary$ = [9, n0, _GLAS,
|
|
1049
|
-
0, () =>
|
|
1162
|
+
0, () => GetLendingAnalysisSummaryRequest$, () => GetLendingAnalysisSummaryResponse$
|
|
1050
1163
|
];
|
|
1051
1164
|
exports.ListAdapters$ = [9, n0, _LA,
|
|
1052
|
-
0, () =>
|
|
1165
|
+
0, () => ListAdaptersRequest$, () => ListAdaptersResponse$
|
|
1053
1166
|
];
|
|
1054
1167
|
exports.ListAdapterVersions$ = [9, n0, _LAV,
|
|
1055
|
-
0, () =>
|
|
1168
|
+
0, () => ListAdapterVersionsRequest$, () => ListAdapterVersionsResponse$
|
|
1056
1169
|
];
|
|
1057
1170
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1058
|
-
0, () =>
|
|
1171
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1059
1172
|
];
|
|
1060
1173
|
exports.StartDocumentAnalysis$ = [9, n0, _SDA,
|
|
1061
|
-
0, () =>
|
|
1174
|
+
0, () => StartDocumentAnalysisRequest$, () => StartDocumentAnalysisResponse$
|
|
1062
1175
|
];
|
|
1063
1176
|
exports.StartDocumentTextDetection$ = [9, n0, _SDTD,
|
|
1064
|
-
0, () =>
|
|
1177
|
+
0, () => StartDocumentTextDetectionRequest$, () => StartDocumentTextDetectionResponse$
|
|
1065
1178
|
];
|
|
1066
1179
|
exports.StartExpenseAnalysis$ = [9, n0, _SEA,
|
|
1067
|
-
0, () =>
|
|
1180
|
+
0, () => StartExpenseAnalysisRequest$, () => StartExpenseAnalysisResponse$
|
|
1068
1181
|
];
|
|
1069
1182
|
exports.StartLendingAnalysis$ = [9, n0, _SLA,
|
|
1070
|
-
0, () =>
|
|
1183
|
+
0, () => StartLendingAnalysisRequest$, () => StartLendingAnalysisResponse$
|
|
1071
1184
|
];
|
|
1072
1185
|
exports.TagResource$ = [9, n0, _TR,
|
|
1073
|
-
0, () =>
|
|
1186
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1074
1187
|
];
|
|
1075
1188
|
exports.UntagResource$ = [9, n0, _UR,
|
|
1076
|
-
0, () =>
|
|
1189
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1077
1190
|
];
|
|
1078
1191
|
exports.UpdateAdapter$ = [9, n0, _UA,
|
|
1079
|
-
0, () =>
|
|
1192
|
+
0, () => UpdateAdapterRequest$, () => UpdateAdapterResponse$
|
|
1080
1193
|
];
|