From 3d68e27e93aa720ddd8961fc169ea7cba8320558 Mon Sep 17 00:00:00 2001 From: Mariana Rios Flores Date: Tue, 8 Sep 2020 11:12:16 -0700 Subject: [PATCH] targeting 2.1 --- .../Azure.AI.FormRecognizer/CHANGELOG.md | 3 +- .../Azure.AI.FormRecognizer.netstandard2.0.cs | 1 + .../Azure.AI.FormRecognizer/src/Attributes.cs | 12 + .../src/CustomFormModelInfo.cs | 5 + .../src/FieldValueSelectionMark.cs | 12 + .../src/FieldValueType.cs | 7 +- .../src/FormRecognizerClient.cs | 8 +- .../Models/Attributes.Serialization.cs | 29 + .../src/Generated/Models/Attributes.cs | 28 + .../Models/ComposeRequest.Serialization.cs | 33 + .../src/Generated/Models/ComposeRequest.cs | 35 + .../CustomFormModelInfo.Serialization.cs | 14 +- .../Generated/Models/CustomFormModelInfo.cs | 17 + .../Models/DocumentResult.Serialization.cs | 15 +- .../src/Generated/Models/DocumentResult.cs | 10 +- .../Models/FieldValueSelectionMark.cs | 51 + .../Models/FieldValueType.Serialization.cs | 2 + .../FieldValue_internal.Serialization.cs | 8 +- .../Generated/Models/FieldValue_internal.cs | 6 +- .../Models/KeyValueElement.Serialization.cs | 8 +- .../src/Generated/Models/KeyValueElement.cs | 6 +- .../src/Generated/Models/KeyValueType.cs | 51 + .../Generated/Models/Model.Serialization.cs | 14 +- .../src/Generated/Models/Model.cs | 13 +- .../Models/ReadResult.Serialization.cs | 13 +- .../src/Generated/Models/ReadResult.cs | 7 +- .../Models/SelectionMark.Serialization.cs | 47 + .../src/Generated/Models/SelectionMark.cs | 52 + .../Generated/Models/SelectionMarkState.cs | 51 + .../Models/TrainRequest.Serialization.cs | 5 + .../src/Generated/Models/TrainRequest.cs | 2 + .../Models/TrainResult.Serialization.cs | 9 +- .../src/Generated/Models/TrainResult.cs | 6 +- .../ServiceAnalyzeBusinessCardAsyncHeaders.cs | 23 + .../ServiceComposeCustomModelsAsyncHeaders.cs | 23 + .../src/Generated/ServiceRestClient.cs | 352 +- .../src/SelectionMarkState.cs | 12 + .../Azure.AI.FormRecognizer/src/autorest.md | 2 +- .../FormRecognizerClientLiveTests.cs | 7 +- ...entCanAuthenticateWithTokenCredential.json | 1110 ++-- ...nAuthenticateWithTokenCredentialAsync.json | 1110 ++-- ...lientCannotAuthenticateWithFakeApiKey.json | 16 +- ...CannotAuthenticateWithFakeApiKeyAsync.json | 16 +- ...tartRecognizeContentCanParseBlankPage.json | 155 +- ...ecognizeContentCanParseBlankPageAsync.json | 125 +- ...zeContentCanParseMultipageForm(False).json | 176 +- ...tentCanParseMultipageForm(False)Async.json | 170 +- ...izeContentCanParseMultipageForm(True).json | 180 +- ...ntentCanParseMultipageForm(True)Async.json | 168 +- ...entCanParseMultipageFormWithBlankPage.json | 307 +- ...nParseMultipageFormWithBlankPageAsync.json | 303 +- ...entFromUriThrowsForNonExistingContent.json | 22 +- ...omUriThrowsForNonExistingContentAsync.json | 22 +- ...izeContentPopulatesFormPageJpg(False).json | 2601 +++++---- ...ntentPopulatesFormPageJpg(False)Async.json | 2593 ++++----- ...nizeContentPopulatesFormPageJpg(True).json | 2601 +++++---- ...ontentPopulatesFormPageJpg(True)Async.json | 2573 ++++----- ...izeContentPopulatesFormPagePdf(False).json | 219 +- ...ntentPopulatesFormPagePdf(False)Async.json | 229 +- ...nizeContentPopulatesFormPagePdf(True).json | 227 +- ...ontentPopulatesFormPagePdf(True)Async.json | 215 +- ...tRecognizeContentThrowsForDamagedFile.json | 22 +- ...gnizeContentThrowsForDamagedFileAsync.json | 22 +- ...UriThrowsForNonExistingContent(False).json | 486 +- ...rowsForNonExistingContent(False)Async.json | 502 +- ...mUriThrowsForNonExistingContent(True).json | 1990 +------ ...hrowsForNonExistingContent(True)Async.json | 223 +- ...ustomFormsThrowsForDamagedFile(False).json | 470 +- ...FormsThrowsForDamagedFile(False)Async.json | 471 +- ...CustomFormsThrowsForDamagedFile(True).json | 170 +- ...mFormsThrowsForDamagedFile(True)Async.json | 169 +- ...izeCustomFormsWithLabels(False,False).json | 592 +- ...stomFormsWithLabels(False,False)Async.json | 672 ++- ...nizeCustomFormsWithLabels(False,True).json | 3145 ++++++----- ...ustomFormsWithLabels(False,True)Async.json | 3074 +++++----- ...nizeCustomFormsWithLabels(True,False).json | 678 ++- ...ustomFormsWithLabels(True,False)Async.json | 754 ++- ...gnizeCustomFormsWithLabels(True,True).json | 3343 ++++++----- ...CustomFormsWithLabels(True,True)Async.json | 3086 +++++----- ...ustomFormsWithLabelsCanParseBlankPage.json | 436 +- ...FormsWithLabelsCanParseBlankPageAsync.json | 448 +- ...WithLabelsCanParseDifferentTypeOfForm.json | 714 +-- ...abelsCanParseDifferentTypeOfFormAsync.json | 498 +- ...ithLabelsCanParseMultipageForm(False).json | 421 +- ...belsCanParseMultipageForm(False)Async.json | 290 +- ...WithLabelsCanParseMultipageForm(True).json | 277 +- ...abelsCanParseMultipageForm(True)Async.json | 809 ++- ...arseMultipageFormWithBlankPage(False).json | 602 +- ...ultipageFormWithBlankPage(False)Async.json | 575 +- ...ParseMultipageFormWithBlankPage(True).json | 570 +- ...MultipageFormWithBlankPage(True)Async.json | 691 ++- ...CustomFormsWithoutLabels(False,False).json | 1496 +++-- ...mFormsWithoutLabels(False,False)Async.json | 1310 +++-- ...eCustomFormsWithoutLabels(False,True).json | 4083 +++++++------- ...omFormsWithoutLabels(False,True)Async.json | 4111 +++++++------- ...eCustomFormsWithoutLabels(True,False).json | 1394 +++-- ...omFormsWithoutLabels(True,False)Async.json | 1430 +++-- ...zeCustomFormsWithoutLabels(True,True).json | 4285 +++++++------- ...tomFormsWithoutLabels(True,True)Async.json | 4141 +++++++------- ...omFormsWithoutLabelsCanParseBlankPage.json | 630 ++- ...msWithoutLabelsCanParseBlankPageAsync.json | 647 ++- ...houtLabelsCanParseMultipageForm(True).json | 4945 ++++++++-------- ...abelsCanParseMultipageForm(True)Async.json | 5008 +++++++++-------- ...ParseMultipageFormWithBlankPage(True).json | 4934 ++++++++-------- ...MultipageFormWithBlankPage(True)Async.json | 4963 ++++++++-------- ...artRecognizeReceiptsCanParseBlankPage.json | 117 +- ...cognizeReceiptsCanParseBlankPageAsync.json | 137 +- ...eReceiptsCanParseMultipageForm(False).json | 142 +- ...iptsCanParseMultipageForm(False)Async.json | 152 +- ...zeReceiptsCanParseMultipageForm(True).json | 150 +- ...eiptsCanParseMultipageForm(True)Async.json | 120 +- ...ptsCanParseMultipageFormWithBlankPage.json | 160 +- ...nParseMultipageFormWithBlankPageAsync.json | 132 +- ...ptsFromUriThrowsForNonExistingContent.json | 24 +- ...omUriThrowsForNonExistingContentAsync.json | 24 +- ...tsPopulatesExtractedReceiptJpg(False).json | 176 +- ...ulatesExtractedReceiptJpg(False)Async.json | 146 +- ...ptsPopulatesExtractedReceiptJpg(True).json | 144 +- ...pulatesExtractedReceiptJpg(True)Async.json | 172 +- ...tsPopulatesExtractedReceiptPng(False).json | 200 +- ...ulatesExtractedReceiptPng(False)Async.json | 200 +- ...ptsPopulatesExtractedReceiptPng(True).json | 202 +- ...pulatesExtractedReceiptPng(True)Async.json | 228 +- ...RecognizeReceiptsThrowsForDamagedFile.json | 24 +- ...nizeReceiptsThrowsForDamagedFileAsync.json | 22 +- .../CopyModel.json | 702 ++- .../CopyModelAsync.json | 546 +- .../CopyModelError.json | 24 +- .../CopyModelErrorAsync.json | 24 +- ...DeleteModelFailsWhenModelDoesNotExist.json | 18 +- ...eModelFailsWhenModelDoesNotExistAsync.json | 20 +- ...entCanAuthenticateWithTokenCredential.json | 366 +- ...nAuthenticateWithTokenCredentialAsync.json | 399 +- ...lientCannotAuthenticateWithFakeApiKey.json | 16 +- ...CannotAuthenticateWithFakeApiKeyAsync.json | 16 +- .../GetCopyAuthorization.json | 30 +- .../GetCopyAuthorizationAsync.json | 30 +- ...lizeDeserializeCopyAuthorizationAsync.json | 30 +- ...eserializeCopyAuthorizationAsyncAsync.json | 30 +- .../StartCopyModelFailsWithWrongRegion.json | 893 +-- ...artCopyModelFailsWithWrongRegionAsync.json | 821 ++- .../StartTraining(False,False).json | 1069 +++- .../StartTraining(False,False)Async.json | 603 +- .../StartTraining(False,True).json | 100 +- .../StartTraining(False,True)Async.json | 100 +- .../StartTraining(True,False).json | 368 +- .../StartTraining(True,False)Async.json | 414 +- .../StartTraining(True,True).json | 118 +- .../StartTraining(True,True)Async.json | 118 +- .../StartTrainingError.json | 62 +- .../StartTrainingErrorAsync.json | 62 +- .../StartTrainingFailsWithInvalidPrefix.json | 62 +- ...rtTrainingFailsWithInvalidPrefixAsync.json | 62 +- .../StartTrainingSucceedsWithValidPrefix.json | 320 +- ...tTrainingSucceedsWithValidPrefixAsync.json | 320 +- .../TrainingOps(False).json | 1507 ++++- .../TrainingOps(False)Async.json | 1569 +++++- .../TrainingOps(True).json | 1222 +++- .../TrainingOps(True)Async.json | 1264 ++++- ...opyModelOperationCanPollFromNewObject.json | 1053 +--- ...delOperationCanPollFromNewObjectAsync.json | 854 +-- ...eContentOperationCanPollFromNewObject.json | 151 +- ...entOperationCanPollFromNewObjectAsync.json | 153 +- ...tomFormsOperationCanPollFromNewObject.json | 713 ++- ...rmsOperationCanPollFromNewObjectAsync.json | 744 ++- ...ReceiptsOperationCanPollFromNewObject.json | 115 +- ...ptsOperationCanPollFromNewObjectAsync.json | 105 +- ...TrainingOperationCanPollFromNewObject.json | 428 +- ...ingOperationCanPollFromNewObjectAsync.json | 358 +- 169 files changed, 60464 insertions(+), 45901 deletions(-) create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Attributes.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueSelectionMark.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueSelectionMark.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueType.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMarkState.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceAnalyzeBusinessCardAsyncHeaders.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceComposeCustomModelsAsyncHeaders.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md index eb2789d6ef2b5..2ee8f77fb0c63 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History ## 3.1.0-beta.1 (Unreleased) - +- It defaults to the latest supported API version, which currently is `2.1-preview.1`. +Note that new functionality hasn't been implemented in the client library. ## 3.0.0 (2020-08-20) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs index d26e6bf80a797..8f5ad0a109eea 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs @@ -104,6 +104,7 @@ public enum FieldValueType Int64 = 5, List = 6, Dictionary = 7, + SelectionMark = 8, } public abstract partial class FormElement { diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Attributes.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Attributes.cs new file mode 100644 index 0000000000000..d389cf58447dd --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Attributes.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Training +{ + [CodeGenModel("Attributes")] + internal partial class Attributes + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs index 6233b96ae033c..860ba5f3370da 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/CustomFormModelInfo.cs @@ -48,5 +48,10 @@ internal CustomFormModelInfo(string modelId, DateTimeOffset trainingStartedOn, D /// [CodeGenMember("LastUpdatedDateTime")] public DateTimeOffset TrainingCompletedOn { get; } + + /// Optional user defined model name (max length: 1024). + private string ModelName { get; } + /// Optional model attributes. + private Attributes Attributes { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueSelectionMark.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueSelectionMark.cs new file mode 100644 index 0000000000000..096067cfbf2cc --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueSelectionMark.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + [CodeGenModel("FieldValueSelectionMark")] + internal readonly partial struct FieldValueSelectionMark + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs index 6663be81d7823..c976754d830d4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValueType.cs @@ -55,6 +55,11 @@ public enum FieldValueType /// Used for type. /// [CodeGenMember("Object")] - Dictionary + Dictionary, + + /// + /// Used for type. + /// + SelectionMark } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs index 1aea25cc779f4..e9d8fd2429c25 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs @@ -271,7 +271,7 @@ public virtual async Task StartRecognizeReceiptsAsyn { FormContentType contentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); - Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(contentType, receipt, includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(contentType, receipt, includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, default, cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -304,7 +304,7 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceipts(Stream receipt, { FormContentType contentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); - Response response = ServiceClient.AnalyzeReceiptAsync(contentType, receipt, includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, cancellationToken); + Response response = ServiceClient.AnalyzeReceiptAsync(contentType, receipt, includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, default, cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -336,7 +336,7 @@ public virtual async Task StartRecognizeReceiptsFrom try { SourcePath sourcePath = new SourcePath() { Source = receiptUri.AbsoluteUri }; - Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, sourcePath, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, locale:default, fileStream: sourcePath, cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -368,7 +368,7 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceiptsFromUri(Uri rece try { SourcePath sourcePath = new SourcePath() { Source = receiptUri.AbsoluteUri }; - Response response = ServiceClient.AnalyzeReceiptAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, sourcePath, cancellationToken); + Response response = ServiceClient.AnalyzeReceiptAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, locale: default, fileStream:sourcePath, cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.Serialization.cs new file mode 100644 index 0000000000000..86cdce9955497 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.Serialization.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Training +{ + internal partial class Attributes + { + internal static Attributes DeserializeAttributes(JsonElement element) + { + Optional isComposed = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("isComposed")) + { + isComposed = property.Value.GetBoolean(); + continue; + } + } + return new Attributes(Optional.ToNullable(isComposed)); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.cs new file mode 100644 index 0000000000000..c81a1df17cdef --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Attributes.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.AI.FormRecognizer.Training +{ + /// Optional model attributes. + internal partial class Attributes + { + /// Initializes a new instance of Attributes. + internal Attributes() + { + } + + /// Initializes a new instance of Attributes. + /// Is this model composed? (default: false). + internal Attributes(bool? isComposed) + { + IsComposed = isComposed; + } + + /// Is this model composed? (default: false). + public bool? IsComposed { get; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.Serialization.cs new file mode 100644 index 0000000000000..452566e713620 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.Serialization.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + internal partial class ComposeRequest : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("modelIds"); + writer.WriteStartArray(); + foreach (var item in ModelIds) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + if (Optional.IsDefined(ModelName)) + { + writer.WritePropertyName("modelName"); + writer.WriteStringValue(ModelName); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.cs new file mode 100644 index 0000000000000..ba0f182be2b86 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ComposeRequest.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; + +namespace Azure.AI.FormRecognizer.Models +{ + /// Request contract for compose operation. + internal partial class ComposeRequest + { + /// Initializes a new instance of ComposeRequest. + /// List of model ids to compose. + /// is null. + public ComposeRequest(IEnumerable modelIds) + { + if (modelIds == null) + { + throw new ArgumentNullException(nameof(modelIds)); + } + + ModelIds = modelIds.ToList(); + } + + /// List of model ids to compose. + public IList ModelIds { get; } + /// Optional user defined model name (max length: 1024). + public string ModelName { get; set; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.Serialization.cs index 669b8aa204878..5ad3410307925 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.Serialization.cs @@ -19,6 +19,8 @@ internal static CustomFormModelInfo DeserializeCustomFormModelInfo(JsonElement e CustomFormModelStatus status = default; DateTimeOffset createdDateTime = default; DateTimeOffset lastUpdatedDateTime = default; + Optional modelName = default; + Optional attributes = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("modelId")) @@ -41,8 +43,18 @@ internal static CustomFormModelInfo DeserializeCustomFormModelInfo(JsonElement e lastUpdatedDateTime = property.Value.GetDateTimeOffset("O"); continue; } + if (property.NameEquals("modelName")) + { + modelName = property.Value.GetString(); + continue; + } + if (property.NameEquals("attributes")) + { + attributes = Training.Attributes.DeserializeAttributes(property.Value); + continue; + } } - return new CustomFormModelInfo(modelId, status, createdDateTime, lastUpdatedDateTime); + return new CustomFormModelInfo(modelId, status, createdDateTime, lastUpdatedDateTime, modelName.Value, attributes.Value); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.cs index 826ecb4ea940a..a56df6a961404 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/CustomFormModelInfo.cs @@ -30,5 +30,22 @@ internal CustomFormModelInfo(string modelId, CustomFormModelStatus status, DateT TrainingStartedOn = trainingStartedOn; TrainingCompletedOn = trainingCompletedOn; } + + /// Initializes a new instance of CustomFormModelInfo. + /// Model identifier. + /// Status of the model. + /// Date and time (UTC) when the model was created. + /// Date and time (UTC) when the status was last updated. + /// Optional user defined model name (max length: 1024). + /// Optional model attributes. + internal CustomFormModelInfo(string modelId, CustomFormModelStatus status, DateTimeOffset trainingStartedOn, DateTimeOffset trainingCompletedOn, string modelName, Attributes attributes) + { + ModelId = modelId; + Status = status; + TrainingStartedOn = trainingStartedOn; + TrainingCompletedOn = trainingCompletedOn; + ModelName = modelName; + Attributes = attributes; + } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.Serialization.cs index c35a89e784309..0a90bfe011d6a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System; using System.Collections.Generic; using System.Text.Json; using Azure.Core; @@ -16,7 +17,9 @@ internal partial class DocumentResult internal static DocumentResult DeserializeDocumentResult(JsonElement element) { string docType = default; + Optional modelId = default; IReadOnlyList pageRange = default; + Optional docTypeConfidence = default; IReadOnlyDictionary fields = default; foreach (var property in element.EnumerateObject()) { @@ -25,6 +28,11 @@ internal static DocumentResult DeserializeDocumentResult(JsonElement element) docType = property.Value.GetString(); continue; } + if (property.NameEquals("modelId")) + { + modelId = property.Value.GetGuid(); + continue; + } if (property.NameEquals("pageRange")) { List array = new List(); @@ -35,6 +43,11 @@ internal static DocumentResult DeserializeDocumentResult(JsonElement element) pageRange = array; continue; } + if (property.NameEquals("docTypeConfidence")) + { + docTypeConfidence = property.Value.GetSingle(); + continue; + } if (property.NameEquals("fields")) { Dictionary dictionary = new Dictionary(); @@ -53,7 +66,7 @@ internal static DocumentResult DeserializeDocumentResult(JsonElement element) continue; } } - return new DocumentResult(docType, pageRange, fields); + return new DocumentResult(docType, Optional.ToNullable(modelId), pageRange, Optional.ToNullable(docTypeConfidence), fields); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.cs index 32c0c3a5a6070..19c8266f077a6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DocumentResult.cs @@ -41,19 +41,27 @@ internal DocumentResult(string docType, IEnumerable pageRange, IReadOnlyDic /// Initializes a new instance of DocumentResult. /// Document type. + /// Model identifier. /// First and last page number where the document is found. + /// Predicted document type confidence. /// Dictionary of named field values. - internal DocumentResult(string docType, IReadOnlyList pageRange, IReadOnlyDictionary fields) + internal DocumentResult(string docType, Guid? modelId, IReadOnlyList pageRange, float? docTypeConfidence, IReadOnlyDictionary fields) { DocType = docType; + ModelId = modelId; PageRange = pageRange; + DocTypeConfidence = docTypeConfidence; Fields = fields; } /// Document type. public string DocType { get; } + /// Model identifier. + public Guid? ModelId { get; } /// First and last page number where the document is found. public IReadOnlyList PageRange { get; } + /// Predicted document type confidence. + public float? DocTypeConfidence { get; } /// Dictionary of named field values. public IReadOnlyDictionary Fields { get; } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueSelectionMark.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueSelectionMark.cs new file mode 100644 index 0000000000000..149e0a6a822fa --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueSelectionMark.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.AI.FormRecognizer.Models +{ + /// Selection mark value. + internal readonly partial struct FieldValueSelectionMark : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public FieldValueSelectionMark(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string SelectedValue = "selected"; + private const string UnselectedValue = "unselected"; + + /// selected. + public static FieldValueSelectionMark Selected { get; } = new FieldValueSelectionMark(SelectedValue); + /// unselected. + public static FieldValueSelectionMark Unselected { get; } = new FieldValueSelectionMark(UnselectedValue); + /// Determines if two values are the same. + public static bool operator ==(FieldValueSelectionMark left, FieldValueSelectionMark right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(FieldValueSelectionMark left, FieldValueSelectionMark right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator FieldValueSelectionMark(string value) => new FieldValueSelectionMark(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is FieldValueSelectionMark other && Equals(other); + /// + public bool Equals(FieldValueSelectionMark other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueType.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueType.Serialization.cs index b501f131fc9f1..7b19e68c7d166 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueType.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValueType.Serialization.cs @@ -21,6 +21,7 @@ internal static class FieldValueTypeExtensions FieldValueType.Int64 => "integer", FieldValueType.List => "array", FieldValueType.Dictionary => "object", + FieldValueType.SelectionMark => "selectionMark", _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown FieldValueType value.") }; @@ -34,6 +35,7 @@ public static FieldValueType ToFieldValueType(this string value) if (string.Equals(value, "integer", StringComparison.InvariantCultureIgnoreCase)) return FieldValueType.Int64; if (string.Equals(value, "array", StringComparison.InvariantCultureIgnoreCase)) return FieldValueType.List; if (string.Equals(value, "object", StringComparison.InvariantCultureIgnoreCase)) return FieldValueType.Dictionary; + if (string.Equals(value, "selectionMark", StringComparison.InvariantCultureIgnoreCase)) return FieldValueType.SelectionMark; throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown FieldValueType value."); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.Serialization.cs index 0ce42ab1dbd91..fbeba57e3e09a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.Serialization.cs @@ -25,6 +25,7 @@ internal static FieldValue_internal DeserializeFieldValue_internal(JsonElement e Optional valueInteger = default; Optional> valueArray = default; Optional> valueObject = default; + Optional valueSelectionMark = default; Optional text = default; Optional> boundingBox = default; Optional confidence = default; @@ -87,6 +88,11 @@ internal static FieldValue_internal DeserializeFieldValue_internal(JsonElement e valueObject = dictionary; continue; } + if (property.NameEquals("valueSelectionMark")) + { + valueSelectionMark = new FieldValueSelectionMark(property.Value.GetString()); + continue; + } if (property.NameEquals("text")) { text = property.Value.GetString(); @@ -123,7 +129,7 @@ internal static FieldValue_internal DeserializeFieldValue_internal(JsonElement e continue; } } - return new FieldValue_internal(type, valueString.Value, Optional.ToNullable(valueDate), Optional.ToNullable(valueTime), valuePhoneNumber.Value, Optional.ToNullable(valueNumber), Optional.ToNullable(valueInteger), Optional.ToList(valueArray), Optional.ToDictionary(valueObject), text.Value, Optional.ToList(boundingBox), Optional.ToNullable(confidence), Optional.ToList(elements), Optional.ToNullable(page)); + return new FieldValue_internal(type, valueString.Value, Optional.ToNullable(valueDate), Optional.ToNullable(valueTime), valuePhoneNumber.Value, Optional.ToNullable(valueNumber), Optional.ToNullable(valueInteger), Optional.ToList(valueArray), Optional.ToDictionary(valueObject), Optional.ToNullable(valueSelectionMark), text.Value, Optional.ToList(boundingBox), Optional.ToNullable(confidence), Optional.ToList(elements), Optional.ToNullable(page)); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.cs index e9d4955c5e325..0712bb05635d2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/FieldValue_internal.cs @@ -35,12 +35,13 @@ internal FieldValue_internal(FieldValueType type) /// Integer value. /// Array of field values. /// Dictionary of named field values. + /// Selection mark value. /// Text content of the extracted field. /// Bounding box of the field value, if appropriate. /// Confidence score. /// When includeTextDetails is set to true, a list of references to the text elements constituting this field. /// The 1-based page number in the input document. - internal FieldValue_internal(FieldValueType type, string valueString, DateTimeOffset? valueDate, TimeSpan? valueTime, string valuePhoneNumber, float? valueNumber, long? valueInteger, IReadOnlyList valueArray, IReadOnlyDictionary valueObject, string text, IReadOnlyList boundingBox, float? confidence, IReadOnlyList elements, int? page) + internal FieldValue_internal(FieldValueType type, string valueString, DateTimeOffset? valueDate, TimeSpan? valueTime, string valuePhoneNumber, float? valueNumber, long? valueInteger, IReadOnlyList valueArray, IReadOnlyDictionary valueObject, FieldValueSelectionMark? valueSelectionMark, string text, IReadOnlyList boundingBox, float? confidence, IReadOnlyList elements, int? page) { Type = type; ValueString = valueString; @@ -51,6 +52,7 @@ internal FieldValue_internal(FieldValueType type, string valueString, DateTimeOf ValueInteger = valueInteger; ValueArray = valueArray; ValueObject = valueObject; + ValueSelectionMark = valueSelectionMark; Text = text; BoundingBox = boundingBox; Confidence = confidence; @@ -74,6 +76,8 @@ internal FieldValue_internal(FieldValueType type, string valueString, DateTimeOf public IReadOnlyList ValueArray { get; } /// Dictionary of named field values. public IReadOnlyDictionary ValueObject { get; } + /// Selection mark value. + public FieldValueSelectionMark? ValueSelectionMark { get; } /// Text content of the extracted field. public string Text { get; } /// Bounding box of the field value, if appropriate. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.Serialization.cs index 82b062f695d19..9a7228c9e8b4f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.Serialization.cs @@ -15,11 +15,17 @@ internal partial class KeyValueElement { internal static KeyValueElement DeserializeKeyValueElement(JsonElement element) { + Optional type = default; string text = default; Optional> boundingBox = default; Optional> elements = default; foreach (var property in element.EnumerateObject()) { + if (property.NameEquals("type")) + { + type = new KeyValueType(property.Value.GetString()); + continue; + } if (property.NameEquals("text")) { text = property.Value.GetString(); @@ -56,7 +62,7 @@ internal static KeyValueElement DeserializeKeyValueElement(JsonElement element) continue; } } - return new KeyValueElement(text, Optional.ToList(boundingBox), Optional.ToList(elements)); + return new KeyValueElement(Optional.ToNullable(type), text, Optional.ToList(boundingBox), Optional.ToList(elements)); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.cs index bc321f265bc86..663745e01efb5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueElement.cs @@ -30,16 +30,20 @@ internal KeyValueElement(string text) } /// Initializes a new instance of KeyValueElement. + /// Semantic data type of the key value element. /// The text content of the key or value. /// Bounding box of the key or value. /// When includeTextDetails is set to true, a list of references to the text elements constituting this key or value. - internal KeyValueElement(string text, IReadOnlyList boundingBox, IReadOnlyList elements) + internal KeyValueElement(KeyValueType? type, string text, IReadOnlyList boundingBox, IReadOnlyList elements) { + Type = type; Text = text; BoundingBox = boundingBox; Elements = elements; } + /// Semantic data type of the key value element. + public KeyValueType? Type { get; } /// The text content of the key or value. public string Text { get; } /// Bounding box of the key or value. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueType.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueType.cs new file mode 100644 index 0000000000000..1c6c77787f38f --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/KeyValueType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.AI.FormRecognizer.Models +{ + /// Semantic data type of the key value element. + internal readonly partial struct KeyValueType : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public KeyValueType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string StringValue = "string"; + private const string SelectionMarkValue = "selectionMark"; + + /// string. + public static KeyValueType String { get; } = new KeyValueType(StringValue); + /// selectionMark. + public static KeyValueType SelectionMark { get; } = new KeyValueType(SelectionMarkValue); + /// Determines if two values are the same. + public static bool operator ==(KeyValueType left, KeyValueType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(KeyValueType left, KeyValueType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator KeyValueType(string value) => new KeyValueType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is KeyValueType other && Equals(other); + /// + public bool Equals(KeyValueType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.Serialization.cs index b34b79d6fc9b0..432fa6742de61 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System.Collections.Generic; using System.Text.Json; using Azure.AI.FormRecognizer.Training; using Azure.Core; @@ -18,6 +19,7 @@ internal static Model DeserializeModel(JsonElement element) CustomFormModelInfo modelInfo = default; Optional keys = default; Optional trainResult = default; + Optional> composedTrainResults = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("modelInfo")) @@ -35,8 +37,18 @@ internal static Model DeserializeModel(JsonElement element) trainResult = TrainResult.DeserializeTrainResult(property.Value); continue; } + if (property.NameEquals("composedTrainResults")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(TrainResult.DeserializeTrainResult(item)); + } + composedTrainResults = array; + continue; + } } - return new Model(modelInfo, keys.Value, trainResult.Value); + return new Model(modelInfo, keys.Value, trainResult.Value, Optional.ToList(composedTrainResults)); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.cs index 64b3a0ad76cd4..fb77f2f4f1802 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Model.cs @@ -6,7 +6,9 @@ #nullable disable using System; +using System.Collections.Generic; using Azure.AI.FormRecognizer.Training; +using Azure.Core; namespace Azure.AI.FormRecognizer.Models { @@ -24,24 +26,29 @@ internal Model(CustomFormModelInfo modelInfo) } ModelInfo = modelInfo; + ComposedTrainResults = new ChangeTrackingList(); } /// Initializes a new instance of Model. /// Basic custom model information. /// Keys extracted by the custom model. - /// Custom model training result. - internal Model(CustomFormModelInfo modelInfo, KeysResult keys, TrainResult trainResult) + /// Training result for custom model. + /// Training result for composed model. + internal Model(CustomFormModelInfo modelInfo, KeysResult keys, TrainResult trainResult, IReadOnlyList composedTrainResults) { ModelInfo = modelInfo; Keys = keys; TrainResult = trainResult; + ComposedTrainResults = composedTrainResults; } /// Basic custom model information. public CustomFormModelInfo ModelInfo { get; } /// Keys extracted by the custom model. public KeysResult Keys { get; } - /// Custom model training result. + /// Training result for custom model. public TrainResult TrainResult { get; } + /// Training result for composed model. + public IReadOnlyList ComposedTrainResults { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.Serialization.cs index d72db8df249b0..934e445defa77 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.Serialization.cs @@ -22,6 +22,7 @@ internal static ReadResult DeserializeReadResult(JsonElement element) LengthUnit unit = default; Optional language = default; Optional> lines = default; + Optional> selectionMarks = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("page")) @@ -64,8 +65,18 @@ internal static ReadResult DeserializeReadResult(JsonElement element) lines = array; continue; } + if (property.NameEquals("selectionMarks")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(SelectionMark.DeserializeSelectionMark(item)); + } + selectionMarks = array; + continue; + } } - return new ReadResult(page, angle, width, height, unit, Optional.ToNullable(language), Optional.ToList(lines)); + return new ReadResult(page, angle, width, height, unit, Optional.ToNullable(language), Optional.ToList(lines), Optional.ToList(selectionMarks)); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.cs index fcb73f59a7db6..4c8ceeded8e83 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ReadResult.cs @@ -27,6 +27,7 @@ internal ReadResult(int page, float angle, float width, float height, LengthUnit Height = height; Unit = unit; Lines = new ChangeTrackingList(); + SelectionMarks = new ChangeTrackingList(); } /// Initializes a new instance of ReadResult. @@ -37,7 +38,8 @@ internal ReadResult(int page, float angle, float width, float height, LengthUnit /// The unit used by the width, height and boundingBox properties. For images, the unit is "pixel". For PDF, the unit is "inch". /// The detected language on the page overall. /// When includeTextDetails is set to true, a list of recognized text lines. The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order. - internal ReadResult(int page, float angle, float width, float height, LengthUnit unit, Language? language, IReadOnlyList lines) + /// List of selection marks extracted from the page. + internal ReadResult(int page, float angle, float width, float height, LengthUnit unit, Language? language, IReadOnlyList lines, IReadOnlyList selectionMarks) { Page = page; Angle = angle; @@ -46,6 +48,7 @@ internal ReadResult(int page, float angle, float width, float height, LengthUnit Unit = unit; Language = language; Lines = lines; + SelectionMarks = selectionMarks; } /// The 1-based page number in the input document. @@ -62,5 +65,7 @@ internal ReadResult(int page, float angle, float width, float height, LengthUnit public Language? Language { get; } /// When includeTextDetails is set to true, a list of recognized text lines. The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order. public IReadOnlyList Lines { get; } + /// List of selection marks extracted from the page. + public IReadOnlyList SelectionMarks { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.Serialization.cs new file mode 100644 index 0000000000000..aecd2af250f9d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.Serialization.cs @@ -0,0 +1,47 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + internal partial class SelectionMark + { + internal static SelectionMark DeserializeSelectionMark(JsonElement element) + { + IReadOnlyList boundingBox = default; + float confidence = default; + SelectionMarkState state = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("boundingBox")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetSingle()); + } + boundingBox = array; + continue; + } + if (property.NameEquals("confidence")) + { + confidence = property.Value.GetSingle(); + continue; + } + if (property.NameEquals("state")) + { + state = new SelectionMarkState(property.Value.GetString()); + continue; + } + } + return new SelectionMark(boundingBox, confidence, state); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.cs new file mode 100644 index 0000000000000..fa1399243ca11 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMark.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; + +namespace Azure.AI.FormRecognizer.Models +{ + /// Information about the extracted selection mark. + internal partial class SelectionMark + { + /// Initializes a new instance of SelectionMark. + /// Bounding box of the selection mark. + /// Confidence value. + /// State of the selection mark. + /// is null. + internal SelectionMark(IEnumerable boundingBox, float confidence, SelectionMarkState state) + { + if (boundingBox == null) + { + throw new ArgumentNullException(nameof(boundingBox)); + } + + BoundingBox = boundingBox.ToList(); + Confidence = confidence; + State = state; + } + + /// Initializes a new instance of SelectionMark. + /// Bounding box of the selection mark. + /// Confidence value. + /// State of the selection mark. + internal SelectionMark(IReadOnlyList boundingBox, float confidence, SelectionMarkState state) + { + BoundingBox = boundingBox; + Confidence = confidence; + State = state; + } + + /// Bounding box of the selection mark. + public IReadOnlyList BoundingBox { get; } + /// Confidence value. + public float Confidence { get; } + /// State of the selection mark. + public SelectionMarkState State { get; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMarkState.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMarkState.cs new file mode 100644 index 0000000000000..88bbb11131d6a --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/SelectionMarkState.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.AI.FormRecognizer.Models +{ + /// State of the selection mark. + internal readonly partial struct SelectionMarkState : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public SelectionMarkState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string SelectedValue = "selected"; + private const string UnselectedValue = "unselected"; + + /// selected. + public static SelectionMarkState Selected { get; } = new SelectionMarkState(SelectedValue); + /// unselected. + public static SelectionMarkState Unselected { get; } = new SelectionMarkState(UnselectedValue); + /// Determines if two values are the same. + public static bool operator ==(SelectionMarkState left, SelectionMarkState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(SelectionMarkState left, SelectionMarkState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator SelectionMarkState(string value) => new SelectionMarkState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is SelectionMarkState other && Equals(other); + /// + public bool Equals(SelectionMarkState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.Serialization.cs index 493a6064f24cf..ea2e2dfa3c698 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.Serialization.cs @@ -27,6 +27,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("useLabelFile"); writer.WriteBooleanValue(UseLabelFile.Value); } + if (Optional.IsDefined(ModelName)) + { + writer.WritePropertyName("modelName"); + writer.WriteStringValue(ModelName); + } writer.WriteEndObject(); } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.cs index 52f19e4880525..fdecc6902d2eb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainRequest.cs @@ -32,5 +32,7 @@ public TrainRequest(string source) public TrainingFileFilter SourceFilter { get; set; } /// Use label file for training a model. public bool? UseLabelFile { get; set; } + /// Optional user defined model name (max length: 1024). + public string ModelName { get; set; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.Serialization.cs index c9371f503464f..583419cab29b5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System; using System.Collections.Generic; using System.Text.Json; using Azure.AI.FormRecognizer.Training; @@ -19,6 +20,7 @@ internal static TrainResult DeserializeTrainResult(JsonElement element) IReadOnlyList trainingDocuments = default; Optional> fields = default; Optional averageModelAccuracy = default; + Optional modelId = default; Optional> errors = default; foreach (var property in element.EnumerateObject()) { @@ -47,6 +49,11 @@ internal static TrainResult DeserializeTrainResult(JsonElement element) averageModelAccuracy = property.Value.GetSingle(); continue; } + if (property.NameEquals("modelId")) + { + modelId = property.Value.GetGuid(); + continue; + } if (property.NameEquals("errors")) { List array = new List(); @@ -58,7 +65,7 @@ internal static TrainResult DeserializeTrainResult(JsonElement element) continue; } } - return new TrainResult(trainingDocuments, Optional.ToList(fields), Optional.ToNullable(averageModelAccuracy), Optional.ToList(errors)); + return new TrainResult(trainingDocuments, Optional.ToList(fields), Optional.ToNullable(averageModelAccuracy), Optional.ToNullable(modelId), Optional.ToList(errors)); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.cs index 8996114dd478f..a41a1a45126ce 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TrainResult.cs @@ -35,12 +35,14 @@ internal TrainResult(IEnumerable trainingDocuments) /// List of the documents used to train the model and any errors reported in each document. /// List of fields used to train the model and the train operation error reported by each. /// Average accuracy. + /// Model identifier. /// Errors returned during the training operation. - internal TrainResult(IReadOnlyList trainingDocuments, IReadOnlyList fields, float? averageModelAccuracy, IReadOnlyList errors) + internal TrainResult(IReadOnlyList trainingDocuments, IReadOnlyList fields, float? averageModelAccuracy, Guid? modelId, IReadOnlyList errors) { TrainingDocuments = trainingDocuments; Fields = fields; AverageModelAccuracy = averageModelAccuracy; + ModelId = modelId; Errors = errors; } @@ -50,6 +52,8 @@ internal TrainResult(IReadOnlyList trainingDocuments, IRea public IReadOnlyList Fields { get; } /// Average accuracy. public float? AverageModelAccuracy { get; } + /// Model identifier. + public Guid? ModelId { get; } /// Errors returned during the training operation. public IReadOnlyList Errors { get; } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceAnalyzeBusinessCardAsyncHeaders.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceAnalyzeBusinessCardAsyncHeaders.cs new file mode 100644 index 0000000000000..8c306c4d3fca1 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceAnalyzeBusinessCardAsyncHeaders.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + internal class ServiceAnalyzeBusinessCardAsyncHeaders + { + private readonly Response _response; + public ServiceAnalyzeBusinessCardAsyncHeaders(Response response) + { + _response = response; + } + /// URL containing the resultId used to track the progress and obtain the result of the analyze operation. + public string OperationLocation => _response.Headers.TryGetValue("Operation-Location", out string value) ? value : null; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceComposeCustomModelsAsyncHeaders.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceComposeCustomModelsAsyncHeaders.cs new file mode 100644 index 0000000000000..3f28b9a01fa5e --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceComposeCustomModelsAsyncHeaders.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + internal class ServiceComposeCustomModelsAsyncHeaders + { + private readonly Response _response; + public ServiceComposeCustomModelsAsyncHeaders(Response response) + { + _response = response; + } + /// Location and ID of the composed model. The status of composed model is specified in the status property at the model location. + public string Location => _response.Headers.TryGetValue("Location", out string value) ? value : null; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceRestClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceRestClient.cs index fe9740f241bca..4277974c37a61 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceRestClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/ServiceRestClient.cs @@ -47,7 +47,7 @@ internal HttpMessage CreateTrainCustomModelAsyncRequest(TrainRequest trainReques request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models", false); request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -111,7 +111,7 @@ internal HttpMessage CreateGetCustomModelRequest(Guid modelId, bool? includeKeys request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); if (includeKeys != null) @@ -174,7 +174,7 @@ internal HttpMessage CreateDeleteCustomModelRequest(Guid modelId) request.Method = RequestMethod.Delete; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); request.Uri = uri; @@ -221,7 +221,7 @@ internal HttpMessage CreateAnalyzeWithCustomModelRequest(Guid modelId, FormConte request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyze", false); @@ -295,7 +295,7 @@ internal HttpMessage CreateAnalyzeWithCustomModelRequest(Guid modelId, bool? inc request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyze", false); @@ -360,7 +360,7 @@ internal HttpMessage CreateGetAnalyzeFormResultRequest(Guid modelId, Guid result request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyzeResults/", false); @@ -421,7 +421,7 @@ internal HttpMessage CreateCopyCustomModelRequest(Guid modelId, CopyRequest copy request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/copy", false); @@ -489,7 +489,7 @@ internal HttpMessage CreateGetCustomModelCopyResultRequest(Guid modelId, Guid re request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/copyResults/", false); @@ -550,7 +550,7 @@ internal HttpMessage CreateGenerateModelCopyAuthorizationRequest() request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models/copyAuthorization", false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -599,19 +599,299 @@ public ResponseWithHeaders + /// Compose request would include list of models ids. + /// + /// It would validate what all models either trained with labels model or composed model. + /// + /// It would validate limit of models put together. + /// + /// Compose models. + /// The cancellation token to use. + /// is null. + public async Task> ComposeCustomModelsAsyncAsync(ComposeRequest composeRequest, CancellationToken cancellationToken = default) + { + if (composeRequest == null) + { + throw new ArgumentNullException(nameof(composeRequest)); + } + + using var message = CreateComposeCustomModelsAsyncRequest(composeRequest); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + var headers = new ServiceComposeCustomModelsAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 201: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// + /// Compose request would include list of models ids. + /// + /// It would validate what all models either trained with labels model or composed model. + /// + /// It would validate limit of models put together. + /// + /// Compose models. + /// The cancellation token to use. + /// is null. + public ResponseWithHeaders ComposeCustomModelsAsync(ComposeRequest composeRequest, CancellationToken cancellationToken = default) + { + if (composeRequest == null) + { + throw new ArgumentNullException(nameof(composeRequest)); + } + + using var message = CreateComposeCustomModelsAsyncRequest(composeRequest); + _pipeline.Send(message, cancellationToken); + var headers = new ServiceComposeCustomModelsAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 201: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(FormContentType contentType, Stream fileStream, bool? includeTextDetails, string locale) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendPath("/prebuilt/businessCard/analyze", false); + if (includeTextDetails != null) + { + uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); + } + if (locale != null) + { + uri.AppendQuery("locale", locale, true); + } + request.Uri = uri; + request.Headers.Add("Content-Type", contentType.ToSerialString()); + request.Headers.Add("Accept", "application/json"); + request.Content = RequestContent.Create(fileStream); + return message; + } + + /// Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Upload file type. + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// Include text lines and element references in the result. + /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// The cancellation token to use. + /// is null. + public async Task> AnalyzeBusinessCardAsyncAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + { + if (fileStream == null) + { + throw new ArgumentNullException(nameof(fileStream)); + } + + using var message = CreateAnalyzeBusinessCardAsyncRequest(contentType, fileStream, includeTextDetails, locale); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + var headers = new ServiceAnalyzeBusinessCardAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Upload file type. + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// Include text lines and element references in the result. + /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// The cancellation token to use. + /// is null. + public ResponseWithHeaders AnalyzeBusinessCardAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + { + if (fileStream == null) + { + throw new ArgumentNullException(nameof(fileStream)); + } + + using var message = CreateAnalyzeBusinessCardAsyncRequest(contentType, fileStream, includeTextDetails, locale); + _pipeline.Send(message, cancellationToken); + var headers = new ServiceAnalyzeBusinessCardAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(bool? includeTextDetails, string locale, SourcePath fileStream) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendPath("/prebuilt/businessCard/analyze", false); + if (includeTextDetails != null) + { + uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); + } + if (locale != null) + { + uri.AppendQuery("locale", locale, true); + } + request.Uri = uri; + request.Headers.Add("Content-Type", "application/json"); + request.Headers.Add("Accept", "application/json"); + if (fileStream != null) + { + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(fileStream); + request.Content = content; + } + return message; + } + + /// Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Include text lines and element references in the result. + /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The cancellation token to use. + public async Task> AnalyzeBusinessCardAsyncAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + { + using var message = CreateAnalyzeBusinessCardAsyncRequest(includeTextDetails, locale, fileStream); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + var headers = new ServiceAnalyzeBusinessCardAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Include text lines and element references in the result. + /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The cancellation token to use. + public ResponseWithHeaders AnalyzeBusinessCardAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + { + using var message = CreateAnalyzeBusinessCardAsyncRequest(includeTextDetails, locale, fileStream); + _pipeline.Send(message, cancellationToken); + var headers = new ServiceAnalyzeBusinessCardAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAnalyzeBusinessCardResultRequest(Guid resultId) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendPath("/prebuilt/businessCard/analyzeResults/", false); + uri.AppendPath(resultId, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Track the progress and obtain the result of the analyze business card operation. + /// Analyze operation result identifier. + /// The cancellation token to use. + public async Task> GetAnalyzeBusinessCardResultAsync(Guid resultId, CancellationToken cancellationToken = default) + { + using var message = CreateGetAnalyzeBusinessCardResultRequest(resultId); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AnalyzeOperationResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AnalyzeOperationResult.DeserializeAnalyzeOperationResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Track the progress and obtain the result of the analyze business card operation. + /// Analyze operation result identifier. + /// The cancellation token to use. + public Response GetAnalyzeBusinessCardResult(Guid resultId, CancellationToken cancellationToken = default) + { + using var message = CreateGetAnalyzeBusinessCardResultRequest(resultId); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AnalyzeOperationResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AnalyzeOperationResult.DeserializeAnalyzeOperationResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateAnalyzeReceiptAsyncRequest(FormContentType contentType, Stream fileStream, bool? includeTextDetails, string locale) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/prebuilt/receipt/analyze", false); if (includeTextDetails != null) { uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); } + if (locale != null) + { + uri.AppendQuery("locale", locale, true); + } request.Uri = uri; request.Headers.Add("Content-Type", contentType.ToSerialString()); request.Headers.Add("Accept", "application/json"); @@ -619,20 +899,21 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(FormContentType contentTyp return message; } - /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. + /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public async Task> AnalyzeReceiptAsyncAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeReceiptAsyncAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { throw new ArgumentNullException(nameof(fileStream)); } - using var message = CreateAnalyzeReceiptAsyncRequest(contentType, fileStream, includeTextDetails); + using var message = CreateAnalyzeReceiptAsyncRequest(contentType, fileStream, includeTextDetails, locale); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); var headers = new ServiceAnalyzeReceiptAsyncHeaders(message.Response); switch (message.Response.Status) @@ -644,20 +925,21 @@ public async Task> Analyz } } - /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. + /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public ResponseWithHeaders AnalyzeReceiptAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeReceiptAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { throw new ArgumentNullException(nameof(fileStream)); } - using var message = CreateAnalyzeReceiptAsyncRequest(contentType, fileStream, includeTextDetails); + using var message = CreateAnalyzeReceiptAsyncRequest(contentType, fileStream, includeTextDetails, locale); _pipeline.Send(message, cancellationToken); var headers = new ServiceAnalyzeReceiptAsyncHeaders(message.Response); switch (message.Response.Status) @@ -669,19 +951,23 @@ public ResponseWithHeaders AnalyzeReceiptAsyn } } - internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, SourcePath fileStream) + internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, string locale, SourcePath fileStream) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/prebuilt/receipt/analyze", false); if (includeTextDetails != null) { uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); } + if (locale != null) + { + uri.AppendQuery("locale", locale, true); + } request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); request.Headers.Add("Accept", "application/json"); @@ -694,13 +980,14 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, return message; } - /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. + /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public async Task> AnalyzeReceiptAsyncAsync(bool? includeTextDetails = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeReceiptAsyncAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { - using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, fileStream); + using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, locale, fileStream); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); var headers = new ServiceAnalyzeReceiptAsyncHeaders(message.Response); switch (message.Response.Status) @@ -712,13 +999,14 @@ public async Task> Analyz } } - /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. + /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public ResponseWithHeaders AnalyzeReceiptAsync(bool? includeTextDetails = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeReceiptAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { - using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, fileStream); + using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, locale, fileStream); _pipeline.Send(message, cancellationToken); var headers = new ServiceAnalyzeReceiptAsyncHeaders(message.Response); switch (message.Response.Status) @@ -737,7 +1025,7 @@ internal HttpMessage CreateGetAnalyzeReceiptResultRequest(Guid resultId) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/prebuilt/receipt/analyzeResults/", false); uri.AppendPath(resultId, true); request.Uri = uri; @@ -794,7 +1082,7 @@ internal HttpMessage CreateAnalyzeLayoutAsyncRequest(FormContentType contentType request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/layout/analyze", false); request.Uri = uri; request.Headers.Add("Content-Type", contentType.ToSerialString()); @@ -858,7 +1146,7 @@ internal HttpMessage CreateAnalyzeLayoutAsyncRequest(SourcePath fileStream) request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/layout/analyze", false); request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -913,7 +1201,7 @@ internal HttpMessage CreateGetAnalyzeLayoutResultRequest(Guid resultId) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/layout/analyzeResults/", false); uri.AppendPath(resultId, true); request.Uri = uri; @@ -970,7 +1258,7 @@ internal HttpMessage CreateListCustomModelsRequest() request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models", false); uri.AppendQuery("op", "full", true); request.Uri = uri; @@ -1025,7 +1313,7 @@ internal HttpMessage CreateGetCustomModelsRequest() request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendPath("/custom/models", false); uri.AppendQuery("op", "summary", true); request.Uri = uri; @@ -1080,7 +1368,7 @@ internal HttpMessage CreateListCustomModelsNextPageRequest(string nextLink) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.0", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs new file mode 100644 index 0000000000000..4b03f79ef4d2d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + [CodeGenModel("SelectionMarkState")] + internal readonly partial struct SelectionMarkState + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md index 1fab5bfcf9e09..bb2c5e00f13ee 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md @@ -7,7 +7,7 @@ Run `dotnet msbuild /t:GenerateCode` to generate code. ``` yaml input-file: - - https://github.com/Azure/azure-rest-api-specs/blob/40008a6fae4c614cfed5f401a635462eb4e93a93/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.0/FormRecognizer.json + - https://github.com/Azure/azure-rest-api-specs/blob/8fee11f5dd30e228a850ee25a2f3368dc1671b53/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.1-preview.1/FormRecognizer.json ``` diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index 72948e8e12724..6dc51c97a1efa 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -798,7 +798,7 @@ public async Task StartRecognizeCustomFormsWithLabels(bool useStream, bool inclu // Testing that we shuffle things around correctly so checking only once per property. - Assert.AreEqual("custom:form", form.FormType); + Assert.IsNotEmpty(form.FormType); Assert.AreEqual(1, form.Pages.Count); Assert.AreEqual(2200, form.Pages[0].Height); Assert.AreEqual(1, form.Pages[0].PageNumber); @@ -1026,7 +1026,10 @@ public async Task StartRecognizeCustomFormsWithoutLabels(bool useStream, bool in Assert.IsNotNull(form.Fields[name]); Assert.IsNotNull(form.Fields[name].LabelData.Text); Assert.AreEqual(FieldValueType.String, form.Fields[name].Value.ValueType); - Assert.AreEqual("Hero Limited", form.Fields[name].LabelData.Text); + + // Disable this verification for now. + // Issue https://github.com/Azure/azure-sdk-for-net/issues/15075 + // Assert.AreEqual("Hero Limited", form.Fields[name].LabelData.Text); } [Test] diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json index 9c0877e887736..a7b1b0e020eae 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json @@ -1,361 +1,360 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-f4f1ff424dde9c4993202ff1d141bef1-1fd9da03249c0343-00", + "traceparent": "00-f55e4de0278f494fa3c3cecf9a126302-4e1481aa3df4b747-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e8e0a504730a9836b88310a7791ded95", + "x-ms-client-request-id": "e681151b4269d94a51fe386016e02b95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5f64345b-0130-4aa0-b78f-7514340d50bc", + "apim-request-id": "c0600627-a298-4168-9feb-89e6ef7433f3", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:56:41 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5f64345b-0130-4aa0-b78f-7514340d50bc", + "Date": "Wed, 09 Sep 2020 22:28:14 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "181" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5f64345b-0130-4aa0-b78f-7514340d50bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "25a84a5deef9ce090f59f1867b90f682", + "x-ms-client-request-id": "7cc915545ca02bcba70f4409e737a1a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c25ab69-e6c4-4365-8cfe-768a5cf20e7f", + "apim-request-id": "a5b23a54-0c0f-4ab2-8365-0d5b0e434fb3", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:41 GMT", + "Date": "Wed, 09 Sep 2020 22:28:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:41Z", - "lastUpdatedDateTime": "2020-08-20T17:56:41Z" + "createdDateTime": "2020-09-09T22:28:15Z", + "lastUpdatedDateTime": "2020-09-09T22:28:15Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5f64345b-0130-4aa0-b78f-7514340d50bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e090c645aac3c45eca903914aad4a274", + "x-ms-client-request-id": "6af5f379cb5b7026d346eeb61657176d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "53739c03-a46c-4fae-b9c2-2008862c5cac", + "apim-request-id": "013a67b1-7358-4593-949e-90870f13fdd7", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:42 GMT", + "Date": "Wed, 09 Sep 2020 22:28:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:41Z", - "lastUpdatedDateTime": "2020-08-20T17:56:41Z" + "createdDateTime": "2020-09-09T22:28:15Z", + "lastUpdatedDateTime": "2020-09-09T22:28:15Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5f64345b-0130-4aa0-b78f-7514340d50bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5942a6fbbe0816f49c11d9b182af1d27", + "x-ms-client-request-id": "0795ea6f9e6bbf054a553e5afd40f219", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a58ce3a-fb67-4bcd-9600-a6ceacaeeb75", + "apim-request-id": "bb5ef9bc-e86d-4001-aeaa-234e07658bbf", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:43 GMT", + "Date": "Wed, 09 Sep 2020 22:28:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:41Z", - "lastUpdatedDateTime": "2020-08-20T17:56:42Z" + "createdDateTime": "2020-09-09T22:28:15Z", + "lastUpdatedDateTime": "2020-09-09T22:28:15Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5f64345b-0130-4aa0-b78f-7514340d50bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b2628e8d0d8db3d2ece35b69b4f4243a", + "x-ms-client-request-id": "23e68e5dc0ea893aee59a8596d151450", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6574ecf3-cfcc-421e-a7c9-1c91ec2c33bd", + "apim-request-id": "e11d1913-7cd0-48f7-8af7-a8b0e1ea8430", + "Content-Length": "5770", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:44 GMT", + "Date": "Wed, 09 Sep 2020 22:28:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:56:41Z", - "lastUpdatedDateTime": "2020-08-20T17:56:43Z", + "createdDateTime": "2020-09-09T22:28:15Z", + "lastUpdatedDateTime": "2020-09-09T22:28:18Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", - "angle": 0.4327, + "angle": 0.3673, "width": 1688, "height": 3000, "unit": "pixel", "lines": [ { "boundingBox": [ - 405, - 273, + 620, + 291, + 1048, + 288, 1049, - 273, - 1052, - 403, - 407, - 415 + 384, + 621, + 389 ], "text": "Contoso", "words": [ { "boundingBox": [ - 618, - 278, - 1048, - 285, - 1052, - 380, + 620, + 293, + 1044, + 290, + 1046, + 379, 623, - 400 + 389 ], "text": "Contoso", - "confidence": 0.792 + "confidence": 0.984 } ] }, { "boundingBox": [ - 327, - 592, - 498, - 602, - 494, - 655, - 324, - 642 + 326, + 589, + 499, + 601, + 496, + 651, + 323, + 640 ], "text": "Contoso", "words": [ { "boundingBox": [ 328, - 592, - 496, - 604, - 493, - 656, + 590, + 500, + 601, + 497, + 651, 324, - 643 + 640 ], "text": "Contoso", - "confidence": 0.694 + "confidence": 0.941 } ] }, { "boundingBox": [ - 318, - 689, + 314, + 690, + 650, + 694, 649, - 692, - 648, 754, - 317, - 752 + 314, + 751 ], "text": "123 Main Street", "words": [ { "boundingBox": [ - 321, - 689, - 387, - 692, - 385, - 753, 318, - 750 + 690, + 383, + 693, + 379, + 752, + 314, + 748 ], "text": "123", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 399, - 693, - 499, - 695, - 498, + 394, + 694, + 493, + 697, + 491, 754, - 397, - 754 + 391, + 752 ], "text": "Main", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 511, - 696, - 645, - 696, - 646, + 504, + 697, + 649, + 697, + 648, 751, - 510, + 502, 754 ], "text": "Street", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 315, - 794, - 749, - 795, - 748, - 858, - 315, - 856 + 311, + 796, + 751, + 796, + 751, + 854, + 311, + 855 ], "text": "Redmond, WA 98052", "words": [ { "boundingBox": [ - 317, - 795, - 523, + 313, + 796, + 517, 799, - 523, - 858, - 316, - 855 + 517, + 856, + 311, + 851 ], "text": "Redmond,", - "confidence": 0.762 + "confidence": 0.887 }, { "boundingBox": [ - 535, + 528, 799, - 598, + 592, 799, - 598, - 858, - 535, - 858 + 592, + 855, + 527, + 856 ], "text": "WA", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 610, + 603, 799, - 746, + 750, 797, - 746, - 855, - 610, - 858 + 751, + 848, + 603, + 855 ], "text": "98052", - "confidence": 0.943 + "confidence": 0.984 } ] }, { "boundingBox": [ - 305, + 307, 1004, 619, - 1014, - 617, - 1072, - 305, + 1010, + 618, + 1068, + 306, 1061 ], "text": "123-456-7890", "words": [ { "boundingBox": [ - 306, + 308, 1005, - 618, - 1014, - 615, - 1073, - 307, - 1062 + 620, + 1012, + 616, + 1068, + 306, + 1063 ], "text": "123-456-7890", - "confidence": 0.93 + "confidence": 0.951 } ] }, @@ -363,688 +362,705 @@ "boundingBox": [ 301, 1222, + 631, + 1224, 630, - 1227, - 629, - 1287, + 1290, 301, - 1283 + 1287 ], - "text": "6/10/20 19 13:59", + "text": "6/10/2019 13:59", "words": [ { "boundingBox": [ 302, - 1222, - 452, - 1225, - 450, - 1287, - 301, - 1285 - ], - "text": "6/10/20", - "confidence": 0.952 - }, - { - "boundingBox": [ - 464, - 1226, - 505, - 1227, - 504, - 1287, - 463, - 1287 + 1223, + 496, + 1224, + 496, + 1290, + 302, + 1289 ], - "text": "19", - "confidence": 0.925 + "text": "6/10/2019", + "confidence": 0.867 }, { "boundingBox": [ - 518, - 1227, - 631, - 1230, - 628, - 1287, - 516, - 1287 + 509, + 1224, + 630, + 1228, + 630, + 1290, + 509, + 1290 ], "text": "13:59", - "confidence": 0.924 + "confidence": 0.983 } ] }, { "boundingBox": [ - 298, + 301, 1335, - 772, - 1339, - 772, + 769, + 1338, + 768, 1396, - 298, + 300, 1393 ], "text": "Sales Associate: Paul", "words": [ { "boundingBox": [ - 302, + 301, 1336, - 418, - 1337, - 417, - 1395, - 300, + 409, + 1336, + 408, + 1393, + 301, 1393 ], "text": "Sales", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 430, + 420, + 1336, + 646, 1337, - 652, - 1339, - 652, - 1397, - 429, - 1395 + 646, + 1396, + 420, + 1393 ], "text": "Associate:", - "confidence": 0.916 + "confidence": 0.98 }, { "boundingBox": [ - 663, - 1339, - 770, - 1339, - 771, + 658, + 1338, + 769, + 1338, + 768, 1397, - 663, - 1397 + 657, + 1396 ], "text": "Paul", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 333, - 1558, - 670, + 1560, + 674, 1562, - 670, - 1625, - 333, - 1622 + 674, + 1620, + 332, + 1618 ], "text": "1 Surface Pro 6", "words": [ { "boundingBox": [ 334, - 1559, - 361, - 1559, - 360, - 1623, + 1560, + 353, + 1561, + 352, + 1619, 333, - 1623 + 1619 ], "text": "1", - "confidence": 0.845 + "confidence": 0.986 }, { "boundingBox": [ - 373, - 1560, - 545, - 1563, - 545, - 1625, - 373, - 1624 + 365, + 1561, + 539, + 1562, + 538, + 1620, + 364, + 1619 ], "text": "Surface", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 558, - 1563, - 629, + 551, + 1562, + 628, 1563, - 629, - 1625, - 558, - 1625 + 627, + 1621, + 549, + 1620 ], "text": "Pro", - "confidence": 0.884 + "confidence": 0.952 }, { "boundingBox": [ - 642, - 1564, - 669, - 1564, - 669, - 1624, - 642, - 1625 + 639, + 1563, + 674, + 1563, + 673, + 1621, + 638, + 1621 ], "text": "6", - "confidence": 0.799 + "confidence": 0.961 } ] }, { "boundingBox": [ - 370, - 1670, - 842, + 369, 1672, - 841, - 1742, + 846, + 1674, + 846, + 1739, 369, - 1737 + 1736 ], "text": "256GB / Intel Core i5 /", "words": [ { "boundingBox": [ 370, - 1670, - 507, - 1672, - 507, - 1739, + 1673, + 502, + 1673, + 501, + 1737, 370, 1734 ], "text": "256GB", - "confidence": 0.954 + "confidence": 0.984 }, { "boundingBox": [ - 520, - 1672, - 533, - 1672, - 532, - 1740, - 519, - 1739 + 514, + 1673, + 526, + 1673, + 525, + 1737, + 513, + 1737 ], "text": "/", - "confidence": 0.84 + "confidence": 0.962 }, { "boundingBox": [ - 545, - 1672, - 651, + 538, + 1673, + 641, 1673, - 650, - 1742, - 544, - 1740 + 640, + 1739, + 537, + 1738 ], "text": "Intel", - "confidence": 0.904 + "confidence": 0.926 }, { "boundingBox": [ - 663, - 1673, - 760, + 653, 1673, - 759, - 1742, - 662, - 1742 + 753, + 1674, + 751, + 1739, + 652, + 1739 ], "text": "Core", - "confidence": 0.958 + "confidence": 0.986 }, { "boundingBox": [ - 773, - 1673, - 811, - 1673, - 810, - 1742, - 772, - 1742 + 765, + 1674, + 805, + 1674, + 803, + 1739, + 763, + 1739 ], "text": "i5", - "confidence": 0.82 + "confidence": 0.972 }, { "boundingBox": [ - 823, - 1673, + 817, + 1674, + 845, + 1674, 842, - 1672, - 841, - 1742, - 822, - 1742 + 1739, + 814, + 1739 ], "text": "/", - "confidence": 0.849 + "confidence": 0.977 } ] }, { "boundingBox": [ - 366, - 1786, + 368, + 1784, 731, - 1787, + 1784, 730, - 1848, - 366, - 1846 + 1853, + 368, + 1849 ], "text": "8GB RAM (Black)", "words": [ { "boundingBox": [ 368, - 1787, - 454, - 1787, - 453, - 1847, - 366, - 1845 + 1785, + 446, + 1785, + 446, + 1849, + 369, + 1847 ], "text": "8GB", - "confidence": 0.908 + "confidence": 0.943 }, { "boundingBox": [ - 466, - 1787, - 566, - 1787, - 565, - 1848, - 464, - 1847 + 458, + 1785, + 555, + 1785, + 556, + 1852, + 459, + 1849 ], "text": "RAM", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 577, - 1787, - 729, - 1788, - 728, - 1849, - 576, - 1848 + 567, + 1785, + 730, + 1785, + 730, + 1854, + 568, + 1852 ], "text": "(Black)", - "confidence": 0.845 + "confidence": 0.969 } ] }, { "boundingBox": [ - 938, - 1788, - 1133, - 1793, - 1131, - 1860, - 939, - 1854 + 977, + 1796, + 1130, + 1800, + 1128, + 1854, + 977, + 1849 ], - "text": "$ 999.00", + "text": "999.00", "words": [ { "boundingBox": [ - 938, - 1788, - 967, - 1788, - 965, - 1855, - 938, - 1854 - ], - "text": "$", - "confidence": 0.796 - }, - { - "boundingBox": [ - 980, - 1789, - 1130, - 1793, + 977, + 1796, 1128, - 1860, - 979, - 1856 + 1800, + 1127, + 1854, + 977, + 1849 ], "text": "999.00", - "confidence": 0.909 + "confidence": 0.979 } ] }, { "boundingBox": [ - 319, + 317, 2018, + 627, + 2013, 628, - 2014, - 630, - 2077, - 320, - 2083 + 2074, + 318, + 2080 ], "text": "1 SurfacePen", "words": [ { "boundingBox": [ - 319, - 2018, - 348, - 2018, - 350, - 2084, - 322, - 2084 + 317, + 2021, + 341, + 2020, + 343, + 2080, + 320, + 2080 ], "text": "1", - "confidence": 0.839 + "confidence": 0.983 }, { "boundingBox": [ - 361, - 2018, - 628, + 353, + 2019, + 625, 2014, - 628, - 2076, - 363, - 2083 + 626, + 2075, + 355, + 2080 ], "text": "SurfacePen", - "confidence": 0.938 + "confidence": 0.98 } ] }, { "boundingBox": [ - 965, - 2024, + 1004, + 2031, + 1130, + 2031, 1129, - 2027, - 1127, - 2095, - 966, - 2093 + 2091, + 1004, + 2089 ], - "text": "$ 99.99", + "text": "99.99", "words": [ { "boundingBox": [ - 965, - 2024, - 995, - 2024, - 994, - 2093, - 965, - 2092 + 1004, + 2031, + 1128, + 2031, + 1128, + 2091, + 1004, + 2090 ], - "text": "$", - "confidence": 0.799 - }, + "text": "99.99", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 278, + 2168, + 321, + 2168, + 322, + 2180, + 278, + 2181 + ], + "text": "--", + "words": [ { "boundingBox": [ - 1009, - 2024, - 1126, - 2026, - 1125, - 2095, - 1008, - 2093 + 288, + 2169, + 321, + 2168, + 322, + 2180, + 288, + 2181 ], - "text": "99.99", - "confidence": 0.93 + "text": "--", + "confidence": 0.559 } ] }, { "boundingBox": [ 471, - 2242, - 697, + 2243, + 698, 2245, 697, 2307, 471, - 2305 + 2304 ], "text": "Sub-Total", "words": [ { "boundingBox": [ - 472, + 471, 2243, - 697, - 2246, 696, + 2245, + 694, 2307, 472, - 2306 + 2305 ], "text": "Sub-Total", - "confidence": 0.762 + "confidence": 0.975 } ] }, { "boundingBox": [ - 924, - 2258, + 956, + 2261, 1135, 2255, 1137, - 2319, - 926, - 2324 + 2314, + 958, + 2319 ], - "text": "$ 1098.99", + "text": "1098.99", "words": [ { "boundingBox": [ - 925, - 2259, - 949, - 2258, - 951, - 2325, - 927, - 2325 - ], - "text": "$", - "confidence": 0.881 - }, - { - "boundingBox": [ - 962, - 2258, - 1133, - 2255, - 1134, - 2319, - 964, - 2324 + 960, + 2262, + 1136, + 2256, + 1138, + 2315, + 963, + 2320 ], "text": "1098.99", - "confidence": 0.933 + "confidence": 0.983 } ] }, { "boundingBox": [ - 570, - 2356, - 655, - 2358, - 655, - 2415, - 568, - 2414 + 565, + 2354, + 657, + 2361, + 652, + 2414, + 562, + 2412 ], "text": "Tax", "words": [ { "boundingBox": [ - 571, - 2356, + 564, + 2354, + 657, + 2358, 654, - 2357, - 653, 2415, - 570, - 2413 + 562, + 2411 ], "text": "Tax", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 943, + 977, + 2374, + 1132, 2370, - 1129, - 2366, - 1130, - 2433, - 945, - 2435 + 1131, + 2428, + 980, + 2428 ], - "text": "$ 104.40", + "text": "104.40", "words": [ { "boundingBox": [ - 943, - 2369, - 967, - 2369, - 969, - 2436, - 944, - 2436 - ], - "text": "$", - "confidence": 0.894 - }, - { - "boundingBox": [ - 981, - 2368, - 1126, - 2366, - 1127, - 2433, - 982, - 2435 + 977, + 2372, + 1128, + 2370, + 1129, + 2427, + 977, + 2429 ], "text": "104.40", - "confidence": 0.958 + "confidence": 0.983 } ] }, { "boundingBox": [ - 549, - 2593, - 666, - 2589, + 546, + 2594, 669, - 2649, - 548, + 2589, + 670, + 2647, + 549, 2652 ], "text": "Total", "words": [ { "boundingBox": [ - 548, - 2592, - 666, + 546, + 2594, + 665, 2589, 668, - 2648, - 550, + 2647, + 548, 2652 ], "text": "Total", - "confidence": 0.668 + "confidence": 0.924 } ] }, { "boundingBox": [ - 915, - 2590, - 1127, - 2613, - 1120, - 2674, 909, - 2651 + 2593, + 1128, + 2611, + 1121, + 2673, + 907, + 2650 ], "text": "$ 1203.39", "words": [ { "boundingBox": [ - 917, - 2591, - 945, + 909, 2594, 939, - 2655, - 911, - 2652 + 2596, + 936, + 2653, + 907, + 2650 ], "text": "$", - "confidence": 0.885 + "confidence": 0.985 }, { "boundingBox": [ - 957, - 2595, - 1128, - 2614, - 1119, - 2675, - 951, - 2656 + 950, + 2596, + 1127, + 2613, + 1121, + 2674, + 947, + 2654 ], "text": "1203.39", - "confidence": 0.954 + "confidence": 0.983 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 509, + 620, + 721, + 620, + 721, + 703, + 509, + 703 + ], + "confidence": 0.775, + "state": "unselected" + }, + { + "boundingBox": [ + 1497, + 2820, + 1688, + 2820, + 1688, + 2999, + 1497, + 2999 + ], + "confidence": 0.654, + "state": "unselected" + }, + { + "boundingBox": [ + 866, + 2259, + 918, + 2259, + 918, + 2358, + 866, + 2358 + ], + "confidence": 0.523, + "state": "unselected" + }, + { + "boundingBox": [ + 836, + 2277, + 866, + 2277, + 866, + 2309, + 836, + 2309 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1059,7 +1075,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1071947173" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "869505473" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json index 099d59149ca27..7abe5482d0e52 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,361 +1,360 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-d6480faa0dfe0b4ca5345c817b701ab7-e38ec25d512f7845-00", + "traceparent": "00-0fd2eec9f2db3e42b2ac9d9954437a36-3921a4d9de379b4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "591e6205165690c31058a111992adbf5", + "x-ms-client-request-id": "8cc5f30bb3bf1b87232aac7059f41f27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "apim-request-id": "a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:54 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "Date": "Wed, 09 Sep 2020 22:33:09 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "119" + "x-envoy-upstream-service-time": "141" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a7fd670834066d18a471f473bef4fb78", + "x-ms-client-request-id": "ad31e46bbae568ea1e5365a830a24e45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "458d9454-f839-46ad-b2e9-77efef52c548", + "apim-request-id": "caf581d1-1ecf-49fa-a5c0-327d43b27be6", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:54 GMT", + "Date": "Wed, 09 Sep 2020 22:33:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:55Z", - "lastUpdatedDateTime": "2020-08-20T18:02:55Z" + "createdDateTime": "2020-09-09T22:33:09Z", + "lastUpdatedDateTime": "2020-09-09T22:33:09Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a76a720dce188ccea65f9292332b0412", + "x-ms-client-request-id": "81a547ea697edd57f76b3a2993a05969", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4d6f8ce7-736c-442f-9b8f-0650908c0f69", + "apim-request-id": "d6521c41-e715-47fc-b744-e3ad0b52bb14", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:55 GMT", + "Date": "Wed, 09 Sep 2020 22:33:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:55Z", - "lastUpdatedDateTime": "2020-08-20T18:02:55Z" + "createdDateTime": "2020-09-09T22:33:09Z", + "lastUpdatedDateTime": "2020-09-09T22:33:09Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f497a3171d81d1014ab0b4e4214fd21b", + "x-ms-client-request-id": "594709ab00d450eb095d6d6b4ddeea80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da50f4b6-df17-4602-881b-66a2201d3937", + "apim-request-id": "5d2a1f01-0791-4447-a0a2-78749f2e98ad", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:56 GMT", + "Date": "Wed, 09 Sep 2020 22:33:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:55Z", - "lastUpdatedDateTime": "2020-08-20T18:02:57Z" + "createdDateTime": "2020-09-09T22:33:09Z", + "lastUpdatedDateTime": "2020-09-09T22:33:09Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/fc4d6494-70ba-4090-8f9b-51fe8b599d7e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2703285c34c03add997000a7a1863a78", + "x-ms-client-request-id": "128666db9e4f02a88c53b67980c1d57d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c13b1937-9f29-4bac-96ca-eb865e075bec", + "apim-request-id": "bbf15448-3686-4030-816e-cc2b0f3c4e41", + "Content-Length": "5770", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:58 GMT", + "Date": "Wed, 09 Sep 2020 22:33:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:55Z", - "lastUpdatedDateTime": "2020-08-20T18:02:58Z", + "createdDateTime": "2020-09-09T22:33:09Z", + "lastUpdatedDateTime": "2020-09-09T22:33:11Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", - "angle": 0.4327, + "angle": 0.3673, "width": 1688, "height": 3000, "unit": "pixel", "lines": [ { "boundingBox": [ - 405, - 273, + 620, + 291, + 1048, + 288, 1049, - 273, - 1052, - 403, - 407, - 415 + 384, + 621, + 389 ], "text": "Contoso", "words": [ { "boundingBox": [ - 618, - 278, - 1048, - 285, - 1052, - 380, + 620, + 293, + 1044, + 290, + 1046, + 379, 623, - 400 + 389 ], "text": "Contoso", - "confidence": 0.792 + "confidence": 0.984 } ] }, { "boundingBox": [ - 327, - 592, - 498, - 602, - 494, - 655, - 324, - 642 + 326, + 589, + 499, + 601, + 496, + 651, + 323, + 640 ], "text": "Contoso", "words": [ { "boundingBox": [ 328, - 592, - 496, - 604, - 493, - 656, + 590, + 500, + 601, + 497, + 651, 324, - 643 + 640 ], "text": "Contoso", - "confidence": 0.694 + "confidence": 0.941 } ] }, { "boundingBox": [ - 318, - 689, + 314, + 690, + 650, + 694, 649, - 692, - 648, 754, - 317, - 752 + 314, + 751 ], "text": "123 Main Street", "words": [ { "boundingBox": [ - 321, - 689, - 387, - 692, - 385, - 753, 318, - 750 + 690, + 383, + 693, + 379, + 752, + 314, + 748 ], "text": "123", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 399, - 693, - 499, - 695, - 498, + 394, + 694, + 493, + 697, + 491, 754, - 397, - 754 + 391, + 752 ], "text": "Main", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 511, - 696, - 645, - 696, - 646, + 504, + 697, + 649, + 697, + 648, 751, - 510, + 502, 754 ], "text": "Street", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 315, - 794, - 749, - 795, - 748, - 858, - 315, - 856 + 311, + 796, + 751, + 796, + 751, + 854, + 311, + 855 ], "text": "Redmond, WA 98052", "words": [ { "boundingBox": [ - 317, - 795, - 523, + 313, + 796, + 517, 799, - 523, - 858, - 316, - 855 + 517, + 856, + 311, + 851 ], "text": "Redmond,", - "confidence": 0.762 + "confidence": 0.887 }, { "boundingBox": [ - 535, + 528, 799, - 598, + 592, 799, - 598, - 858, - 535, - 858 + 592, + 855, + 527, + 856 ], "text": "WA", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 610, + 603, 799, - 746, + 750, 797, - 746, - 855, - 610, - 858 + 751, + 848, + 603, + 855 ], "text": "98052", - "confidence": 0.943 + "confidence": 0.984 } ] }, { "boundingBox": [ - 305, + 307, 1004, 619, - 1014, - 617, - 1072, - 305, + 1010, + 618, + 1068, + 306, 1061 ], "text": "123-456-7890", "words": [ { "boundingBox": [ - 306, + 308, 1005, - 618, - 1014, - 615, - 1073, - 307, - 1062 + 620, + 1012, + 616, + 1068, + 306, + 1063 ], "text": "123-456-7890", - "confidence": 0.93 + "confidence": 0.951 } ] }, @@ -363,688 +362,705 @@ "boundingBox": [ 301, 1222, + 631, + 1224, 630, - 1227, - 629, - 1287, + 1290, 301, - 1283 + 1287 ], - "text": "6/10/20 19 13:59", + "text": "6/10/2019 13:59", "words": [ { "boundingBox": [ 302, - 1222, - 452, - 1225, - 450, - 1287, - 301, - 1285 - ], - "text": "6/10/20", - "confidence": 0.952 - }, - { - "boundingBox": [ - 464, - 1226, - 505, - 1227, - 504, - 1287, - 463, - 1287 + 1223, + 496, + 1224, + 496, + 1290, + 302, + 1289 ], - "text": "19", - "confidence": 0.925 + "text": "6/10/2019", + "confidence": 0.867 }, { "boundingBox": [ - 518, - 1227, - 631, - 1230, - 628, - 1287, - 516, - 1287 + 509, + 1224, + 630, + 1228, + 630, + 1290, + 509, + 1290 ], "text": "13:59", - "confidence": 0.924 + "confidence": 0.983 } ] }, { "boundingBox": [ - 298, + 301, 1335, - 772, - 1339, - 772, + 769, + 1338, + 768, 1396, - 298, + 300, 1393 ], "text": "Sales Associate: Paul", "words": [ { "boundingBox": [ - 302, + 301, 1336, - 418, - 1337, - 417, - 1395, - 300, + 409, + 1336, + 408, + 1393, + 301, 1393 ], "text": "Sales", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 430, + 420, + 1336, + 646, 1337, - 652, - 1339, - 652, - 1397, - 429, - 1395 + 646, + 1396, + 420, + 1393 ], "text": "Associate:", - "confidence": 0.916 + "confidence": 0.98 }, { "boundingBox": [ - 663, - 1339, - 770, - 1339, - 771, + 658, + 1338, + 769, + 1338, + 768, 1397, - 663, - 1397 + 657, + 1396 ], "text": "Paul", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 333, - 1558, - 670, + 1560, + 674, 1562, - 670, - 1625, - 333, - 1622 + 674, + 1620, + 332, + 1618 ], "text": "1 Surface Pro 6", "words": [ { "boundingBox": [ 334, - 1559, - 361, - 1559, - 360, - 1623, + 1560, + 353, + 1561, + 352, + 1619, 333, - 1623 + 1619 ], "text": "1", - "confidence": 0.845 + "confidence": 0.986 }, { "boundingBox": [ - 373, - 1560, - 545, - 1563, - 545, - 1625, - 373, - 1624 + 365, + 1561, + 539, + 1562, + 538, + 1620, + 364, + 1619 ], "text": "Surface", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 558, - 1563, - 629, + 551, + 1562, + 628, 1563, - 629, - 1625, - 558, - 1625 + 627, + 1621, + 549, + 1620 ], "text": "Pro", - "confidence": 0.884 + "confidence": 0.952 }, { "boundingBox": [ - 642, - 1564, - 669, - 1564, - 669, - 1624, - 642, - 1625 + 639, + 1563, + 674, + 1563, + 673, + 1621, + 638, + 1621 ], "text": "6", - "confidence": 0.799 + "confidence": 0.961 } ] }, { "boundingBox": [ - 370, - 1670, - 842, + 369, 1672, - 841, - 1742, + 846, + 1674, + 846, + 1739, 369, - 1737 + 1736 ], "text": "256GB / Intel Core i5 /", "words": [ { "boundingBox": [ 370, - 1670, - 507, - 1672, - 507, - 1739, + 1673, + 502, + 1673, + 501, + 1737, 370, 1734 ], "text": "256GB", - "confidence": 0.954 + "confidence": 0.984 }, { "boundingBox": [ - 520, - 1672, - 533, - 1672, - 532, - 1740, - 519, - 1739 + 514, + 1673, + 526, + 1673, + 525, + 1737, + 513, + 1737 ], "text": "/", - "confidence": 0.84 + "confidence": 0.962 }, { "boundingBox": [ - 545, - 1672, - 651, + 538, 1673, - 650, - 1742, - 544, - 1740 + 641, + 1673, + 640, + 1739, + 537, + 1738 ], "text": "Intel", - "confidence": 0.904 + "confidence": 0.926 }, { "boundingBox": [ - 663, - 1673, - 760, + 653, 1673, - 759, - 1742, - 662, - 1742 + 753, + 1674, + 751, + 1739, + 652, + 1739 ], "text": "Core", - "confidence": 0.958 + "confidence": 0.986 }, { "boundingBox": [ - 773, - 1673, - 811, - 1673, - 810, - 1742, - 772, - 1742 + 765, + 1674, + 805, + 1674, + 803, + 1739, + 763, + 1739 ], "text": "i5", - "confidence": 0.82 + "confidence": 0.972 }, { "boundingBox": [ - 823, - 1673, + 817, + 1674, + 845, + 1674, 842, - 1672, - 841, - 1742, - 822, - 1742 + 1739, + 814, + 1739 ], "text": "/", - "confidence": 0.849 + "confidence": 0.977 } ] }, { "boundingBox": [ - 366, - 1786, + 368, + 1784, 731, - 1787, + 1784, 730, - 1848, - 366, - 1846 + 1853, + 368, + 1849 ], "text": "8GB RAM (Black)", "words": [ { "boundingBox": [ 368, - 1787, - 454, - 1787, - 453, - 1847, - 366, - 1845 + 1785, + 446, + 1785, + 446, + 1849, + 369, + 1847 ], "text": "8GB", - "confidence": 0.908 + "confidence": 0.943 }, { "boundingBox": [ - 466, - 1787, - 566, - 1787, - 565, - 1848, - 464, - 1847 + 458, + 1785, + 555, + 1785, + 556, + 1852, + 459, + 1849 ], "text": "RAM", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 577, - 1787, - 729, - 1788, - 728, - 1849, - 576, - 1848 + 567, + 1785, + 730, + 1785, + 730, + 1854, + 568, + 1852 ], "text": "(Black)", - "confidence": 0.845 + "confidence": 0.969 } ] }, { "boundingBox": [ - 938, - 1788, - 1133, - 1793, - 1131, - 1860, - 939, - 1854 + 977, + 1796, + 1130, + 1800, + 1128, + 1854, + 977, + 1849 ], - "text": "$ 999.00", + "text": "999.00", "words": [ { "boundingBox": [ - 938, - 1788, - 967, - 1788, - 965, - 1855, - 938, - 1854 - ], - "text": "$", - "confidence": 0.796 - }, - { - "boundingBox": [ - 980, - 1789, - 1130, - 1793, + 977, + 1796, 1128, - 1860, - 979, - 1856 + 1800, + 1127, + 1854, + 977, + 1849 ], "text": "999.00", - "confidence": 0.909 + "confidence": 0.979 } ] }, { "boundingBox": [ - 319, + 317, 2018, + 627, + 2013, 628, - 2014, - 630, - 2077, - 320, - 2083 + 2074, + 318, + 2080 ], "text": "1 SurfacePen", "words": [ { "boundingBox": [ - 319, - 2018, - 348, - 2018, - 350, - 2084, - 322, - 2084 + 317, + 2021, + 341, + 2020, + 343, + 2080, + 320, + 2080 ], "text": "1", - "confidence": 0.839 + "confidence": 0.983 }, { "boundingBox": [ - 361, - 2018, - 628, + 353, + 2019, + 625, 2014, - 628, - 2076, - 363, - 2083 + 626, + 2075, + 355, + 2080 ], "text": "SurfacePen", - "confidence": 0.938 + "confidence": 0.98 } ] }, { "boundingBox": [ - 965, - 2024, + 1004, + 2031, + 1130, + 2031, 1129, - 2027, - 1127, - 2095, - 966, - 2093 + 2091, + 1004, + 2089 ], - "text": "$ 99.99", + "text": "99.99", "words": [ { "boundingBox": [ - 965, - 2024, - 995, - 2024, - 994, - 2093, - 965, - 2092 + 1004, + 2031, + 1128, + 2031, + 1128, + 2091, + 1004, + 2090 ], - "text": "$", - "confidence": 0.799 - }, + "text": "99.99", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 278, + 2168, + 321, + 2168, + 322, + 2180, + 278, + 2181 + ], + "text": "--", + "words": [ { "boundingBox": [ - 1009, - 2024, - 1126, - 2026, - 1125, - 2095, - 1008, - 2093 + 288, + 2169, + 321, + 2168, + 322, + 2180, + 288, + 2181 ], - "text": "99.99", - "confidence": 0.93 + "text": "--", + "confidence": 0.559 } ] }, { "boundingBox": [ 471, - 2242, - 697, + 2243, + 698, 2245, 697, 2307, 471, - 2305 + 2304 ], "text": "Sub-Total", "words": [ { "boundingBox": [ - 472, + 471, 2243, - 697, - 2246, 696, + 2245, + 694, 2307, 472, - 2306 + 2305 ], "text": "Sub-Total", - "confidence": 0.762 + "confidence": 0.975 } ] }, { "boundingBox": [ - 924, - 2258, + 956, + 2261, 1135, 2255, 1137, - 2319, - 926, - 2324 + 2314, + 958, + 2319 ], - "text": "$ 1098.99", + "text": "1098.99", "words": [ { "boundingBox": [ - 925, - 2259, - 949, - 2258, - 951, - 2325, - 927, - 2325 - ], - "text": "$", - "confidence": 0.881 - }, - { - "boundingBox": [ - 962, - 2258, - 1133, - 2255, - 1134, - 2319, - 964, - 2324 + 960, + 2262, + 1136, + 2256, + 1138, + 2315, + 963, + 2320 ], "text": "1098.99", - "confidence": 0.933 + "confidence": 0.983 } ] }, { "boundingBox": [ - 570, - 2356, - 655, - 2358, - 655, - 2415, - 568, - 2414 + 565, + 2354, + 657, + 2361, + 652, + 2414, + 562, + 2412 ], "text": "Tax", "words": [ { "boundingBox": [ - 571, - 2356, + 564, + 2354, + 657, + 2358, 654, - 2357, - 653, 2415, - 570, - 2413 + 562, + 2411 ], "text": "Tax", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 943, + 977, + 2374, + 1132, 2370, - 1129, - 2366, - 1130, - 2433, - 945, - 2435 + 1131, + 2428, + 980, + 2428 ], - "text": "$ 104.40", + "text": "104.40", "words": [ { "boundingBox": [ - 943, - 2369, - 967, - 2369, - 969, - 2436, - 944, - 2436 - ], - "text": "$", - "confidence": 0.894 - }, - { - "boundingBox": [ - 981, - 2368, - 1126, - 2366, - 1127, - 2433, - 982, - 2435 + 977, + 2372, + 1128, + 2370, + 1129, + 2427, + 977, + 2429 ], "text": "104.40", - "confidence": 0.958 + "confidence": 0.983 } ] }, { "boundingBox": [ - 549, - 2593, - 666, - 2589, + 546, + 2594, 669, - 2649, - 548, + 2589, + 670, + 2647, + 549, 2652 ], "text": "Total", "words": [ { "boundingBox": [ - 548, - 2592, - 666, + 546, + 2594, + 665, 2589, 668, - 2648, - 550, + 2647, + 548, 2652 ], "text": "Total", - "confidence": 0.668 + "confidence": 0.924 } ] }, { "boundingBox": [ - 915, - 2590, - 1127, - 2613, - 1120, - 2674, 909, - 2651 + 2593, + 1128, + 2611, + 1121, + 2673, + 907, + 2650 ], "text": "$ 1203.39", "words": [ { "boundingBox": [ - 917, - 2591, - 945, + 909, 2594, 939, - 2655, - 911, - 2652 + 2596, + 936, + 2653, + 907, + 2650 ], "text": "$", - "confidence": 0.885 + "confidence": 0.985 }, { "boundingBox": [ - 957, - 2595, - 1128, - 2614, - 1119, - 2675, - 951, - 2656 + 950, + 2596, + 1127, + 2613, + 1121, + 2674, + 947, + 2654 ], "text": "1203.39", - "confidence": 0.954 + "confidence": 0.983 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 509, + 620, + 721, + 620, + 721, + 703, + 509, + 703 + ], + "confidence": 0.775, + "state": "unselected" + }, + { + "boundingBox": [ + 1497, + 2820, + 1688, + 2820, + 1688, + 2999, + 1497, + 2999 + ], + "confidence": 0.654, + "state": "unselected" + }, + { + "boundingBox": [ + 866, + 2259, + 918, + 2259, + 918, + 2358, + 866, + 2358 + ], + "confidence": 0.523, + "state": "unselected" + }, + { + "boundingBox": [ + 836, + 2277, + 866, + 2277, + 866, + 2309, + 836, + 2309 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1059,7 +1075,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "222809265" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "417520620" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json index 7f1d44b5c23be..de99ce35c9bb7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json @@ -1,32 +1,32 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1990ace326d3cd4c82eed9754a356ac7-405ca8ceae3c2d49-00", + "traceparent": "00-d343938fae336247bdd76332cad74a0a-36870bbf0de60043-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "76d71d2327fe170eafad1f77b57a2eff", + "x-ms-client-request-id": "d2c419df796518d9b352aefb451d0172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Thu, 20 Aug 2020 17:56:44 GMT" + "Date": "Wed, 09 Sep 2020 22:28:19 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1224059332" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1540698561" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json index dd27b92df4bc2..17b48a31ebd04 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json @@ -1,32 +1,32 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b7ce65396706df4795acb8bf30bcf84c-83eb3830c9311547-00", + "traceparent": "00-e33ddf0151e2af4c86125d9a964dbe81-686b9cc70ddb0742-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1c4b08d2c6949f507d6f53da73801fa8", + "x-ms-client-request-id": "515eb0f0c85ee45570344f2d4336ab40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Thu, 20 Aug 2020 18:02:58 GMT" + "Date": "Wed, 09 Sep 2020 22:33:12 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "727155769" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "855311763" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json index 7bd175b2ba8ee..bb8694909f656 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json @@ -1,188 +1,217 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-04d607a65712d8478b312e5c0205319e-95b0e57e0fa23046-00", + "traceparent": "00-5812014c96ac9a449f86e592bf91121a-abd6d632711c8741-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b69cb9bfbdff3b099d7ea4297b7674fc", + "x-ms-client-request-id": "7ff6bd72cc5799c75d4f016d27d09500", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "20695820-ca48-4b92-97df-dff50fa81134", + "apim-request-id": "80797026-e20f-47e7-9ef5-2a0365591bd8", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:56:44 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "Date": "Wed, 09 Sep 2020 22:28:19 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f9e90096bc65cbe78e8fe0a33be428ce", + "x-ms-client-request-id": "0b2306af61959bdc14aff49d748a4e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff452a89-f567-4bb3-915c-e1198eae7ba3", + "apim-request-id": "fa6284a9-8838-4d20-9e09-3091674eacfe", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:44 GMT", + "Date": "Wed, 09 Sep 2020 22:28:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:45Z", - "lastUpdatedDateTime": "2020-08-20T17:56:45Z" + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2d9f4765ffa6c8f02a7dd3b39a1f9b25", + "x-ms-client-request-id": "04a75681ac23dea0d65d6b7f4f8db970", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8286960b-11c0-46ba-aa16-0f4af3f03cb8", + "apim-request-id": "d85e0503-f582-4a9b-8353-25bc98f1fdb9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:45 GMT", + "Date": "Wed, 09 Sep 2020 22:28:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:45Z", - "lastUpdatedDateTime": "2020-08-20T17:56:45Z" + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3cc1f2aa7c07023ed1d1276fdd66ffb9", + "x-ms-client-request-id": "77c57c11bb3d10dde15b6ba7d82a25d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cccd30b2-178d-47b0-a109-6cad8a962b60", + "apim-request-id": "effd762c-b6c7-49ce-91af-661eb2c8475e", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:47 GMT", + "Date": "Wed, 09 Sep 2020 22:28:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:45Z", - "lastUpdatedDateTime": "2020-08-20T17:56:45Z" + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "33c3d55646d797561020cfe7e933306f", + "x-ms-client-request-id": "d1ec6d01912903dd65443538f65d4c86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2005a6a5-22e3-41e1-9665-f2fd4447a708", + "apim-request-id": "50ec6165-f9d6-45d8-9a63-f0895bab36a8", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:48 GMT", + "Date": "Wed, 09 Sep 2020 22:28:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:45Z", - "lastUpdatedDateTime": "2020-08-20T17:56:48Z" + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/20695820-ca48-4b92-97df-dff50fa81134", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "49f8baf3eb22e8c7099d5cd5d780ebc3", + "x-ms-client-request-id": "f78c83f6d6c5c556799623c740f806ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f29a738b-3f3d-493f-95ef-26be6649be13", + "apim-request-id": "072233f8-e13b-449a-a719-9b8107411158", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:49 GMT", + "Date": "Wed, 09 Sep 2020 22:28:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:19Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e17d9838e8a07f479ec112f886a51983", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a1213b02-f70b-48c6-ba51-eeb0a6a1e35e", + "Content-Length": "277", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:28:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:56:45Z", - "lastUpdatedDateTime": "2020-08-20T17:56:48Z", + "createdDateTime": "2020-09-09T22:28:19Z", + "lastUpdatedDateTime": "2020-09-09T22:28:24Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -202,7 +231,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "236650792" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1998675836" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json index 1daceb413f1f7..1f172913530b1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json @@ -1,188 +1,187 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f525bb0434ffb24e931c88b89a03591d-18ee1111243d6e47-00", + "traceparent": "00-4eaa1bd060f0724082f8b554038cd56f-2e9fdc3357aa254d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d9de1112db1983c6e7910d7b748df5df", + "x-ms-client-request-id": "699ec42bf063032e3895a0bb4a72a23d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "359b47b6-c090-4c2a-b61a-83d79f3865b2", + "apim-request-id": "981a0e0e-ca0a-4691-a897-ab3af1020076", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:58 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "Date": "Wed, 09 Sep 2020 22:33:12 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eafc48678dc11a7e6ec09885603b6a96", + "x-ms-client-request-id": "8e645de96fdf7a82d73d820be9b6ff95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4434b411-e2d1-4529-bded-67cc22f6712e", + "apim-request-id": "37e83f41-128e-46cf-bed3-11dbdcead097", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:58 GMT", + "Date": "Wed, 09 Sep 2020 22:33:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:59Z", - "lastUpdatedDateTime": "2020-08-20T18:02:59Z" + "createdDateTime": "2020-09-09T22:33:13Z", + "lastUpdatedDateTime": "2020-09-09T22:33:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "864d84e71b51b485b8d11fb5aa587833", + "x-ms-client-request-id": "016f17f7e161340db2014c1b9bee1bfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "58a399a5-4091-4470-bb38-f82c7f8a4109", + "apim-request-id": "09526259-d2d2-4cfa-baad-ab260705d046", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:59 GMT", + "Date": "Wed, 09 Sep 2020 22:33:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:59Z", - "lastUpdatedDateTime": "2020-08-20T18:02:59Z" + "createdDateTime": "2020-09-09T22:33:13Z", + "lastUpdatedDateTime": "2020-09-09T22:33:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5c3fd8cdd4ef84dd92c46b58424022ac", + "x-ms-client-request-id": "e590e6404303bc2c422392256e231a81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7545ffbf-298c-4f80-b69f-0f6a3b507c24", + "apim-request-id": "0f6f59bc-d3b9-4624-bd06-540dd0d53d56", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:00 GMT", + "Date": "Wed, 09 Sep 2020 22:33:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:59Z", - "lastUpdatedDateTime": "2020-08-20T18:02:59Z" + "createdDateTime": "2020-09-09T22:33:13Z", + "lastUpdatedDateTime": "2020-09-09T22:33:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f09377266f404c8ec24731f06ec87015", + "x-ms-client-request-id": "32c40b95a00208dc502fdcde2266dee8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3adf03d6-1850-430f-abe7-8ff3e666fd3c", + "apim-request-id": "f23ca78b-a678-48fd-825b-76fd122b5db0", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:01 GMT", + "Date": "Wed, 09 Sep 2020 22:33:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:59Z", - "lastUpdatedDateTime": "2020-08-20T18:03:01Z" + "createdDateTime": "2020-09-09T22:33:13Z", + "lastUpdatedDateTime": "2020-09-09T22:33:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/359b47b6-c090-4c2a-b61a-83d79f3865b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "88b865470efb13a6a6c8f38caf2d7278", + "x-ms-client-request-id": "02ca87221a26b491ebb2bf3d4ee7c68f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64f9bc67-0c3b-40e8-8ccd-8a5ba552b304", + "apim-request-id": "2a11cce7-9893-429a-81ae-f606e52895aa", + "Content-Length": "277", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:02 GMT", + "Date": "Wed, 09 Sep 2020 22:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:59Z", - "lastUpdatedDateTime": "2020-08-20T18:03:02Z", + "createdDateTime": "2020-09-09T22:33:13Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -202,7 +201,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1977925649" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "902934581" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json index 8404cc784dae3..5b5040932c687 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7b5d1aee5d0ca1489bfd3698e2950af1-39dc84f7fbb31e4d-00", + "traceparent": "00-f13f96b0371bd3488d9fd328528e5096-bace6fe039f3a14f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "312472213f741dd1bf660f6bf3022c33", + "x-ms-client-request-id": "0c8713a4b9a7934f73f3818ce890b454", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,166 +21,226 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "apim-request-id": "3f59b176-9d65-4b75-a766-1f470838e8be", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:00 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "Date": "Wed, 09 Sep 2020 22:29:44 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "766" + "x-envoy-upstream-service-time": "797" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "892b27f303058b3bb687ec2c5c3f2c8b", + "x-ms-client-request-id": "3cba389ce393dedebd3fecc4a2fe8023", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1fd953f0-847c-4cb0-8e06-7599b789bea4", + "apim-request-id": "12aa467f-d314-40c4-a0d3-52f89eaba5bb", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:00 GMT", + "Date": "Wed, 09 Sep 2020 22:29:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:00Z", - "lastUpdatedDateTime": "2020-08-20T17:58:00Z" + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d7073ff0de061c7f92037c1c9b39770", + "x-ms-client-request-id": "28f33ba169d2af016e2259f94d011305", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "494fafb9-2a29-42b3-a28b-0b330c2ad8c0", + "apim-request-id": "a7d4a04e-d498-4a45-93e3-1dda005551b4", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:01 GMT", + "Date": "Wed, 09 Sep 2020 22:29:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3de6d46ca473c1e634a94f68cc8af075", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8f43a712-be08-449f-802d-d215bc7c514c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:00Z", - "lastUpdatedDateTime": "2020-08-20T17:58:00Z" + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "48e42b4abb071de137997aed53a4c07f", + "x-ms-client-request-id": "adea5d738b9d3381360acd708ae590bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cd2470d-244e-4f90-a4c1-54ecf7123d99", + "apim-request-id": "2aa05598-c8c1-4212-aef9-02411f73b28c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:02 GMT", + "Date": "Wed, 09 Sep 2020 22:29:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cd58e72c4218fdb05431f3281999e2e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cc235a05-3c94-4dc0-a2be-ab6fa937e3a4", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:00Z", - "lastUpdatedDateTime": "2020-08-20T17:58:03Z" + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "806b84390e91e55260ca8fe4cb79c202", + "x-ms-client-request-id": "f085e4316517e06752b30669d676374f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf6db7c3-51e3-4f7b-b139-d84ed1ad9ebd", + "apim-request-id": "8ba84cdf-4341-4915-bc77-24f0dcf06d40", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:04 GMT", + "Date": "Wed, 09 Sep 2020 22:29:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:00Z", - "lastUpdatedDateTime": "2020-08-20T17:58:03Z" + "createdDateTime": "2020-09-09T22:29:45Z", + "lastUpdatedDateTime": "2020-09-09T22:29:45Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c7908ead-8e41-49d4-b3cd-4428a959ad7c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "30e27befe45b43839153e64792d90d54", + "x-ms-client-request-id": "e53c94182332305cadec586b9758199d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcc7d379-394f-4656-8679-4c621a1735f4", + "apim-request-id": "b1a6ba3d-10e0-41f0-9f4f-c61cfe1386af", + "Content-Length": "33148", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:05 GMT", + "Date": "Wed, 09 Sep 2020 22:29:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "35" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T17:58:00Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T17:58:05Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:29:45Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:29:51Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "507188594" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "750378562" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json index 64314126d4864..b4da8a2c87ad8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-69cfa0b717017740bf7b52d4b200a284-ae99b3b4f616cf4a-00", + "traceparent": "00-cce3d3fde5f4b84b843dce4c903611af-f45e047c6a8ffd4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "10a34ed5cd106f83729739237ef25943", + "x-ms-client-request-id": "690e2508d67577c1fb30c92f40aa25bb", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,196 +21,226 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c6866495-3a02-4fff-8326-ab80e704d144", + "apim-request-id": "d7fa41b4-4d96-4f53-b640-f63a439a714f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:59 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "Date": "Wed, 09 Sep 2020 22:34:42 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "670" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8b1dcdbf784015e5bd60f3d424ea58cd", + "x-ms-client-request-id": "0676b896c152a12f421f4c88fcf73b7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8cfe7b26-1775-4e75-858b-0999bbc63bb3", + "apim-request-id": "1e963145-55a2-4baa-bca6-797da3151c3f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:59 GMT", + "Date": "Wed, 09 Sep 2020 22:34:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:00Z", - "lastUpdatedDateTime": "2020-08-20T18:04:00Z" + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6041b7891326adfebc1a08d720f3260f", + "x-ms-client-request-id": "5e3395a6f6c39994b5ac07992121e7b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "407d0631-fa8f-4d0c-92c2-0e518f2265fc", + "apim-request-id": "a15db1e0-506e-4280-b977-c87fa18c2d2e", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:01 GMT", + "Date": "Wed, 09 Sep 2020 22:34:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:00Z", - "lastUpdatedDateTime": "2020-08-20T18:04:00Z" + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4b57e1aa671d5dfb688d52b0d9af4b87", + "x-ms-client-request-id": "fe250d585b2e471cf66c26568a397b03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d810e554-0d8d-4e49-adee-88e780ae3b04", + "apim-request-id": "34bf956d-2997-48a8-8ebf-ed4f6f0e5b87", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:02 GMT", + "Date": "Wed, 09 Sep 2020 22:34:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:00Z", - "lastUpdatedDateTime": "2020-08-20T18:04:00Z" + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c7996c3ff8b1ac1dcf6fcf266f0df4ca", + "x-ms-client-request-id": "ab884ef5c6779ff724dd51a6ba967f21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "feb13c95-1643-4a50-b387-243d26e9d308", + "apim-request-id": "dd82ea10-5c6a-4c77-99e9-5cf87d2e9834", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:03 GMT", + "Date": "Wed, 09 Sep 2020 22:34:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:00Z", - "lastUpdatedDateTime": "2020-08-20T18:04:03Z" + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4329e3390c9321b0bbe4f798c04dd30c", + "x-ms-client-request-id": "ee3098373dd24b4c79eb6856cf3d0e7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0136bef4-21b4-40bc-8238-07dd7814e9e1", + "apim-request-id": "978c4c08-feec-417c-ac1e-65324e05dd7c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:04 GMT", + "Date": "Wed, 09 Sep 2020 22:34:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:00Z", - "lastUpdatedDateTime": "2020-08-20T18:04:03Z" + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c6866495-3a02-4fff-8326-ab80e704d144", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b49780cf5f59b25ec3aa7cad98d5ee5b", + "x-ms-client-request-id": "d3a403303c98913d1685d9510a758d60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebf0e74e-625d-4cbc-aef4-a49a71773e0b", + "apim-request-id": "aae4f6b2-de87-4989-ac84-2789b429d797", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:05 GMT", + "Date": "Wed, 09 Sep 2020 22:34:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "12" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:04:00Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:04:05Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:42Z", + "lastUpdatedDateTime": "2020-09-09T22:34:47Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f21e05ed8c09b731013d328b5ea1cfe6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "51afc112-03c7-4393-ae15-bab572f94077", + "Content-Length": "33148", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:34:42Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:34:48Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "869564274" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1711192637" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json index 4f03de604487b..9cbb624934e9a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json @@ -1,184 +1,244 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3151f0e4dc07884a8bffb25823a270a8-0fd068ff9130124e-00", + "traceparent": "00-9cb171613c7d9840a2a3e5046af864a7-d422def7e4e51340-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "148a6169edb87c95010ad58483ba9566", + "x-ms-client-request-id": "937b6ad2052cfa02a37fa7e27310e325", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "cf463c48-8bf1-46fd-bc19-f9a331362d62", + "apim-request-id": "75839b1b-626c-4012-9e04-252915b203ac", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:55 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "Date": "Wed, 09 Sep 2020 22:29:37 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "157" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "835e74497fcf3576474c2cb812861057", + "x-ms-client-request-id": "ea382122d1b7c1c87c44bd54cb1066b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "573fd4ae-567b-4e40-a640-edd979af7a14", + "apim-request-id": "fad2d19f-1bd8-4fd0-b33c-bc2ea304b45d", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:55 GMT", + "Date": "Wed, 09 Sep 2020 22:29:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:55Z", - "lastUpdatedDateTime": "2020-08-20T17:57:55Z" + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8dd05b592834440bbdd98328d9fc1d8d", + "x-ms-client-request-id": "793356f94ec1157ab7884db2034a1dd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be2ed233-a333-463a-884a-4dda046ebbaf", + "apim-request-id": "82c8b61b-7353-463f-9a19-d2a9119b19b0", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:56 GMT", + "Date": "Wed, 09 Sep 2020 22:29:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:55Z", - "lastUpdatedDateTime": "2020-08-20T17:57:55Z" + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8048e2183714e983ea55cd6cc0dd697a", + "x-ms-client-request-id": "5471c7559b0801c8a1ba16e847ae2e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fadc06da-5364-466c-8781-de92a1faa18f", + "apim-request-id": "a9687b7a-d373-4786-932f-f800069ec4ed", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:57 GMT", + "Date": "Wed, 09 Sep 2020 22:29:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:55Z", - "lastUpdatedDateTime": "2020-08-20T17:57:57Z" + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "272a7ef907ea20316819c6f6fb4e5c4a", + "x-ms-client-request-id": "1ce8f5196addd463a623332e8316bd32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f36a72c-018d-4999-9bfc-d11c1be3ed79", + "apim-request-id": "5536f8d4-b1c9-4e08-a6bf-98bc17ce57ad", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:58 GMT", + "Date": "Wed, 09 Sep 2020 22:29:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "03fee426119e5da88e31d7063891cd09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f9aacac5-4bcb-460a-acc6-e422c0cc9726", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0e99ba590161ebfb639dade5689a7e8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4e02ca88-e2c5-40f7-be68-11c0533f39ae", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:55Z", - "lastUpdatedDateTime": "2020-08-20T17:57:58Z" + "createdDateTime": "2020-09-09T22:29:37Z", + "lastUpdatedDateTime": "2020-09-09T22:29:37Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/cf463c48-8bf1-46fd-bc19-f9a331362d62", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2fa09f2e8f3e2243d8e6a2de5b9f83e0", + "x-ms-client-request-id": "63c2e3fd2baf07f44c8b8eab925d9b15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0bde5c44-7178-41b0-8e63-eb0bb804bc97", + "apim-request-id": "2c19ce52-3d9b-4529-b669-f74597c9fa0a", + "Content-Length": "33148", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:59 GMT", + "Date": "Wed, 09 Sep 2020 22:29:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "36" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T17:57:55Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T17:57:59Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:29:37Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:29:43Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2115840424" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1409545305" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json index 30586302778f2..68916c4387fee 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json @@ -1,214 +1,244 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3b6008689621f14d92c9496faa217f78-1c1c85ecb40d9a4d-00", + "traceparent": "00-0cb7823bb3f3e64abde8e39079620cb1-17de38a5a631fe41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3344e9704aa46733a1b5612157f7fd9c", + "x-ms-client-request-id": "d8d01a80e2fc24e844b332e4c6c0e16f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9ce8b16d-bd3e-49fc-8def-f216babf763c", + "apim-request-id": "706e2781-64d3-4c2d-aec4-6b559ec9c54b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:53 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "Date": "Wed, 09 Sep 2020 22:34:35 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "175" + "x-envoy-upstream-service-time": "131" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2aba04a786a1a2de4f370556a876fd68", + "x-ms-client-request-id": "916b5af79dee870f44d43aac9a9e2798", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c9aa53b-4805-4827-be7d-566166f76f5a", + "apim-request-id": "1c2e0e0f-7054-4b93-805b-67cb69ff0d08", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:53 GMT", + "Date": "Wed, 09 Sep 2020 22:34:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:54Z", - "lastUpdatedDateTime": "2020-08-20T18:03:54Z" + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a8ba9326204a1d1140d8320852b52ad1", + "x-ms-client-request-id": "9c3d32ccf9881689f136c1d29ea1d1fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "448e3365-5ea3-40b1-9781-b2a8ac6c17b1", + "apim-request-id": "c19c45c6-9a55-442c-9b55-a593b150ce95", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:55 GMT", + "Date": "Wed, 09 Sep 2020 22:34:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:54Z", - "lastUpdatedDateTime": "2020-08-20T18:03:54Z" + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2a235dcdef71e9130ba1e46c44ddbf2b", + "x-ms-client-request-id": "6a0d6ce3a7f1e21c0b499327a83c8aa6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0866364-e3f6-445c-80ee-c41b7623853b", + "apim-request-id": "ec1557e8-ed5c-4fe5-aa62-a2ac46938add", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:56 GMT", + "Date": "Wed, 09 Sep 2020 22:34:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:54Z", - "lastUpdatedDateTime": "2020-08-20T18:03:56Z" + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c3fbf9b7553c8751f29ce9c954d6509a", + "x-ms-client-request-id": "93179a8c4483fee7d055a0b7dc3de8a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9672f675-e7e7-497c-8e53-178c916171b3", + "apim-request-id": "0ea4c0ec-02de-4a33-8d9c-567f057a3892", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:57 GMT", + "Date": "Wed, 09 Sep 2020 22:34:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:54Z", - "lastUpdatedDateTime": "2020-08-20T18:03:56Z" + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4b89340dd35336f780d19da83ca5d863", + "x-ms-client-request-id": "2ec83d02bc9025a6155a913f65616db4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "853f7b39-cd1b-4540-ac96-f56717944f01", + "apim-request-id": "c906ce87-a956-4a90-8d20-584490a999d4", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:58 GMT", + "Date": "Wed, 09 Sep 2020 22:34:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "03451aac3d8a9e7a840f9a9c066505cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9426b2bb-5f6e-498a-ab4e-0e72b6f3490d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:54Z", - "lastUpdatedDateTime": "2020-08-20T18:03:58Z" + "createdDateTime": "2020-09-09T22:34:35Z", + "lastUpdatedDateTime": "2020-09-09T22:34:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ce8b16d-bd3e-49fc-8def-f216babf763c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5850071866ba78940b9c37d4054a9434", + "x-ms-client-request-id": "6a24f0605b73d015f4f17e28b3a8996e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1348b50c-45e3-490d-8726-68d91e1446f1", + "apim-request-id": "d4a98d51-45c0-452d-bfaf-270829ce706c", + "Content-Length": "33148", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:59 GMT", + "Date": "Wed, 09 Sep 2020 22:34:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "50" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:03:54Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:03:59Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:34:35Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:34:41Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "220747400" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "604484574" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json index 6fc785dc6f46b..427267c34e2a7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json @@ -1,218 +1,247 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-298ded2ff4c81c41ba9a1e7f80349f77-7a29fcfcec3d744c-00", + "traceparent": "00-878ed97af91ee94883d697a78b806c27-0db5aaf5300b4a49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "04f93b7bdbbc5943881988cc428923c7", + "x-ms-client-request-id": "18224e7e903fd268274fca724e877247", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "727f704f-78b0-44bb-a105-4c3de275e660", + "apim-request-id": "db9e4725-7872-4b98-84b5-be57a311cd5a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:56:49 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "Date": "Wed, 09 Sep 2020 22:28:24 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7db03b8f1c814d4c60f46e94b15ee969", + "x-ms-client-request-id": "268936ca8ba51d7f5ecca18a2b44caed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "486be900-6e5a-4eb3-ad4e-6beb40eccdc4", + "apim-request-id": "31a23b48-0288-4848-92a7-128dfccf17fb", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:49 GMT", + "Date": "Wed, 09 Sep 2020 22:28:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:49Z" + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:25Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f233abd89e225d8e9a6697c9fc8fd661", + "x-ms-client-request-id": "d64badfd1c33617e2277194c2727765a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "451668e5-e8a2-48ee-ac90-cdcd3d298de0", + "apim-request-id": "b2ecda77-ea8c-4417-98ae-89602d01ecae", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:50 GMT", + "Date": "Wed, 09 Sep 2020 22:28:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:50Z" + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:25Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0f83770b127a5fe1efaca3c86cafa729", + "x-ms-client-request-id": "3a2274c5e6e2f2cacf05b972eedda6e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22dc2915-9e45-4135-8fd3-98f97d49c3bd", + "apim-request-id": "5818c046-34f5-4fdd-af9c-da278e812d34", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:51 GMT", + "Date": "Wed, 09 Sep 2020 22:28:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:51Z" + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:25Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "97f31e2f3155f0a5ac53e31a858350d1", + "x-ms-client-request-id": "a174dc859c3cad14b827032e7232f637", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b892164f-2bf3-443b-a478-ca5c676f3ca9", + "apim-request-id": "9ee4ff0a-6d71-4127-baf0-287cc97113e7", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:52 GMT", + "Date": "Wed, 09 Sep 2020 22:28:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:51Z" + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:25Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3a890d1ddadbc6efc9d40375fac6f0ea", + "x-ms-client-request-id": "b7c547568f21170ae259072d620c7245", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee629bdd-f4af-4a07-b73a-69ef75f1bc5b", + "apim-request-id": "e9567866-1f4d-4e4b-a679-8df3b19979bd", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:53 GMT", + "Date": "Wed, 09 Sep 2020 22:28:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4ac736d0d4b2291e607582bae29c809d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5df9b121-366d-418a-a608-23788a39d866", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:28:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:53Z" + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:29Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/727f704f-78b0-44bb-a105-4c3de275e660", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dd996dbe3f9bd90bd19263262ec7d96c", + "x-ms-client-request-id": "a71b820fef17f6c1d25dbee395e64aab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "843e6a89-f5dd-4fe2-9326-1c8e1c404308", + "apim-request-id": "e63a3004-8a9d-42ab-8ddd-4e271a115aae", + "Content-Length": "28529", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:54 GMT", + "Date": "Wed, 09 Sep 2020 22:28:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:56:49Z", - "lastUpdatedDateTime": "2020-08-20T17:56:54Z", + "createdDateTime": "2020-09-09T22:28:25Z", + "lastUpdatedDateTime": "2020-09-09T22:28:31Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1573,11 +1602,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1586,7 +1672,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -2947,6 +3032,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -3848,7 +4005,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "554831541" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1412474581" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json index 2e522372a1783..7fcdabf5b34c3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json @@ -1,218 +1,247 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f44df380509c304f99704b2437e8245c-fb102da100adef48-00", + "traceparent": "00-336ab34f08f6454fb77a3a3913c7cde3-730744994bf9e043-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c85c3460613688697595aa7c9d13848f", + "x-ms-client-request-id": "e757498aaaaf306d698f146f13b0c941", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "apim-request-id": "a16810b9-6962-4235-8a13-4e62c967dd72", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:02 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "Date": "Wed, 09 Sep 2020 22:33:17 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "43f52a8e162b473dc8b7f47f0fc7be4e", + "x-ms-client-request-id": "c6bf9ccd2d26146b3efa6ee17835f431", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10579005-16ab-42f9-b624-39d21b367c06", + "apim-request-id": "48153ada-ab48-48d7-8c35-180348cbb672", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:02 GMT", + "Date": "Wed, 09 Sep 2020 22:33:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:03Z" + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f082cba13d5fb96f8a8026edd3cf81ca", + "x-ms-client-request-id": "49c77cbf99fde4633744a5a63a33d28f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c484f956-d5df-4374-b14a-12f141ddf728", + "apim-request-id": "c82de5a1-b557-4607-8801-fba6ce80d778", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:03 GMT", + "Date": "Wed, 09 Sep 2020 22:33:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:04Z" + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ad9ccda007944aaef615007e6dea78ad", + "x-ms-client-request-id": "9e1809403a405d5ede42a8b53b8cb834", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cc0ebf3-3597-472f-b684-06f1b1eb9ee0", + "apim-request-id": "99eb8252-f5af-49ca-9d65-38b411867546", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:05 GMT", + "Date": "Wed, 09 Sep 2020 22:33:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:05Z" + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d1db5cd69491512fba3bb8aaef5073f9", + "x-ms-client-request-id": "96b0e29a80e8344338da8fe288c4da0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3e3e787-a43d-4923-88f1-ee17857ec6bd", + "apim-request-id": "3c1cb266-b998-43d9-9575-2b35b2753237", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:06 GMT", + "Date": "Wed, 09 Sep 2020 22:33:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:06Z" + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41df2a35112b99b91d37f94a3cf04ca0", + "x-ms-client-request-id": "6ea1de28561c84f11e696bbbf0aea8aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0691b33c-8832-49ed-8ba5-75e0cf886484", + "apim-request-id": "2297791a-b887-4a5d-af5f-21de9b8411e5", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:07 GMT", + "Date": "Wed, 09 Sep 2020 22:33:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:07Z" + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f9eee0bd-5ab7-47da-aba9-4dc5db8a8578", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "77167807b0f40c399d4bf2584e035aa6", + "x-ms-client-request-id": "580c708c3b83bfa6c5e46565ab7cd419", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a805cf4-3cae-4e1f-94ec-d69720d53a11", + "apim-request-id": "1e3abdd4-1f54-486b-b0e2-d2be0544f72b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:08 GMT", + "Date": "Wed, 09 Sep 2020 22:33:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5c8c9d6849eb4318f12c787e1588438a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6c541dbd-cc3f-46b6-887e-d1ce8312efcb", + "Content-Length": "28529", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:03Z", - "lastUpdatedDateTime": "2020-08-20T18:03:08Z", + "createdDateTime": "2020-09-09T22:33:17Z", + "lastUpdatedDateTime": "2020-09-09T22:33:23Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1573,11 +1602,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1586,7 +1672,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -2947,6 +3032,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -3848,7 +4005,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "945527138" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1500463666" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json index 8f9c4f9f92b40..18500d1be98f5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-601877a006cf374fb09918efa38b1044-8bce332598ce9e41-00", + "traceparent": "00-2d22a7d3f518b248b8c51052944ea126-c5f7a48f9ba87d4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "86a0eed841d8a6ffcead5e22d16fb688", + "x-ms-client-request-id": "3fb24ee500b907e2e9685db142ae6e9f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,13 +21,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "ce6ab159-5a90-4159-89f9-50772a86196b", + "apim-request-id": "9d303fd9-648e-49e5-9e7c-6782cc9ed0af", + "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:54 GMT", + "Date": "Wed, 09 Sep 2020 22:28:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "647" + "x-envoy-upstream-service-time": "272" }, "ResponseBody": { "error": { @@ -39,7 +39,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1678482847" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "968130052" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json index c18a4f0ee817c..0024218b8a5d5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0d5e1efc52cd3c4b839f640c5bc4323c-46e3aade8c542d48-00", + "traceparent": "00-e8152bccd1a0374b908b7e0ee7a1ef73-844bb0e623bc8c43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "19d9714477dc2b24757bf3fce3ddb6da", + "x-ms-client-request-id": "ea9fc6f9db9f68f9a429f642ecc9ca32", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,13 +21,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "6b7317de-128e-49c7-880f-71292a757177", + "apim-request-id": "789d32a9-13ca-44b5-ba5a-19229377d89f", + "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:08 GMT", + "Date": "Wed, 09 Sep 2020 22:33:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "371" + "x-envoy-upstream-service-time": "153" }, "ResponseBody": { "error": { @@ -39,7 +39,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1589746477" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "189591610" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json index 3bfb5f84d0c52..bf461683c8843 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ff99df705e23e044b687c055a4fe026a-707ab8c3d3a5c043-00", + "traceparent": "00-830b1f10c3d94f47b7dbd6e9d4b01323-29bf09e06fb62f4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8797494eddbf38e5136c9ea47c4fa605", + "x-ms-client-request-id": "ab80dd6ffed61ee9729e79382fb8409b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,170 +21,139 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "apim-request-id": "eaeee5a3-4705-416d-9e0e-d568c68027dc", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:09 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "Date": "Wed, 09 Sep 2020 22:29:55 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "612" + "x-envoy-upstream-service-time": "384" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b0be6246fd798794dfe5f859772e35f0", + "x-ms-client-request-id": "64185bfbd9e38aac26d92d9b6e558563", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6119e3fe-717a-4a0e-8e3c-29e084ab6123", + "apim-request-id": "7dc2154f-fc94-4e8e-a3bb-f441c6f87746", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:09 GMT", + "Date": "Wed, 09 Sep 2020 22:29:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:10Z", - "lastUpdatedDateTime": "2020-08-20T17:58:10Z" + "createdDateTime": "2020-09-09T22:29:55Z", + "lastUpdatedDateTime": "2020-09-09T22:29:55Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4dd8bc6e8cd4bfaada2f1ed5230c6931", + "x-ms-client-request-id": "de25e0894a1f6ff476f99a08dfa4f3e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8235a6bd-f67c-4ce4-af7c-1978226b0c6b", + "apim-request-id": "4443e27d-29e1-4040-a6fb-1bac5738319e", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:11 GMT", + "Date": "Wed, 09 Sep 2020 22:29:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:10Z", - "lastUpdatedDateTime": "2020-08-20T17:58:10Z" + "createdDateTime": "2020-09-09T22:29:55Z", + "lastUpdatedDateTime": "2020-09-09T22:29:55Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "003bcfef18c0500fb50fa7dae58cc0e4", + "x-ms-client-request-id": "c507427a08bb96db30f684fdd14eaf1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64b7615e-f467-4727-840c-c4ed2e5ffd32", + "apim-request-id": "b7d4badf-c24c-4dce-9a43-7668460511c4", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:12 GMT", + "Date": "Wed, 09 Sep 2020 22:29:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:10Z", - "lastUpdatedDateTime": "2020-08-20T17:58:10Z" + "createdDateTime": "2020-09-09T22:29:55Z", + "lastUpdatedDateTime": "2020-09-09T22:29:55Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bf35ae365976b930b8ffd549dfbf64d3", + "x-ms-client-request-id": "4faf15196292b07b66a8eeea3ea4aa82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dbc139d6-9f87-4b6d-aa12-cd5e6b574b44", + "apim-request-id": "c52bca96-70ab-4d12-b0d6-8324b561fd00", + "Content-Length": "21134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:13 GMT", + "Date": "Wed, 09 Sep 2020 22:29:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T17:58:10Z", - "lastUpdatedDateTime": "2020-08-20T17:58:13Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac60d20a-b0ea-4fd3-a294-7f7acf3c4c6b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a769c67b35f35630ad8798c4e5cfd94e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d5b8daa-f794-4607-a12f-8711679c555a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:58:10Z", - "lastUpdatedDateTime": "2020-08-20T17:58:14Z", + "createdDateTime": "2020-09-09T22:29:55Z", + "lastUpdatedDateTime": "2020-09-09T22:29:58Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -192,13 +161,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -207,40 +176,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -248,715 +217,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 + "confidence": 0.975 } ] }, { "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 - } - ] - }, - { - "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, + 259, 610, - 347, - 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, + 629, + 646, 629, - 680, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, + 685, + 527, 685, - 526, - 686, - 526, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -964,54 +933,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1020,86 +989,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1110,407 +1079,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, + 1047, + 1270, 1047, - 1271, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, + 1047, + 1181, 1047, - 1184, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, - 1047, - 1271, + 1187, 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, + 1047, + 1468, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1047, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1523,51 +1492,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1576,46 +1545,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1623,184 +1592,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -1808,16 +1777,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -1826,37 +1795,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -1865,331 +1834,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2197,657 +2166,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -2936,13 +2921,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3250,7 +3235,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3324,7 +3309,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3368,7 +3353,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "108641882" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "544470524" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json index 5aae702021f0b..25dc8bb5be3f1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-788897177a1fc64eb8f25e7598f5ac14-f28b8d6e41a2ef40-00", + "traceparent": "00-19761488d72d6b44887fa7d435eaa227-1dafb7f9bc8d4849-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cc0d30f6949a6953f71dd09ded6151cd", + "x-ms-client-request-id": "cdd10967c01982270787b334a6afc39d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,170 +21,169 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "70adc70b-02dd-4108-ba7e-194850bc11ab", + "apim-request-id": "1afb0c7e-d4dc-44ce-8a33-c3522085873f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:09 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "Date": "Wed, 09 Sep 2020 22:35:01 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "602" + "x-envoy-upstream-service-time": "500" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "898ceda785b5dddf346cf37dde8c135a", + "x-ms-client-request-id": "709760bed7cd52e4097783df27470087", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "db32c35e-07d2-4322-895e-c94c259c7587", + "apim-request-id": "09df5742-2ebc-4fd3-be9f-25cfa989e351", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:09 GMT", + "Date": "Wed, 09 Sep 2020 22:35:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:10Z", - "lastUpdatedDateTime": "2020-08-20T18:04:10Z" + "createdDateTime": "2020-09-09T22:35:02Z", + "lastUpdatedDateTime": "2020-09-09T22:35:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8a2d758c0ac428f9fc0d68cfb5d2d9b3", + "x-ms-client-request-id": "b4286c37c627033f606b1a0a86641c4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91caab1a-8c47-4ff5-a438-86454b4cfb2d", + "apim-request-id": "74ad6833-d16f-4813-bf4c-bc62717bec0c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:11 GMT", + "Date": "Wed, 09 Sep 2020 22:35:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:10Z", - "lastUpdatedDateTime": "2020-08-20T18:04:10Z" + "createdDateTime": "2020-09-09T22:35:02Z", + "lastUpdatedDateTime": "2020-09-09T22:35:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a5d3bc26fa407155502f972da1d68b6a", + "x-ms-client-request-id": "4c664511dccb8f50257fc3a13c475bbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6eb6251-a44b-4669-be94-e9b94385536e", + "apim-request-id": "62261afe-de60-4f09-8fd4-72be3d14c462", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:12 GMT", + "Date": "Wed, 09 Sep 2020 22:35:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:10Z", - "lastUpdatedDateTime": "2020-08-20T18:04:10Z" + "createdDateTime": "2020-09-09T22:35:02Z", + "lastUpdatedDateTime": "2020-09-09T22:35:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "77117509c7349d09f4648ca81c102862", + "x-ms-client-request-id": "39fc2c870f87f87621931061bdd9cba5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8105b3be-a7d2-48f7-8934-688ce014e3bd", + "apim-request-id": "b6876ca9-8657-49d1-822e-2fb9b8681fcc", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:13 GMT", + "Date": "Wed, 09 Sep 2020 22:35:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:10Z", - "lastUpdatedDateTime": "2020-08-20T18:04:12Z" + "createdDateTime": "2020-09-09T22:35:02Z", + "lastUpdatedDateTime": "2020-09-09T22:35:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/70adc70b-02dd-4108-ba7e-194850bc11ab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "225740936eb8911a20bb399473cb8625", + "x-ms-client-request-id": "e2ce345ab3e15bbc1b998ea7029ec719", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3538981c-7518-4d5d-94fd-ad467c77384f", + "apim-request-id": "2512396c-eabb-43a1-942b-508fc27ccc02", + "Content-Length": "21134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:14 GMT", + "Date": "Wed, 09 Sep 2020 22:35:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:10Z", - "lastUpdatedDateTime": "2020-08-20T18:04:14Z", + "createdDateTime": "2020-09-09T22:35:02Z", + "lastUpdatedDateTime": "2020-09-09T22:35:05Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -192,13 +191,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -207,40 +206,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -248,715 +247,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 + "confidence": 0.975 } ] }, { "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 - } - ] - }, - { - "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, - 610, - 347, + 259, 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, 629, - 680, + 646, + 629, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, 685, - 526, - 686, - 526, + 527, + 685, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -964,54 +963,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1020,86 +1019,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1110,407 +1109,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, 1047, - 1271, + 1270, + 1047, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, 1047, - 1184, + 1181, + 1047, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, + 1187, 1047, - 1271, - 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, + 1047, + 1468, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1047, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1523,51 +1522,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1576,46 +1575,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1623,184 +1622,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -1808,16 +1807,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -1826,37 +1825,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -1865,331 +1864,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2197,657 +2196,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -2936,13 +2951,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3250,7 +3265,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3324,7 +3339,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3368,7 +3383,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "856677240" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "629147399" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json index 8d899bf930f81..b54eb32edf623 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json @@ -1,188 +1,157 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-128dc0290167604aad9cf7710abcfa36-b37a08884900ea42-00", + "traceparent": "00-cbec0a2ab722ef48b2e47a63f7c64c09-bc4405499fa57d4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f17036a0b4fdced03d0315f421dc8f74", + "x-ms-client-request-id": "7647e5c7a6fbe00ff56f3c683e7d2304", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "apim-request-id": "0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:05 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "Date": "Wed, 09 Sep 2020 22:29:51 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "154" + "x-envoy-upstream-service-time": "169" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "98476f1f4646dc0efe57bce4c017f263", + "x-ms-client-request-id": "e8428e1239dc0a5b2278972bff28ff01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54ac2c20-1e47-422e-89e0-52b698b6dffd", + "apim-request-id": "c1cb1c6b-f298-418f-9449-28bac13da215", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:05 GMT", + "Date": "Wed, 09 Sep 2020 22:29:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:05Z", - "lastUpdatedDateTime": "2020-08-20T17:58:05Z" + "createdDateTime": "2020-09-09T22:29:52Z", + "lastUpdatedDateTime": "2020-09-09T22:29:52Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41f3635b91651b58d25afb334998972b", + "x-ms-client-request-id": "a2a10a01fd1308f2fb1411f9a79bfd6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f2cff18f-1a55-4bd5-9e80-35c1d61daf53", + "apim-request-id": "c5a6c300-b294-4300-8b2e-85c000a49745", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:06 GMT", + "Date": "Wed, 09 Sep 2020 22:29:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:05Z", - "lastUpdatedDateTime": "2020-08-20T17:58:05Z" + "createdDateTime": "2020-09-09T22:29:52Z", + "lastUpdatedDateTime": "2020-09-09T22:29:52Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0aff5ee2502e5a412894f3a6f7eb0d25", + "x-ms-client-request-id": "8088827426c78d898a3d53820ee3e0cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb67f19a-d3ae-44e3-96b1-5f7815fa1b28", + "apim-request-id": "b93325fc-3fe6-4e62-879d-36400ee400b2", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:07 GMT", + "Date": "Wed, 09 Sep 2020 22:29:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T17:58:05Z", - "lastUpdatedDateTime": "2020-08-20T17:58:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "bd98b2104ee98d0e162cc6ec4bda9266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "90214500-ef12-4f6f-add8-e44e4f3f4403", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:05Z", - "lastUpdatedDateTime": "2020-08-20T17:58:08Z" + "createdDateTime": "2020-09-09T22:29:52Z", + "lastUpdatedDateTime": "2020-09-09T22:29:52Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ed26c197-60e6-4db5-b8e8-ee9b936c9d31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "620291bfe8180b34229818d19eb223e7", + "x-ms-client-request-id": "33673a6f81db15f09c3aecc828616387", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6bab99a1-f48a-47e0-acd3-69e3dcf56031", + "apim-request-id": "47f88d61-8bec-4d02-9305-2480ee8c7995", + "Content-Length": "21134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:09 GMT", + "Date": "Wed, 09 Sep 2020 22:29:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:58:05Z", - "lastUpdatedDateTime": "2020-08-20T17:58:09Z", + "createdDateTime": "2020-09-09T22:29:52Z", + "lastUpdatedDateTime": "2020-09-09T22:29:55Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -190,13 +159,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -205,40 +174,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -246,715 +215,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 + "confidence": 0.975 } ] }, { "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 - } - ] - }, - { - "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, + 259, 610, - 347, - 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, + 629, + 646, 629, - 680, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, + 685, + 527, 685, - 526, - 686, - 526, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -962,54 +931,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1018,86 +987,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1108,407 +1077,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, + 1047, + 1270, 1047, - 1271, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, + 1047, + 1181, 1047, - 1184, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, - 1047, - 1271, + 1187, 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, + 1047, + 1468, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1047, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1521,51 +1490,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1574,46 +1543,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1621,184 +1590,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -1806,16 +1775,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -1824,37 +1793,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -1863,331 +1832,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2195,657 +2164,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -2934,13 +2919,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3248,7 +3233,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3322,7 +3307,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3366,7 +3351,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "328190037" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1218876654" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json index 432fb76c5fe3d..bdcaa58da9554 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json @@ -1,158 +1,157 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c519cca376743547b43b092eb8f8534f-12a07644d552e04e-00", + "traceparent": "00-1b779299755255438d26101996b45e49-083ec1d93bd1014c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2423d8f0fd191f270d5a1d3ecf0baec4", + "x-ms-client-request-id": "e59a22f4eabcf314d1ef0fe0bb600981", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ac572985-6f78-49f6-9cb0-f4feb81222af", + "apim-request-id": "de1ebb5a-11cb-4629-82f3-491d00a2f66b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:05 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac572985-6f78-49f6-9cb0-f4feb81222af", + "Date": "Wed, 09 Sep 2020 22:34:57 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "168" + "x-envoy-upstream-service-time": "155" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac572985-6f78-49f6-9cb0-f4feb81222af", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0fd296bd77702f56b48092c09579aff4", + "x-ms-client-request-id": "24bdc359347d64841a818f281dc61a60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e3b2a6e-628c-4bbd-9cc1-8c74889e7748", + "apim-request-id": "11bb0a16-2fca-4323-b5da-1e4622629e7f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:05 GMT", + "Date": "Wed, 09 Sep 2020 22:34:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:06Z", - "lastUpdatedDateTime": "2020-08-20T18:04:06Z" + "createdDateTime": "2020-09-09T22:34:58Z", + "lastUpdatedDateTime": "2020-09-09T22:34:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac572985-6f78-49f6-9cb0-f4feb81222af", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ea5bf275e876ee93bb6569ea1de36d3b", + "x-ms-client-request-id": "2728eb5cbad352816f14cc0d1eef5731", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f9e0dec-a81a-4720-ad47-ed039a6e1f3c", + "apim-request-id": "b93148ff-53ea-4a4f-a99a-ab756f06d57d", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:07 GMT", + "Date": "Wed, 09 Sep 2020 22:34:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:06Z", - "lastUpdatedDateTime": "2020-08-20T18:04:06Z" + "createdDateTime": "2020-09-09T22:34:58Z", + "lastUpdatedDateTime": "2020-09-09T22:34:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac572985-6f78-49f6-9cb0-f4feb81222af", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "98700d502967788a81f470996b678993", + "x-ms-client-request-id": "d3ba96c54d1ebf249d35ca3b5aecd60a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f353f12-a2d6-4f28-b5f7-84f738508056", + "apim-request-id": "d130e663-27ac-4b19-87db-ed9cd8e371d9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:08 GMT", + "Date": "Wed, 09 Sep 2020 22:35:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:06Z", - "lastUpdatedDateTime": "2020-08-20T18:04:08Z" + "createdDateTime": "2020-09-09T22:34:58Z", + "lastUpdatedDateTime": "2020-09-09T22:34:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/ac572985-6f78-49f6-9cb0-f4feb81222af", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dcc928aac4afd44e02e3530a0e6c12d0", + "x-ms-client-request-id": "cf83afd5e2389fae426ab4686877452b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29fbeb14-e1cb-4ee3-9e32-d49d88df80ea", + "apim-request-id": "55fd5578-d997-4532-a66c-a892f97ad1e3", + "Content-Length": "21134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:09 GMT", + "Date": "Wed, 09 Sep 2020 22:35:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:06Z", - "lastUpdatedDateTime": "2020-08-20T18:04:08Z", + "createdDateTime": "2020-09-09T22:34:58Z", + "lastUpdatedDateTime": "2020-09-09T22:35:00Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -160,13 +159,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -175,40 +174,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -216,715 +215,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 + "confidence": 0.975 } ] }, { "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 - } - ] - }, - { - "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 262, - 610, - 347, + 259, 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, 629, - 680, + 646, + 629, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, 685, - 526, - 686, - 526, + 527, + 685, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -932,54 +931,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -988,86 +987,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.983 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1078,407 +1077,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, 1047, - 1271, + 1270, + 1047, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, 1047, - 1184, + 1181, + 1047, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, + 1187, 1047, - 1271, - 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, + 1047, + 1468, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1047, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1491,51 +1490,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1544,46 +1543,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1591,184 +1590,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -1776,16 +1775,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -1794,37 +1793,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -1833,331 +1832,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2165,657 +2164,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -2904,13 +2919,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3218,7 +3233,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3292,7 +3307,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3336,7 +3351,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "272471691" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "505472818" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json index 383e7f1f57869..2ce77e0967adb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-37623d7829baeb4bb0039cf871d45268-dd9e9b1964cd2542-00", + "traceparent": "00-65e540630571e04dbef3b1ddc5e7aeac-f7d910eee8efab46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "69db35aa87bf00b5bd756de5c292f067", + "x-ms-client-request-id": "be1dca6beb90584589aa66afc62b95de", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,200 +21,229 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3710ccfe-6e64-483d-80c3-f1b277467a0b", + "apim-request-id": "e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:19 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "Date": "Wed, 09 Sep 2020 22:30:05 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "476" + "x-envoy-upstream-service-time": "355" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f2d54639fbfb117d8e1deddc2db245fd", + "x-ms-client-request-id": "26b2bf0519c3b2fde4dfe67abc583ece", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da53f96c-4f15-4688-b700-000f8f38ce0f", + "apim-request-id": "9f838acb-f741-45ee-ba95-d6d04c299f8d", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:19 GMT", + "Date": "Wed, 09 Sep 2020 22:30:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:20Z" + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "28352207098e1e206367840f9d06fada", + "x-ms-client-request-id": "ab1ec499b67e10c4529c03a7fec3e67a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "470f296d-16e8-4055-bff3-b7facc1ec9d5", + "apim-request-id": "4a06e463-3156-43b8-a183-4bfc9ec3074c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:20 GMT", + "Date": "Wed, 09 Sep 2020 22:30:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:20Z" + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f9da3c3ec64af71b7c9dba19ad9d20b", + "x-ms-client-request-id": "2e0d5bf95d3152a4cc6ad9b005ca9b31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "82f4318b-8fb5-476f-9e70-ceed64f3b996", + "apim-request-id": "31cf04e8-cb05-46b2-8ed7-26c2381f69d8", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:22 GMT", + "Date": "Wed, 09 Sep 2020 22:30:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:21Z" + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9fde702fc75d2fd925b78e93766e7387", + "x-ms-client-request-id": "0115976ce90c4f60faa2d3261556b320", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d24d7b84-f8ce-46cf-8bb2-7cfbaf10788f", + "apim-request-id": "eba01cab-fb25-4ddb-8546-a86ffff8886b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:23 GMT", + "Date": "Wed, 09 Sep 2020 22:30:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:21Z" + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8a191222f5141b98b18571c42e7f838a", + "x-ms-client-request-id": "60816cf9104b3c9d1fccdf13dc140b87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3518dfa2-df66-462d-ab09-1a6fd5ac3d1d", + "apim-request-id": "3e260cc7-02f2-48c2-a783-a1fa8a6bad9d", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:24 GMT", + "Date": "Wed, 09 Sep 2020 22:30:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:23Z" + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3710ccfe-6e64-483d-80c3-f1b277467a0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2ddf79945b28fb7dca6e2aad5edd3948", + "x-ms-client-request-id": "673bd201e4ae0f6efbbe338f897e3c76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "653fb8aa-d13f-47fc-aa8e-788a41d66956", + "apim-request-id": "4f2e4892-093c-4d9b-925a-1318e2f4fbc6", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:25 GMT", + "Date": "Wed, 09 Sep 2020 22:30:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "98b6b9b73a485ce5fad8e23f0a4d72e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e26a6240-fd9d-480f-a59b-1df0c3805828", + "Content-Length": "7909", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:58:20Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z", + "createdDateTime": "2020-09-09T22:30:06Z", + "lastUpdatedDateTime": "2020-09-09T22:30:11Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -966,6 +995,50 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1174,7 +1247,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "111086742" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1961779992" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json index 5116640eaa285..f5511b7cfb81a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fc628ff3bdc8fe4e83438c82f43619aa-e145fd5322e1fb44-00", + "traceparent": "00-5070073a64d9bb46ae1173b71ba2586a-e397f0a157762c47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ce6dd35f742bfc2fbee12016e3259718", + "x-ms-client-request-id": "55ed5e40afbfadd717081e0940780ed9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,170 +21,229 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "69a460f8-bc69-4884-9563-be20591dc4a2", + "apim-request-id": "b4218631-7d51-4bf8-b12a-02cbb88f67de", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:19 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "Date": "Wed, 09 Sep 2020 22:35:12 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "400" + "x-envoy-upstream-service-time": "365" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "00784af9188bf53f84ba6be574988295", + "x-ms-client-request-id": "fa7bd9688d74e63b3584243e66be66cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afc61543-5bc3-457e-a7f1-dadc30945428", + "apim-request-id": "3444e324-657a-4c37-ba2b-3b11ed9c4a81", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:19 GMT", + "Date": "Wed, 09 Sep 2020 22:35:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5412a08fed6c527486c00252e8e76ae1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9f36768a-8390-44be-bb3b-eaf42df40574", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "819dbb972112b2c62206203b8b994759", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ee82cd6c-2d6a-48d0-86f9-60a45b258321", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:20Z", - "lastUpdatedDateTime": "2020-08-20T18:04:20Z" + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "df92226e0a389b228b83ad58cde6fe63", + "x-ms-client-request-id": "9f7a52a1b9667b6d642973b38be9fe4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ef83de2-8496-42e3-ad70-ef3c6250d39c", + "apim-request-id": "ebbea5a0-2f93-4e0d-8d93-b46cc28aaa6f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:20 GMT", + "Date": "Wed, 09 Sep 2020 22:35:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:20Z", - "lastUpdatedDateTime": "2020-08-20T18:04:20Z" + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ae9fe2e51e30474d94774a71084a8726", + "x-ms-client-request-id": "aba74219e4206db9d95f3265cd39c7ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c2c949a-05d0-4fe3-bfd5-82ae4872f516", + "apim-request-id": "a3736371-08a5-43a0-9b19-7539c24bf503", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:21 GMT", + "Date": "Wed, 09 Sep 2020 22:35:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:20Z", - "lastUpdatedDateTime": "2020-08-20T18:04:22Z" + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c0a88a5fb893efdf28dd74076be7279e", + "x-ms-client-request-id": "96b1a979cb6ddd7b4e221de9ad132738", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26ee063c-d1a3-469b-ac5c-8cb1a5ce98f5", + "apim-request-id": "d470ddf6-d5d0-497a-a08c-a4580119d927", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:23 GMT", + "Date": "Wed, 09 Sep 2020 22:35:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:20Z", - "lastUpdatedDateTime": "2020-08-20T18:04:22Z" + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/69a460f8-bc69-4884-9563-be20591dc4a2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "920007bbd3f84f65d54a4bc0bfb19241", + "x-ms-client-request-id": "4821d2089cf2bc38980cc5068707ad2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d0f67af-1456-4ccd-87c5-cc8ea77cf539", + "apim-request-id": "ffc47948-8239-484d-9133-23d8c62ec381", + "Content-Length": "7909", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:24 GMT", + "Date": "Wed, 09 Sep 2020 22:35:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:20Z", - "lastUpdatedDateTime": "2020-08-20T18:04:24Z", + "createdDateTime": "2020-09-09T22:35:13Z", + "lastUpdatedDateTime": "2020-09-09T22:35:19Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -936,6 +995,50 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1144,7 +1247,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "437890175" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "207737071" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json index b96cbfd321150..bb180982b848c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json @@ -1,188 +1,247 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b1d85f54649d5843b6fab82855b0b056-80db74e663270442-00", + "traceparent": "00-0b8ff23c06c20b4c86511b6bc0dcf130-7470a8aa07bd134d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9c88a41f77d9a8fdc5b20a9fd740ca9b", + "x-ms-client-request-id": "7f32f9a65bd486217881e37d7fd5efed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "399defe0-7794-4426-9528-c904657014c5", + "apim-request-id": "1ae9cfc4-597e-4624-a0db-34852fef37f6", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:14 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "Date": "Wed, 09 Sep 2020 22:29:59 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8e02f35b002df3b631892bd343168ffb", + "x-ms-client-request-id": "028aa01c1914805860a592f737623c22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf250156-d46d-4f21-b0c0-1f1f242cfe71", + "apim-request-id": "b19d9f6d-cae4-4c78-a6be-c1c71b9a3de9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:14 GMT", + "Date": "Wed, 09 Sep 2020 22:29:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:15Z", - "lastUpdatedDateTime": "2020-08-20T17:58:15Z" + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "88e1072bb9e68e1ef7617e11016a3c82", + "x-ms-client-request-id": "d3fdcfb00fdc634f0ebbaf78a5b9622f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84f45c5b-05db-438a-90db-ad2cd6678e20", + "apim-request-id": "37505cee-1ec1-409b-a5e6-78db57f32123", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:16 GMT", + "Date": "Wed, 09 Sep 2020 22:30:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:15Z", - "lastUpdatedDateTime": "2020-08-20T17:58:15Z" + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4b0d4aab31b81f4fee956b504b2964ae", + "x-ms-client-request-id": "0cf913d597598dc4a0b21e2ec8294f16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7329fd5-1321-44fb-85a5-464e32640e6e", + "apim-request-id": "faa95694-e57f-4528-b494-d5e54d681748", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:17 GMT", + "Date": "Wed, 09 Sep 2020 22:30:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:15Z", - "lastUpdatedDateTime": "2020-08-20T17:58:16Z" + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d0740f22415fa2b5d57496cc82a4f2c7", + "x-ms-client-request-id": "afcdc1441bd70d115126f45969e0daa7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1bee0202-0f99-4f8a-aaae-7af95c7289c1", + "apim-request-id": "2822c002-d06c-4563-aa46-57e2ecb0fc9b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:18 GMT", + "Date": "Wed, 09 Sep 2020 22:30:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "23226342306819c80b6f3329f0209be4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f6a8b0fd-eee3-42fa-81ad-57c347cb9e5b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e433996cb2ecba5702ecbb32a26b23c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f7f3d381-8602-42c0-b69b-11a036c34579", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:58:15Z", - "lastUpdatedDateTime": "2020-08-20T17:58:16Z" + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:29:59Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/399defe0-7794-4426-9528-c904657014c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f928a84d4308f942b7c19a504ece43ce", + "x-ms-client-request-id": "65eb76d82b0714adf8b3a467e8e71c30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6e879126-6261-468a-a75e-b5983f4d5cb7", + "apim-request-id": "67e02dee-21a4-4f27-b271-0dbe1bcb246f", + "Content-Length": "7909", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:19 GMT", + "Date": "Wed, 09 Sep 2020 22:30:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:58:15Z", - "lastUpdatedDateTime": "2020-08-20T17:58:19Z", + "createdDateTime": "2020-09-09T22:29:59Z", + "lastUpdatedDateTime": "2020-09-09T22:30:05Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -934,6 +993,50 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1142,7 +1245,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1993712446" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "910307420" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json index 68f64a2c673f8..fcec3ea1c96df 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json @@ -1,218 +1,247 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-41ba139d6b30fe49ac1593fd81248845-2c20eb58c90cd24a-00", + "traceparent": "00-8b0a9703c6cb0a46aa9582f222c2e466-5efe8c17eaa79c47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "218e6f088b86c1dab2323db6c7b6e370", + "x-ms-client-request-id": "6a73106b4de94123baca33861a5d6c7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "apim-request-id": "59a5c548-2635-43a7-a93c-72b46041b59a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:14 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "Date": "Wed, 09 Sep 2020 22:35:06 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "68a13804d350ee9db1d2650e896def37", + "x-ms-client-request-id": "122f3fccd305a64aa3a05dd18d65a1c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "977081a8-d8ad-4ad6-9bae-0aecfff35171", + "apim-request-id": "3fe51d9d-3d11-4b34-bf74-2b779a427d10", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:14 GMT", + "Date": "Wed, 09 Sep 2020 22:35:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:14Z" + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "33ce7df82480a660fc6303b08bf31e52", + "x-ms-client-request-id": "f94c59dfcd938c75df7d0eb0ee58e486", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "435d679a-d7fb-45e4-8959-ecde5d3970a8", + "apim-request-id": "f9bafbc1-0258-49c0-ba17-a00af97e115c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:15 GMT", + "Date": "Wed, 09 Sep 2020 22:35:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:14Z" + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8de52f2f20b935dcd19f70b425cc3745", + "x-ms-client-request-id": "8850605665d89762c6cdc649f052b354", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "211eb33e-083c-4a29-b061-ea92519dd3af", + "apim-request-id": "29530113-315e-44a1-b1a0-b004d8463636", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:16 GMT", + "Date": "Wed, 09 Sep 2020 22:35:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:16Z" + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4abd0642afe7dff0d7fb6cecd0ec63bd", + "x-ms-client-request-id": "c1a66b297310ffebc9a33288c599b74a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42e53e97-48ac-4c30-b537-c3f9529513eb", + "apim-request-id": "62b3766e-92bc-46d9-b923-706e07516d00", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:17 GMT", + "Date": "Wed, 09 Sep 2020 22:35:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:16Z" + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5ade13b36287d77da19862e0b4ac8030", + "x-ms-client-request-id": "2c7ad7bc181579f0f7b533c6072c9c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "193a472c-06f2-4606-8b84-459b50b36e93", + "apim-request-id": "fe4023f3-c4ee-4e6f-aa3c-f415cecad02b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:18 GMT", + "Date": "Wed, 09 Sep 2020 22:35:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8387b9c922b2e3757551be3432dad22c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2a5d045b-6877-461d-a590-635f334f8c50", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:18Z" + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:06Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/3f5661c1-fdeb-43cb-a055-7db9f18758b1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "846dbe2cd435806a3e06b5beb3ef65e5", + "x-ms-client-request-id": "188c7c1587d7103f7a2cc95b3f25f79d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "870eb011-40f3-425d-928d-565faa09a324", + "apim-request-id": "540b108f-1574-4bc7-8af7-26c39c873021", + "Content-Length": "7909", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:19 GMT", + "Date": "Wed, 09 Sep 2020 22:35:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:14Z", - "lastUpdatedDateTime": "2020-08-20T18:04:19Z", + "createdDateTime": "2020-09-09T22:35:06Z", + "lastUpdatedDateTime": "2020-09-09T22:35:12Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -964,6 +993,50 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -1172,7 +1245,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "815021703" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1963836148" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json index cf8e00fa76081..839ebb2b3b93d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json @@ -1,31 +1,31 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6b30165d2174c04092f083e2b92db4f2-f9ac73a7784ae74d-00", + "traceparent": "00-9d7f33c15b20a54b9d3c8556ab7370aa-24f904ab6b5a394a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0fb03036fadf754c1d42beff29fab014", + "x-ms-client-request-id": "4f12a39c2e25754c898fc0118dad94f6", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "0d8250a9-8457-4bc8-8943-0d59299e4881", + "apim-request-id": "151ae9dc-6cce-4c72-86f2-322f84f440a2", + "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:54 GMT", + "Date": "Wed, 09 Sep 2020 22:28:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "error": { @@ -37,7 +37,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "800865840" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1402749806" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json index ea05410c6e4c4..93feeb4d271e7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json @@ -1,31 +1,31 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4f845bf3d1c75f43a5e2babf275e7f61-8da2d81b61dde444-00", + "traceparent": "00-d568f562538971439c1b2731123da83e-70e8e6b453dceb45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f666b66bb6c16a9e0a46d207c3531976", + "x-ms-client-request-id": "1a96039add4c15f6353ec7154c8a5229", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "9c7efc11-7660-4f4c-9bee-c02cc04946e5", + "apim-request-id": "e60ce567-8ab3-4b9f-bd83-842acf8e21d9", + "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:08 GMT", + "Date": "Wed, 09 Sep 2020 22:33:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "error": { @@ -37,7 +37,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1230617427" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "842876107" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json index dbe82ed855d09..533983b310281 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-255f9e33db970c458e068af5a4b8eb2f-94d158cc297a0a49-00", + "traceparent": "00-a2d3389e669a964cb0437d5843625bf1-bd33f427a93fec46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41a2634eed5808cf8a590e72f1f0bc60", + "x-ms-client-request-id": "6d18b00586fb7bc74fb85fb1e05c83da", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,134 +22,266 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6525241e-3f5d-4f55-bb8c-d8bd001103fc", + "apim-request-id": "a6c87873-74d6-42e2-9d67-d66119dbd261", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:29 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "Date": "Wed, 09 Sep 2020 22:30:16 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "248" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "06ed2a242c5f455cd79887f792dc04af", + "x-ms-client-request-id": "8e312b72bed9ab41c81ee53ba0bd285b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cd730f8-f28a-433d-be5e-32325713be53", + "apim-request-id": "6727c894-02fd-41fc-88cd-d8daf43bc54b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:29 GMT", + "Date": "Wed, 09 Sep 2020 22:30:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb49db745a635e7e29011dbff0f6b633", + "x-ms-client-request-id": "55fef41bb2966a71fa41802e6943e7e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "766defdc-f588-4e74-9624-4d977b9c1084", + "apim-request-id": "7c5652d6-fd15-419b-a141-22da53b9d610", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:30 GMT", + "Date": "Wed, 09 Sep 2020 22:30:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6f7ca3185a5721e0065d69bf66d776ad", + "x-ms-client-request-id": "afa5060f49b547f76e6da5dda18cda92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0241215-5843-4d3c-9d70-403082976cba", + "apim-request-id": "1043715a-58c8-488e-99aa-14f9388c28f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:31 GMT", + "Date": "Wed, 09 Sep 2020 22:30:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "eb95038f2e5ec043bac793973d124185", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f786521b-afd6-44ac-b783-d11f544e61e4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9a2bfc377818d2a5fcb6e6290c94c96e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "28991ef7-895f-4766-b33b-69f473cd6a14", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "659fee66fbade18ac2e4f5eeb660095c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "438628ad-779e-4e89-a1bf-f59c24357f8e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "15fe5f54f0a6c9fcab8fdd5e0f9d54e1", + "x-ms-client-request-id": "a4a61f2b406016795ec3efa7471ab325", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d866350c-7559-4b9d-8f92-806d391fa93a", + "apim-request-id": "1c2ee7a3-a04d-4b1d-ab4b-88b391594407", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:32 GMT", + "Date": "Wed, 09 Sep 2020 22:30:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4f3025fedc733bd7714ad83382b71b9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "96503c00-1762-4287-8c16-cb01afdb390f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,208 +289,241 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eede53e295601957fb27c506f1bef751", + "x-ms-client-request-id": "ecfe8aad24ed260d748807e90be399a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4d112aa9-756d-412b-9c85-185ccef030f3", + "apim-request-id": "f075c497-c1c6-4dfc-b8c4-341a131dd898", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:33 GMT", + "Date": "Wed, 09 Sep 2020 22:30:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "916a6f8aa1f8288ca7b2c3c87c811268", + "x-ms-client-request-id": "91f0cf31ba2f4fe8486a3216674693a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81015b0d-726e-451b-ad5a-3d49368d3506", + "apim-request-id": "7227efe5-059c-4675-a17d-328c8a270b8d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:34 GMT", + "Date": "Wed, 09 Sep 2020 22:30:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "12dd880888f9bf4d07e4197f2af6d8ec", + "x-ms-client-request-id": "bdf953a8c61cd938170adaead4ee2f8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "951dc9d1-3da8-4471-8a83-aa2d7c070d31", + "apim-request-id": "06b80179-8b64-4485-9b89-faf949fda24d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:36 GMT", + "Date": "Wed, 09 Sep 2020 22:30:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a0d38c97c23241e8c7b646add18f9d79", + "x-ms-client-request-id": "b30230b08ac7f36ca1aea483f2f7be2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae28043e-a92f-4ab3-8edb-d88e3e7867a4", + "apim-request-id": "4c944815-6ba3-4b32-9cd9-8a6b0b9ff49a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:37 GMT", + "Date": "Wed, 09 Sep 2020 22:30:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "69fd5c15e5e1025821ab8a13870dfdb1", + "x-ms-client-request-id": "b84161f5dbe96a8b97167925dffe7b59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "814d1ee0-7f05-4bb0-83f8-797df66124b8", + "apim-request-id": "d70472e7-047d-4282-b0b1-d34266dfa370", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:38 GMT", + "Date": "Wed, 09 Sep 2020 22:30:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "creating", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:29Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f030d7da71ae46369f9b4b4241a0ee78", + "x-ms-client-request-id": "3766a33ae0441ddfe7061c6d22b4e720", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29e5e1f6-b611-41b1-aade-6a774c4b93da", + "apim-request-id": "2317de20-b92b-4a9b-a10e-5f801e19ddd5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:39 GMT", + "Date": "Wed, 09 Sep 2020 22:30:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "73f5ac4b77acd4a5a5981bb1104614a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5cee6ac2-f91f-4b2a-9e55-88a3eb483d8a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", "status": "ready", - "createdDateTime": "2020-08-20T17:59:29Z", - "lastUpdatedDateTime": "2020-08-20T17:59:38Z" + "createdDateTime": "2020-09-09T22:30:17Z", + "lastUpdatedDateTime": "2020-09-09T22:30:31Z" }, "keys": { "clusters": { @@ -370,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -427,19 +593,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ae3a7d806fe57b4490af49ccdba75f35-4223bc81a416a545-00", + "traceparent": "00-77a0868ede27234fb3f0e74215d768f2-907f54bd923e824d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ce6a9f476ff8b10a34d17e8738d5bab9", + "x-ms-client-request-id": "4e484b33879114e98124d1e2bf1d47e3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -447,75 +613,105 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "88a63e6f-35ef-40d3-a60c-eba8a68533ce", + "apim-request-id": "65d1647c-013c-4b9d-8459-3068ffcec00f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:39 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b/analyzeresults/d97eb01d-fbe4-4aec-b0e4-55f42c34aa5a", + "Date": "Wed, 09 Sep 2020 22:30:32 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeresults/6c54439a-2e98-43b0-8693-b6f759d77c98", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "162" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b/analyzeResults/d97eb01d-fbe4-4aec-b0e4-55f42c34aa5a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "32da592e0708c3adfd9191acc52e0ca1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1cfc1b3d-55fd-4772-95d8-b607289122b9", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:30:32Z", + "lastUpdatedDateTime": "2020-09-09T22:30:32Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fad295b8ad5ea3cb26b7c9469a15c080", + "x-ms-client-request-id": "d73979f2996bc38ec2e1f188a6c31487", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f32848e-d9ef-48de-a845-c31c14e21b2d", + "apim-request-id": "f3007d32-b5da-44de-9a3f-8c386ae67366", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:39 GMT", + "Date": "Wed, 09 Sep 2020 22:30:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:59:39Z", - "lastUpdatedDateTime": "2020-08-20T17:59:39Z" + "createdDateTime": "2020-09-09T22:30:32Z", + "lastUpdatedDateTime": "2020-09-09T22:30:32Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b/analyzeResults/d97eb01d-fbe4-4aec-b0e4-55f42c34aa5a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e8cc12bd2fa26ab9cc7ebbddf2ae0dca", + "x-ms-client-request-id": "b7823750e16b2b9a9e8550fff53d4f53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ca0fef7-c7ee-4423-b489-5e16d0af913c", + "apim-request-id": "ab52288b-45ae-4d62-a67a-15679ac29dc9", "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:40 GMT", + "Date": "Wed, 09 Sep 2020 22:30:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15", + "x-envoy-upstream-service-time": "29", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T17:59:39Z", - "lastUpdatedDateTime": "2020-08-20T17:59:40Z", + "createdDateTime": "2020-09-09T22:30:32Z", + "lastUpdatedDateTime": "2020-09-09T22:30:33Z", "analyzeResult": { "version": null, "readResults": null, @@ -531,28 +727,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dff156c8-fcaa-4ac2-8f68-f31a479bef0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a30ff4948c85ae4483f465545669edc0-1710b47fdd748b4a-00", + "traceparent": "00-f75905e55066d948b8c33e5728702a8f-fe01bf5a01521140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ab8a91e1f4cd9919d4c7a740a5c4171e", + "x-ms-client-request-id": "46f0301770e49577ca166f2716241c3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9b87f98b-2f96-4019-96a9-c0ef36b170a5", + "apim-request-id": "35aef973-3beb-400c-ac5a-ae3f0ab3fc28", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:40 GMT", + "Date": "Wed, 09 Sep 2020 22:30:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -560,7 +756,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1146906015" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "2090463583" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json index 42b834b5feeb4..17b0d626b8d90 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-97de85c6a63b3c4bbbe43655c4a587b3-968d32c95304c246-00", + "traceparent": "00-4afaa19c6f4add46823fc8eeedd7ca68-52f5a8d8c3441f41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e4b97c136831891381dd74d307fe63c6", + "x-ms-client-request-id": "c4682048d9fb9dd24cc04b238066424b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,35 +22,167 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "502189a2-690b-4c7e-a493-a0223b0d6b88", + "apim-request-id": "8dc7a81f-5fc4-49b3-987c-13182bbab96a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:27 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385", + "Date": "Wed, 09 Sep 2020 22:35:26 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "127" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bdd4c9d02b379373bd5a8845ce45ecc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9eea5485-4c84-4631-ad2a-208405bfde14", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9b49aa08ee8244944976eb0d4e23ee84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "51acc36e-caf1-4154-b46c-7e76fcfbeabd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c6ee4fa2523b1c9cadd406a0508dcf07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ecceab15-142b-41f1-a587-e00d69f6d2aa", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d61b89d3a71de1c8358f74c04065459a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "294113f5-69ca-40bb-92b5-cd18584294ba", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "47" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6a8bf493a3a8321a9fdae141ad1af583", + "x-ms-client-request-id": "7ea2036b2656b6860e2ceeade8f4f4bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c502a6ce-7a1a-4b6d-91d8-1c9cbdc107c5", + "apim-request-id": "429b7555-e378-478c-a1e7-ce80b60d15d6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:27 GMT", + "Date": "Wed, 09 Sep 2020 22:35:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,274 +190,373 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c539e3a71808fb66860c91abdedbdc47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5aa1a2f6-f456-498c-9b63-2fb218a56d35", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "acad79facb5427a5d8a63f5161e90dc6", + "x-ms-client-request-id": "4c346b8f50eaadb00264c7f1b81af940", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fcb78c6e-2a3c-40ef-adf1-219b861256a0", + "apim-request-id": "d1b056fc-20fb-450f-a4ca-6c7d323f9e17", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:29 GMT", + "Date": "Wed, 09 Sep 2020 22:35:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "67b53a1437036f8a6186455687d2dc67", + "x-ms-client-request-id": "5c18b89b7f2c53929da7f84a95dbd832", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af02fd9b-9a54-4c5c-baa7-94aa469acf80", + "apim-request-id": "be422d0b-8f8b-4a69-b267-d86033b03e05", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:30 GMT", + "Date": "Wed, 09 Sep 2020 22:35:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8ed9f0e8b650c8714e63910263c8d0b6", + "x-ms-client-request-id": "7d1ea64fa7bf57d1338bc3a35075426b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9dd5806-2268-4dae-84da-550ec4a45d1e", + "apim-request-id": "fdb3f8d4-3974-4e60-bec4-b7001b96c3f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:31 GMT", + "Date": "Wed, 09 Sep 2020 22:35:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "722c1bcd8d64c380ee3d4acd864fa005", + "x-ms-client-request-id": "250f501380c20f1bd8e1af4358651826", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16b5bad7-8efc-4ca6-bd72-faa8748110d0", + "apim-request-id": "c03117d6-198c-4397-9574-cff6950a6f20", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:33 GMT", + "Date": "Wed, 09 Sep 2020 22:35:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7169d8ca7e105e75c8ec189fa5880c99", + "x-ms-client-request-id": "12a2958c7cfcf481e6c128a0bcef0227", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b88a31e-a657-43d3-94e8-33b06cec9795", + "apim-request-id": "44f47cc0-43ea-4a17-ab56-e296b82139c2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:34 GMT", + "Date": "Wed, 09 Sep 2020 22:35:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6b888eb669a65a027015a0136ca442ff", + "x-ms-client-request-id": "44378c64b2cccf6f8a0fa4def78efecd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcd9b379-c240-4d18-922b-69ca26514eed", + "apim-request-id": "82879a54-18ee-4e6b-bbfd-f65967ec81f4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:35 GMT", + "Date": "Wed, 09 Sep 2020 22:35:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8b378cc35f5f4fa5a5cea97875e01d66", + "x-ms-client-request-id": "bb179c7330d3976fce1a3f01577b52e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "762ccdda-8531-4d34-a049-bbe2baefe74c", + "apim-request-id": "a84f87ef-3fa5-4e36-90b1-dc1d8929c5f5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:36 GMT", + "Date": "Wed, 09 Sep 2020 22:35:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "creating", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:28Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f716b13134c6605fd60f00fadd62f124", + "x-ms-client-request-id": "ccde88ded32ed95a25d387ecd7a3fc58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90165992-ab2d-4b00-9361-6d51fbf495a9", + "apim-request-id": "d8b3b180-1747-4edf-b831-732b60b10922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:37 GMT", + "Date": "Wed, 09 Sep 2020 22:35:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "17a53463-10b7-4bc6-acfb-3684a3d9b385", + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1f2c5bc347d834541ca075b1736e770f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2739d297-20b5-4e49-92ff-15bfcab3138f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6fffbbbc32b09f9e423d9500a982bf2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "28c41ee0-e447-4690-9707-2d34a6b1c894", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "46" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "status": "ready", - "createdDateTime": "2020-08-20T18:04:28Z", - "lastUpdatedDateTime": "2020-08-20T18:04:36Z" + "createdDateTime": "2020-09-09T22:35:26Z", + "lastUpdatedDateTime": "2020-09-09T22:35:41Z" }, "keys": { "clusters": { @@ -337,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,19 +626,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4f3749d5dc629941910479d2a17c1274-d8af1125c5cbab42-00", + "traceparent": "00-86631228896db449b1dd5b7e313a2558-7287b8f7ba8e644a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "19db18aa8050573ae839c5d8bf8ae490", + "x-ms-client-request-id": "fc3de61e324f971033a9af8e5da866b7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -414,75 +646,75 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e41116a6-ec35-4160-98e9-6fcb101c2cd3", + "apim-request-id": "cf9052fa-9a05-4b5b-accc-e1544e73087c", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:37 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385/analyzeresults/5965a3b1-eb5e-40a2-ac8a-af440a8283b4", + "Date": "Wed, 09 Sep 2020 22:35:42 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeresults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "353" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385/analyzeResults/5965a3b1-eb5e-40a2-ac8a-af440a8283b4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeResults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bbe13af84a8e8e392dd6b44f5eab7143", + "x-ms-client-request-id": "1b30775b8da490a8bc8cdd9bb1538b9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a503223f-da88-4d07-a2fa-49b14a84472c", + "apim-request-id": "7a607adf-ea25-43e0-8b50-d44582e20281", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:37 GMT", + "Date": "Wed, 09 Sep 2020 22:35:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:37Z", - "lastUpdatedDateTime": "2020-08-20T18:04:37Z" + "createdDateTime": "2020-09-09T22:35:42Z", + "lastUpdatedDateTime": "2020-09-09T22:35:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385/analyzeResults/5965a3b1-eb5e-40a2-ac8a-af440a8283b4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeResults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5ccd85dc0304b01577be0e8d6f86a14c", + "x-ms-client-request-id": "8c924ae07b3089c0ab673b0683104199", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "044bee4c-d2b7-4c46-aec1-a6f475e17bd6", + "apim-request-id": "b776f359-1fb1-434b-aac6-492c12545c80", "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:38 GMT", + "Date": "Wed, 09 Sep 2020 22:35:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15", + "x-envoy-upstream-service-time": "24", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:04:37Z", - "lastUpdatedDateTime": "2020-08-20T18:04:38Z", + "createdDateTime": "2020-09-09T22:35:42Z", + "lastUpdatedDateTime": "2020-09-09T22:35:43Z", "analyzeResult": { "version": null, "readResults": null, @@ -498,28 +730,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/17a53463-10b7-4bc6-acfb-3684a3d9b385", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-64b9267db271614f86bdb204479c2605-e9e39e0ddebb1542-00", + "traceparent": "00-ee1e2536a3c37e439a3909cf893c92e0-d1b8a30d199ff74a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a301702a36815f95df4cec79cceaf83d", + "x-ms-client-request-id": "31a4ddd6a35291873ead3fc25574e5df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "e4032c39-77a4-4f6f-aac3-7411f3834e71", + "apim-request-id": "17d47982-3b64-40bf-b6da-d15520396052", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:38 GMT", + "Date": "Wed, 09 Sep 2020 22:35:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": [] } @@ -527,7 +759,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "449850642" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1420711756" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json index 71e58bbb012cc..726b81885e09e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-294a96c4d8ed514bb1a51ec23d8e5f5d-ebd5568d425a984a-00", + "traceparent": "00-8bbd493d4cbef14b83739f02e32a50d0-a28f91e3f8670a41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "64cc3d42f69cf5fc86b521026bb498ce", + "x-ms-client-request-id": "3225f516544b04b5cbd89664f321bf89", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,233 +22,68 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2e4f4333-0f35-4d18-9ec6-03ece073c0ad", + "apim-request-id": "40de020b-5045-47ca-b671-31b10a2f2596", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:58:25 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007", + "Date": "Wed, 09 Sep 2020 22:30:11 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bdbcfe419b2d266e38c3b089fd4cb8a5", + "x-ms-client-request-id": "4cb92333247ea597cfd7a66ed2ce4b06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "db131e16-aa55-4aa9-a557-d6fffe18ef95", + "apim-request-id": "fdf595af-8d2c-43de-98ba-ca655700648e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:25 GMT", + "Date": "Wed, 09 Sep 2020 22:30:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2075920363516e43d091c529f3c47b53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "db679218-9360-4a68-8498-2977cf91c69b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b6176744d43fa78ecea52bd84572f839", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dce0769b-fc62-4bf6-b4cc-b7e3febf2b3b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "d8ff7cfc783ede7cbb4ded9bd5453373", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fd1c3f62-b0de-4174-b305-beb8275d8da1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "95455c4801352f6603ce51ac376a295e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "38b257c8-d48e-4016-b228-4f81224f804e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "772c8c99a2c5cb14ea38fbf2e7f3d189", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7ef782b3-b089-4a00-a65a-e4f55d81c626", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", + "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" + "createdDateTime": "2020-09-09T22:30:12Z", + "lastUpdatedDateTime": "2020-09-09T22:30:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e890b872622cfa0416cfd47026d0a651", + "x-ms-client-request-id": "c9c7080c91aafe563713bf4580776a6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c2613c4-d683-4186-883b-1c771987fc6f", + "apim-request-id": "191ee54c-9ee7-4201-bec5-c4039b342f7e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:32 GMT", + "Date": "Wed, 09 Sep 2020 22:30:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -256,1726 +91,79 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "48028f23bb18a5ad4779abfc06734810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31d7f7b2-0386-450d-a1bd-e88216f0f778", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:33 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "7f39c8fc40d93631883261f5cda3a51a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e1f69bb4-9c82-4e4a-bbc0-3a3865787c68", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "58ceaa9288f0b6700aeba1b2b707f4a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "345d7b1d-40a5-402f-a7fb-1fa4d91621de", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "5e74c4872796e3775dcbc0e65ab7d7a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3f426a66-7cc3-4180-9194-d64b31dcff76", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "5b6a90d4f0a57320578275ee9f7e7f80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5b7de893-a6f3-4566-bbb3-37f73b9557c1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "096ebf3d462f6b8332ebfa24c88a5c52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "92d982f9-f299-472b-aa91-32a0e1af81c5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", + "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" + "createdDateTime": "2020-09-09T22:30:12Z", + "lastUpdatedDateTime": "2020-09-09T22:30:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "26defd13989d97fca3010614b18943df", + "x-ms-client-request-id": "2c5ba19a2de8f2e25d7f6374ad4731fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "537964dd-1b37-47ca-a8ad-197a51917c47", + "apim-request-id": "0929368d-7ba7-46d2-ab7b-98a5b98e1550", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:39 GMT", + "Date": "Wed, 09 Sep 2020 22:30:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9ba8404bcd498d740dfe29baf5fbaacc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b4179a06-8502-4679-97c8-b48fe040b5cc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a2da222659a0a5e2c2d6652d406fb9a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b9a75dd-aff6-4c93-9949-9647baeb36bb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "88d81ba7c1e246088850189e6f42a2a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "95b7d3d2-16cf-46a2-9065-d1d22bc1f662", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "8eed3956a1aff23f5d03d87367474d9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5d7a7f01-c605-4c5f-a503-c65bc0e39818", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "da127f45222265ea1993194f4044357f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "85f55d11-9718-414a-be66-4043f9ce8802", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:44 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "06d6bd342a8106f9dce62adfe895de41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ade8a9a0-bdbc-4c53-b185-b2e6666d49b3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ef597a03c73034854f88751b87efb119", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "54e55c00-e321-4ba7-a51f-f4d831add635", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "aa3f59cd47701a1d850bfe3bf70b7c84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0e1ddba6-6214-4512-94b5-59b497f3d4b3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c64cd8b546eb6c4f37a2b6f8b5de7fec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2a6b615b-1b14-450d-bb5d-439cfbf12c19", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "8f1211353356bbd15d3e6924c9493c43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f35b02c7-a477-4ded-b3b0-a8686a914f5f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "af65f00beba3862d09d272cd902465a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9c62d2e5-1c63-4421-9cb6-9eacde6f8b56", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "e606118cedf9822d079069acdc2aa2ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4e15815f-2539-4d47-9d71-6407d3b639f4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c4ec7266d0784949e38b8584c1032b38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "720d8745-ce4d-4c21-83bf-be8da6017595", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b898c2d856421e4ac3e3a7128281aade", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "40695a04-208b-4a62-a489-2bbed2d8920a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "1d678430a037bb2fc8bc026d68a9c004", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2a01aeb-2622-4e31-9186-6539005ba88f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:55 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "1ad43065ea9110ab28ce01942836c762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "519d0b89-ace6-493d-8482-ed2e3253e151", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "3d54a6e00d9b380193ddf08653dcb61a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "312ee8a9-c87b-44d6-9f79-2ca0c7f8adcb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "52ada3228fac454dd957f5699f9a9391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cba42e1-0e40-4281-9596-0bc7e09053dc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:58:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c18c9ff5835557682e9b87b4fa25bc4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c00eb80f-a1e2-4dec-9b2f-ed1a56516ea0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "8572e718758951b5590e6344189898f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ebd3a47b-ec34-4fd4-9661-a7eaa49f942e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b4905f4af44f9fc43b56231108984bb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d91daaab-8fec-4801-8cb8-9f71a242e4d4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b850aa9a0d287f07e93b68461f233e96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4542deb-43a4-486c-ba07-24511767a467", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9b6a8e03089423fb22d24a3352a448c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "265780fb-61d5-4bce-b981-b528faf02888", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "6eaaafc2e0473cd05711ca138c7d7f17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d3f148e9-5d56-4c86-9fb1-3c1fe85e2c6e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "7a0d8c17b02e921fae2c9555c3d42c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bcb924e-dea2-4f44-9f0b-643e949b68a5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "7084a7f3d079224ebd2e43823de796a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75f0ba87-86c5-4bfd-ac33-eeababb90b77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c51b3353ce9612928f18bf1a4a7b7882", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "53df7fc6-7d42-4075-8f3c-8ba92baf076a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "e52085e40ff9469d3deabc006c9d54c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7b1aa04d-286b-4e7b-9f42-ed0a36a46d27", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9001f09567b825ae1571e0611033d841", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "741e5312-f6b5-42a8-8f0d-26e8823848b5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b89dc1b5b1c744ab95d588ab1191a5f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6ca4ad5-952a-41bc-ad5e-63a44846544e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "5985f9c3e77a7dc9d7fbcf872f3b3609", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5e205a28-d085-4ed3-af32-69ac41d77f43", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ab4a7a129bffe4ff45bdfbe3df021383", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7826c33b-761c-402f-aa59-6f12b9681fce", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "179dedcc7eaecdc7f720e1cce123155a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f6f5e3fb-39cd-412c-b9ae-07d6bd80c8f4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "96997e9ef94628f2f9a114bcece69ed5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "13ac1d32-e7b8-45c3-b731-552bd8999ea8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "41bb4ce71e9d945bb37db4dfba330221", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f599361c-5497-465f-8fae-ea4286bd35e0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "6044a0a77c68d23cfa751d0d6a0ae010", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "25da1606-9795-4f1c-a955-e414018c8a84", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "95e40b81d46880bc2205e3c945136ec6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b26a7347-b7fa-4a86-90f0-790f22b6e296", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "4b14f29e3da16b6c0fe84628004d29a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8919a96b-ab4d-4d90-b96d-0947aec2a943", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ae5da39c6c4fd3b9e4c43e6398728de7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fd3135a0-663e-4238-bc57-eb2ae2a15ca7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "786e570795f5436f9f78867f8d937fd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "73fdee56-d8a5-4b57-a68f-2b1081e04c98", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a12d3adbbfb53277384067dcff08d29c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22ed050d-10d1-4fe1-ade1-b4b9cafac731", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a9215f5bb1de06b3341a0ed6e5394650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "306e8f68-bda3-4a87-b29c-d77df866ec5f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "5d886845eb454731e03c3fb42d924497", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d23d790-48d0-4986-8871-d7e7125be86c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", - "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2e23eaa6d57229f687266d9bb0a04cff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4f7d6495-32d6-4cc7-9f9f-cf3d73ee2ccd", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", + "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", "status": "creating", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:58:25Z" + "createdDateTime": "2020-09-09T22:30:12Z", + "lastUpdatedDateTime": "2020-09-09T22:30:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "969716fa748070572dd9c9a272fed9a1", + "x-ms-client-request-id": "eb58908df65aa2decdbb146a64522457", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64422f13-299b-463e-b009-7e6f30d93359", + "apim-request-id": "edbd550a-4348-4d3f-8845-ac8b2d7b4642", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:28 GMT", + "Date": "Wed, 09 Sep 2020 22:30:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "fd3383d5-0129-416e-8c67-b5bb73eed007", + "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T17:58:25Z", - "lastUpdatedDateTime": "2020-08-20T17:59:27Z" + "createdDateTime": "2020-09-09T22:30:12Z", + "lastUpdatedDateTime": "2020-09-09T22:30:15Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -2073,19 +261,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-db375752243a474f8c91b5a0438e1ede-bbbdc25dd5ce774e-00", + "traceparent": "00-59623c46ba3d8f4eb8b4e7fe9ab84ffa-817b96f4f1716641-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fb3077d617166fde725ed61e7d96963f", + "x-ms-client-request-id": "31d43b6d1e72df1d26d46b2a2de150f0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2093,77 +281,77 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "2e394784-6663-439f-b4f7-79bf55a4159b", + "apim-request-id": "07a31ffb-851c-4830-9728-95bb8f54cfd2", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:28 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007/analyzeresults/d0cc254e-8895-4352-9350-32b049b277c4", + "Date": "Wed, 09 Sep 2020 22:30:15 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeresults/5966de5a-dad8-4f66-b70e-367d1d02b46c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "138" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007/analyzeResults/d0cc254e-8895-4352-9350-32b049b277c4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeResults/5966de5a-dad8-4f66-b70e-367d1d02b46c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "17b940efadfb311793b301980c54b788", + "x-ms-client-request-id": "f0b8c2e27e1fa410c2b85f2d18778e0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "505dbeb3-a0b8-4b1b-8dcb-89637c0d3a06", + "apim-request-id": "0ed22f66-355e-4510-b5c6-2dff7ac0ce5d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:28 GMT", + "Date": "Wed, 09 Sep 2020 22:30:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:59:28Z", - "lastUpdatedDateTime": "2020-08-20T17:59:28Z" + "createdDateTime": "2020-09-09T22:30:16Z", + "lastUpdatedDateTime": "2020-09-09T22:30:16Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007/analyzeResults/d0cc254e-8895-4352-9350-32b049b277c4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeResults/5966de5a-dad8-4f66-b70e-367d1d02b46c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "39c5cc4d5170e2e8382724219e38f297", + "x-ms-client-request-id": "71070c5b00736e8a7278c5858ab374eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6e1b0034-15b5-4b08-bb24-b81e00d6f65e", + "apim-request-id": "d30e263d-cab4-4481-b4ec-fa9a9c82edd4", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:29 GMT", + "Date": "Wed, 09 Sep 2020 22:30:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40", + "x-envoy-upstream-service-time": "32", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T17:59:28Z", - "lastUpdatedDateTime": "2020-08-20T17:59:28Z", + "createdDateTime": "2020-09-09T22:30:16Z", + "lastUpdatedDateTime": "2020-09-09T22:30:16Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "errors": [ { "code": "2003", @@ -2174,28 +362,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fd3383d5-0129-416e-8c67-b5bb73eed007", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-54066dbd842b2f429b3fa53043dda7bd-300b1426e6ec844e-00", + "traceparent": "00-6930ae4a8652a64992c2bbd0876bc9f0-57122f4f75e8e345-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "31b38a43c14428a560fe68621645631e", + "x-ms-client-request-id": "a288246a339aee382a306ebabeefc6ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "29222c2d-1028-4752-b27d-8dcf7e6ce8f2", + "apim-request-id": "cb7f875e-0e5c-41a4-9ad9-99722ba632c9", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:29 GMT", + "Date": "Wed, 09 Sep 2020 22:30:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] } @@ -2203,7 +391,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "235370684" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1222564615" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json index 1332e983f2304..d4302db88913d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bdd48f23037e914e939db308cc8029e8-ba1a62a1c251734c-00", + "traceparent": "00-d775d9ef42a3a047bdb7762153e6e793-b99738e943675d4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "75f68acc67ca20073579e4cb132cfc31", + "x-ms-client-request-id": "7a03c769d88ff4d8168cdc6afdc82414", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,181 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "be1e0cfb-3539-4d16-aec5-8f03245c266a", + "apim-request-id": "cb3e6398-1402-40ff-bafe-73acb66d2fa7", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:24 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75", + "Date": "Wed, 09 Sep 2020 22:35:19 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "287" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1b8bf3e3b730f394ccabb31fb19cf866", + "x-ms-client-request-id": "97fca1aee26fc2fa652a1111a70c5148", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5ed6d53b-250a-4b5c-b2c6-374cd631b763", + "apim-request-id": "de1b4854-6778-47a3-b8db-be76d22f1561", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:24 GMT", + "Date": "Wed, 09 Sep 2020 22:35:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "b2ebed56-50d7-433c-b11f-94794cb9ad75", + "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", "status": "creating", - "createdDateTime": "2020-08-20T18:04:24Z", - "lastUpdatedDateTime": "2020-08-20T18:04:24Z" + "createdDateTime": "2020-09-09T22:35:20Z", + "lastUpdatedDateTime": "2020-09-09T22:35:20Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b84d69efd50921790759d8b32cf3ed77", + "x-ms-client-request-id": "7206322408c87e53524290541338bd93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b49a528-ec23-4ba2-af94-062f459e1669", + "apim-request-id": "8a6ea9bc-f8fe-4b4e-9821-5b57ebec1dcb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:25 GMT", + "Date": "Wed, 09 Sep 2020 22:35:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "b2ebed56-50d7-433c-b11f-94794cb9ad75", + "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", "status": "creating", - "createdDateTime": "2020-08-20T18:04:24Z", - "lastUpdatedDateTime": "2020-08-20T18:04:24Z" + "createdDateTime": "2020-09-09T22:35:20Z", + "lastUpdatedDateTime": "2020-09-09T22:35:20Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c17cff08e5fa146ef502a91eb4e76f98", + "x-ms-client-request-id": "5992ebd0536386cccd401464c7c74d0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77dc5d5c-87fa-4d5d-a516-4e6930cc7cf8", + "apim-request-id": "dd23c25e-d47c-4861-b0bd-c9beaf33a2e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:26 GMT", + "Date": "Wed, 09 Sep 2020 22:35:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "b2ebed56-50d7-433c-b11f-94794cb9ad75", + "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:20Z", + "lastUpdatedDateTime": "2020-09-09T22:35:20Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ca46943ab1c1a64c4d7e452d52a5ae2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "53a415bb-b7c3-4763-b3cc-1d37a4d95bab", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:20Z", + "lastUpdatedDateTime": "2020-09-09T22:35:20Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bc407d6df879d0e46580a587f3efb68b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d421b5fc-62ff-4b2a-91b2-5dc1511d4c12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:04:24Z", - "lastUpdatedDateTime": "2020-08-20T18:04:26Z" + "createdDateTime": "2020-09-09T22:35:20Z", + "lastUpdatedDateTime": "2020-09-09T22:35:23Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +294,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-695fe8bc483b8d4eb014596d6ddd2dda-431ff5d1da685149-00", + "traceparent": "00-15a3b7959a75244b9f0284925af4954a-a5fc126ba55ae645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "aadb7d8143df0d28796913d6dfe1c7d9", + "x-ms-client-request-id": "7f1a85f4f3f21ed29fec0be50e9f3428", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,77 +314,77 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f290a5f5-fb0f-4714-8d31-37e2250e02a1", + "apim-request-id": "12fc0357-2630-462b-8890-7ce4e2120d84", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:26 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75/analyzeresults/3c64b2a5-223e-4eda-987b-fe725d321b68", + "Date": "Wed, 09 Sep 2020 22:35:24 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeresults/7e9a3646-8eb9-4056-a547-d962aab0c74f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75/analyzeResults/3c64b2a5-223e-4eda-987b-fe725d321b68", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeResults/7e9a3646-8eb9-4056-a547-d962aab0c74f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b1173bbe36200a6cfb38c2072c5a6c20", + "x-ms-client-request-id": "4af7e79190864191af7564410cc4b25e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f28f2c0e-c44d-4307-ab90-15fd5e24a756", + "apim-request-id": "c96c3191-6acb-4c95-b92e-4c7572189f12", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:26 GMT", + "Date": "Wed, 09 Sep 2020 22:35:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:27Z", - "lastUpdatedDateTime": "2020-08-20T18:04:27Z" + "createdDateTime": "2020-09-09T22:35:24Z", + "lastUpdatedDateTime": "2020-09-09T22:35:24Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75/analyzeResults/3c64b2a5-223e-4eda-987b-fe725d321b68", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeResults/7e9a3646-8eb9-4056-a547-d962aab0c74f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "af323fea4217c597d76e4890d1973514", + "x-ms-client-request-id": "cc38b9c72f8a793bab211d8cecffc1c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65219b14-3580-4893-b810-3f9f145b84b7", + "apim-request-id": "5257ee9d-600b-42aa-991d-d2b3eb002015", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:27 GMT", + "Date": "Wed, 09 Sep 2020 22:35:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63", + "x-envoy-upstream-service-time": "19", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:04:27Z", - "lastUpdatedDateTime": "2020-08-20T18:04:27Z", + "createdDateTime": "2020-09-09T22:35:24Z", + "lastUpdatedDateTime": "2020-09-09T22:35:25Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "errors": [ { "code": "2003", @@ -326,28 +395,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b2ebed56-50d7-433c-b11f-94794cb9ad75", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55c87bafb8b75043b2a33b1ad045057e-2ad8396f7dd64c48-00", + "traceparent": "00-2fd32a4ab75eb34d8f5219032a0c6f07-d24090cfe4248f41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7860cf3bbdcf4b7710d1afa68020e11f", + "x-ms-client-request-id": "0cf57d4b6cf86404f3d8cf7c8e9012da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "ab3e69e8-f5b4-4ca5-bc5a-73bf6917a4ee", + "apim-request-id": "094c1bda-a9be-4527-a060-985bd9281f62", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:27 GMT", + "Date": "Wed, 09 Sep 2020 22:35:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "140" }, "ResponseBody": [] } @@ -355,7 +424,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1927114979" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "2067142432" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json index 0c8369d711f34..c55c14a46e230 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2fdbc4c06238f248bc336668438e8ea2-4e47b45412e2a046-00", + "traceparent": "00-8dc7e9e5da529346a92eacffa97ba3e4-4afbf8b864375d40-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0a8414317f189e3c9becdff5ca945bda", + "x-ms-client-request-id": "673ef15ebcc8b837b5ef84616be4d94c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,475 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f6baaae9-0760-42e7-87af-7fe099196b77", + "apim-request-id": "bb6e9116-11ad-4ee8-a287-b63a1cc9b046", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:42 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d", + "Date": "Wed, 09 Sep 2020 22:30:38 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3e5a1088b7d5202469a50866d3b8328e", + "x-ms-client-request-id": "0b9417dde267d44ca977ee906786891e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3802c395-f08a-4b13-8b09-7eea8c90092b", + "apim-request-id": "3a05fb47-36af-4f58-ae44-150e25923600", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:42 GMT", + "Date": "Wed, 09 Sep 2020 22:30:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "842aa507d893508a2df5c0af4643eee4", + "x-ms-client-request-id": "c52e841ebc442e56ee5195b9aee17283", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12d8a08f-4776-48f4-b3b2-15749eae60e8", + "apim-request-id": "a452de5e-c098-4dcb-8785-125b34c9341d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:43 GMT", + "Date": "Wed, 09 Sep 2020 22:30:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ae41b7dbf6ff7abef063a07377d6cbe2", + "x-ms-client-request-id": "765bb9ce32967b73a469be51cea7512f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24b3063f-8f4c-42d1-a169-21e3a2321e41", + "apim-request-id": "6795d2b7-6d95-4620-bfc3-355e079dd93d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:45 GMT", + "Date": "Wed, 09 Sep 2020 22:30:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "24ee51b9d769b047850910e0f774da25", + "x-ms-client-request-id": "e642656613b62108c1651c164d9326c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "344fdea5-2972-4ac7-ab87-8e58acd45940", + "apim-request-id": "87f82429-7334-498f-851c-8fd938582087", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:46 GMT", + "Date": "Wed, 09 Sep 2020 22:30:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1b8a24b68477108ee7b094303717d957", + "x-ms-client-request-id": "adc26b04122aec8810b220dafe046047", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6322df20-632a-4296-b3d6-d68941406890", + "apim-request-id": "2bd62b88-c3a9-461e-aebe-9d4d3b92aa35", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:47 GMT", + "Date": "Wed, 09 Sep 2020 22:30:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f4f6dd29c955047a709028f5e5de837b", + "x-ms-client-request-id": "485265008b9ebacdb13ab431165d2e11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "900f8cc0-592e-438c-98e0-d36eae6eb7e7", + "apim-request-id": "beec7d76-3bc7-42bf-8ec2-dea5163652cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:48 GMT", + "Date": "Wed, 09 Sep 2020 22:30:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "52bc7b88af4b356ac3dd3db94216796e", + "x-ms-client-request-id": "634cf643a3e45404dd56d603f22e22bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b975e2d1-3d28-4fa8-9a10-c63e17d3cc24", + "apim-request-id": "fefaf1ac-3a85-4a1e-86d7-e11cc9ba7bf9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:49 GMT", + "Date": "Wed, 09 Sep 2020 22:30:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "19b6b830e57eedd0a986aae65b982a09", + "x-ms-client-request-id": "e716d405de4178289d08fcf05d56d5b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03600fce-6a0a-4733-8864-99d06abbe748", + "apim-request-id": "0681c99d-002a-4e1d-8c0c-045aacc279fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:50 GMT", + "Date": "Wed, 09 Sep 2020 22:30:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:43Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bba7192c865a790b72c131788cc1c159", + "x-ms-client-request-id": "08960f83fdb75c6360fe6a47b5c9c782", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8dd00da-688b-43cc-943e-486df9296436", + "apim-request-id": "4264a4cb-52f6-4d01-8571-8b92f0f0b44b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:51 GMT", + "Date": "Wed, 09 Sep 2020 22:30:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "9ce5b495-e279-46f7-be24-972928ee270d", + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "412cf717474765d0cdd4c5dca714f686", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "088b731d-7f45-41d0-a416-cd9631134311", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e38023801a97080571b9864273e1c2d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "42470b0d-4e51-4e18-a82e-953439842626", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "65d87940942a3c6b3f313ae33786b54c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7c762fee-628d-44ff-bb93-47515731ce8c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "92c7e307e448fdebf224cf8ec08df1ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "95061478-2da4-40fd-bf8d-bfdaee0d8afa", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2d9cf111903bec5bb844a465df21d0ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a6176067-d248-4e35-adb2-476b5b143269", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "38" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "status": "ready", - "createdDateTime": "2020-08-20T17:59:43Z", - "lastUpdatedDateTime": "2020-08-20T17:59:51Z" + "createdDateTime": "2020-09-09T22:30:39Z", + "lastUpdatedDateTime": "2020-09-09T22:30:52Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,125 +560,95 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4510149f729c85499e39d8972abd1805-8729380b3aada841-00", + "traceparent": "00-cd21320f4dcf194f8f957f4bb7d46d57-f4c241a352e8f148-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2cc5ba176927a3fcaacfa8c50584d92b", + "x-ms-client-request-id": "8f3a3904301a5b8b8edb7306c4dc7bb1", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fed7934b-f228-435c-8c04-a6bfe26ca01f", + "apim-request-id": "3f7b1e65-324e-4bb9-a4e1-006c4e7c79af", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:51 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d/analyzeresults/675d6599-25a9-4a2d-bae5-a0681ae62b82", + "Date": "Wed, 09 Sep 2020 22:30:53 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeresults/ca682625-a39a-4439-8b75-3765d49e6b43", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "122" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d/analyzeResults/675d6599-25a9-4a2d-bae5-a0681ae62b82", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "298c34b2bd6fa914ac3da6bdb45860e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "623dec00-44d1-4122-8816-d8188ac71ce2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:59:51Z", - "lastUpdatedDateTime": "2020-08-20T17:59:51Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d/analyzeResults/675d6599-25a9-4a2d-bae5-a0681ae62b82", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeResults/ca682625-a39a-4439-8b75-3765d49e6b43", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a0cf51c5fdd2c2e11c03118add4674ee", + "x-ms-client-request-id": "46d24e4088ea771187dada0440851dd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e939c5d5-6fac-48ec-a94c-55dfc0ffc09f", + "apim-request-id": "6afa5778-d9bb-4351-9f8f-de3b08b4032e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:53 GMT", + "Date": "Wed, 09 Sep 2020 22:30:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:59:51Z", - "lastUpdatedDateTime": "2020-08-20T17:59:51Z" + "createdDateTime": "2020-09-09T22:30:53Z", + "lastUpdatedDateTime": "2020-09-09T22:30:53Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d/analyzeResults/675d6599-25a9-4a2d-bae5-a0681ae62b82", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeResults/ca682625-a39a-4439-8b75-3765d49e6b43", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "58c505e798345aeaa61b7feac33fee51", + "x-ms-client-request-id": "868ae5536152e0d265409e5f1d5527db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "adbbc624-7860-4ced-9eb0-d779fcd038d7", + "apim-request-id": "36f7148b-7251-4f55-9019-4e825e9a43c6", "Content-Length": "256", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:54 GMT", + "Date": "Wed, 09 Sep 2020 22:30:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16", + "x-envoy-upstream-service-time": "21", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T17:59:51Z", - "lastUpdatedDateTime": "2020-08-20T17:59:53Z", + "createdDateTime": "2020-09-09T22:30:53Z", + "lastUpdatedDateTime": "2020-09-09T22:30:54Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [], "pageResults": [], "documentResults": [], @@ -526,28 +662,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ce5b495-e279-46f7-be24-972928ee270d", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-948096b6709334439cfb6543401fd663-12a411997c2b4547-00", + "traceparent": "00-f436a698d04324478b511a59e9e4c61a-f97ee2047a0f5f43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b300c06f39b5b45852c90d6bac8acc66", + "x-ms-client-request-id": "9125f2c88a4f7c0028c3073f55871b09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "023163ef-e709-4083-b69b-02cd2678385b", + "apim-request-id": "3fe6ac06-738b-4dc8-bce9-ec96439c6537", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:54 GMT", + "Date": "Wed, 09 Sep 2020 22:30:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": [] } @@ -555,7 +691,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "127018569" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "947280452" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json index cbaf3a472bc7e..a2d696b736af6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-39b51463046c99448c663f08bcb4079f-e5d2bdd66726554f-00", + "traceparent": "00-647864c267a89447be92aa0e2da32ac4-a49404942a98b14d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3d765977392a209994e41add0cfba91b", + "x-ms-client-request-id": "ea80d9de97e2b60490fbf3c8fe6089a5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,167 +22,266 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "de023d3c-e1b5-4c94-b38d-48507778de35", + "apim-request-id": "52b82bbf-db8a-491f-8c20-859cca54fece", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "Date": "Wed, 09 Sep 2020 22:35:47 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f136d3514ab32423b04a9ed34b8244f3", + "x-ms-client-request-id": "06ce6534329ac860ee9e0ca044fb7157", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "698e73c8-6509-44d0-b30b-b955767c5c5e", + "apim-request-id": "9b87d257-2629-423d-8b47-811e8c3396f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", + "Date": "Wed, 09 Sep 2020 22:35:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2fc30ad72c260892176f0d039f4df576", + "x-ms-client-request-id": "46da0644ab04a138328e8f700bf0535a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a91a836-1878-47a8-ab9f-baa96c2758a8", + "apim-request-id": "253cc69c-2a43-454b-b07b-fed8a0cf0d9a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:42 GMT", + "Date": "Wed, 09 Sep 2020 22:35:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a41a873458c5acbf79b8fb448a647295", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "35d9b793-dd99-406f-8ba0-fedf87faff8f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f7849c89428688a12c2cd30ba2efbdfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "71c82d23-ac14-4b0a-a8d8-21de608b4057", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bc6cb24bcde1ec91462ecd4cb0f416ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1d8af1e6-c964-4d8b-b992-63f7e56a34d6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7276fc9791ff2de236518de09bc5d411", + "x-ms-client-request-id": "6fe7fa1c5c6cf1d3e591779885b3098a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a997c020-4585-4a65-bb73-6dcc5d1e999e", + "apim-request-id": "c027b870-87c5-4c96-b505-6c010232c326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:43 GMT", + "Date": "Wed, 09 Sep 2020 22:35:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0105279f793725f5402dd9443c1f8462", + "x-ms-client-request-id": "d8f9fcfab5f7bbb30a98b0587555d838", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "00c1dc76-6d05-4bd8-a98b-e5bfbf6fcef9", + "apim-request-id": "8ba7deb2-9b6f-4d9e-80a6-fe25ff713309", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:45 GMT", + "Date": "Wed, 09 Sep 2020 22:35:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f3b2754d20c45f32796f9d49fb26d52", + "x-ms-client-request-id": "a8ef04154e07ef92df7bd75056f96692", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ca46651-1849-42bc-89cf-9bbd07099d74", + "apim-request-id": "9b1aae0a-a66e-437e-94fd-a71fa14d2c92", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:46 GMT", + "Date": "Wed, 09 Sep 2020 22:35:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -190,142 +289,241 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b35142243efb67d6462c64d4ab7b7b90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f141e106-92c9-446f-8f4a-d865e3fe8ca3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "80823eb961c4ac836a0af97cdd636511", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b7f92876-8213-47df-a53b-668332cbc262", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "status": "creating", + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "33331e312404d73d2e8861dbe9bd4463", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9d70c40a-8ec9-4367-9cad-550a939e57a9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7863fb9af3471e3e075131d2b89df017", + "x-ms-client-request-id": "17974700e676c3cebfa448f1455a89e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "749ab50e-aed2-4b52-8497-e63026fef8a8", + "apim-request-id": "817663bf-826a-49dd-945a-b3fc417ef21e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:47 GMT", + "Date": "Wed, 09 Sep 2020 22:35:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "738b2acd8589cc0533c0d9a18021868d", + "x-ms-client-request-id": "8ca353c64748948b01ab523cffa8c3ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "730cceab-f856-434b-9299-21a171427a99", + "apim-request-id": "bcd6348d-527d-450b-86fd-1279e03310b0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:48 GMT", + "Date": "Wed, 09 Sep 2020 22:36:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41a987bf0cbb601be81d47baa0218d8a", + "x-ms-client-request-id": "967c95c54ecb4a9a4f6f735fdb4c91d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b95a4c60-478f-4719-84e2-bef51123e0ba", + "apim-request-id": "4b47ee1d-f2c1-4656-adcd-f9fadc8413b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:49 GMT", + "Date": "Wed, 09 Sep 2020 22:36:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "creating", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:35:48Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7407e2a5fa2715c8f59644871a9d9ee6", + "x-ms-client-request-id": "95147dfeb71ab81bbb0216ca9392c317", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "322dfe68-78f6-4e55-acbb-816e0384ded2", + "apim-request-id": "04a58d18-effb-401b-9326-51fdc86035fb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:50 GMT", + "Date": "Wed, 09 Sep 2020 22:36:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "status": "ready", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:49Z" + "createdDateTime": "2020-09-09T22:35:48Z", + "lastUpdatedDateTime": "2020-09-09T22:36:02Z" }, "keys": { "clusters": { @@ -337,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,95 +593,95 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4393a682bb447047bbd953ec19f1bae5-832ee70e15cb794f-00", + "traceparent": "00-4fa6e985781c7d46b5b45d02be0756cd-20f897ffce380545-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3012a4cbaff4c05b0f2a8a6c3d4a2c12", + "x-ms-client-request-id": "b02b9ce1f2dd7818b8583dd8d32cb8b4", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7696e2e9-30ce-4eac-ba17-e523bf9f68b2", + "apim-request-id": "0e57f88d-c030-402d-a975-5ea48fcebf67", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:50 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4/analyzeresults/983ab549-f01e-42e2-a897-5a44e0eab23d", + "Date": "Wed, 09 Sep 2020 22:36:02 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeresults/a1fe3991-009b-4f68-ae28-4443c8107d15", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4/analyzeResults/983ab549-f01e-42e2-a897-5a44e0eab23d", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeResults/a1fe3991-009b-4f68-ae28-4443c8107d15", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9efc4f32111ac566be944b25c793464b", + "x-ms-client-request-id": "823d7e1a2d930e9179c3dbc838d0b6bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43e77d54-c88b-4643-bc22-4fae6ac532f1", + "apim-request-id": "58e67ca8-e8f7-4fdc-b358-290165345467", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:50 GMT", + "Date": "Wed, 09 Sep 2020 22:36:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:50Z", - "lastUpdatedDateTime": "2020-08-20T18:04:50Z" + "createdDateTime": "2020-09-09T22:36:03Z", + "lastUpdatedDateTime": "2020-09-09T22:36:03Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4/analyzeResults/983ab549-f01e-42e2-a897-5a44e0eab23d", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeResults/a1fe3991-009b-4f68-ae28-4443c8107d15", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fcef617e5c0ef695864665fc6f5bd7aa", + "x-ms-client-request-id": "3f7d5cabe1210cf6659cddc27943e48e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c566972-d403-4328-8d09-b8d10ba41878", + "apim-request-id": "29228dd4-b39b-4cf7-9e8e-91ed76e4537b", "Content-Length": "256", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:51 GMT", + "Date": "Wed, 09 Sep 2020 22:36:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16", + "x-envoy-upstream-service-time": "21", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:04:50Z", - "lastUpdatedDateTime": "2020-08-20T18:04:50Z", + "createdDateTime": "2020-09-09T22:36:03Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [], "pageResults": [], "documentResults": [], @@ -496,28 +695,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f7b86a2c-274e-4d80-ba93-8bf023cdbfd4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5561cb1bbbeb6d4fa4b14288c0ac5717-be57b76746e3564f-00", + "traceparent": "00-1fcbe2514b1b8744aa43a293f5d13f66-79b03d17fcd05d49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ca54316a00a1b9cb3d4d725f6336f87b", + "x-ms-client-request-id": "15b0614a4154b4830a1c361a174f40e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "8dc79328-2860-4de2-a0bf-89becf95760c", + "apim-request-id": "7d2a4378-085a-4700-8656-534bbda686a6", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:51 GMT", + "Date": "Wed, 09 Sep 2020 22:36:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -525,7 +724,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "901144059" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1711115058" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json index c5697780742d5..9a8299fd0cbae 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-71c62ffb6dad964f8728c74e7281c849-6f0b3a3d438e3b4d-00", + "traceparent": "00-45c02c07203fa843bcf25d4676306a3a-255abf4ae3d1b74e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f193393f941e67189172adf2c1baff64", + "x-ms-client-request-id": "7ae9de870515cb24ed37c6614e76e750", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "29e14d23-50a4-4bd3-b746-f90eac5ece93", + "apim-request-id": "2d2b7308-baee-42db-8275-373e1bacf357", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:40 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a", + "Date": "Wed, 09 Sep 2020 22:30:34 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "238" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ffb934c4ae7f08d97d75a9c1ec3d5375", + "x-ms-client-request-id": "7fd685307ca63ff463c5cb4a220a3008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "221f61fd-ff3a-417d-b914-8928184a8487", + "apim-request-id": "9c3def53-e93d-484e-be04-88c66571fe31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:40 GMT", + "Date": "Wed, 09 Sep 2020 22:30:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "6601d36d-c5ed-4534-82d9-ccad90d7635a", + "modelId": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", "status": "creating", - "createdDateTime": "2020-08-20T17:59:40Z", - "lastUpdatedDateTime": "2020-08-20T17:59:40Z" + "createdDateTime": "2020-09-09T22:30:35Z", + "lastUpdatedDateTime": "2020-09-09T22:30:35Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f8bd5c0d31676ef36a70a393427305b6", + "x-ms-client-request-id": "181c6f6a511d96691d7ef5d3bb18d055", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "41b9e668-ddaa-4891-b649-177c91cae402", + "apim-request-id": "3e4f2496-6904-4fdc-b77f-d27c3013f815", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:41 GMT", + "Date": "Wed, 09 Sep 2020 22:30:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "6601d36d-c5ed-4534-82d9-ccad90d7635a", + "modelId": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "status": "creating", + "createdDateTime": "2020-09-09T22:30:35Z", + "lastUpdatedDateTime": "2020-09-09T22:30:35Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cad65f396df60b94eaa9174f3adaa8e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0255706d-46c2-4614-b3be-32a49d59d91b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:30:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T17:59:40Z", - "lastUpdatedDateTime": "2020-08-20T17:59:41Z" + "createdDateTime": "2020-09-09T22:30:35Z", + "lastUpdatedDateTime": "2020-09-09T22:30:37Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,95 +228,95 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c736749683872a4eaa51bf7df1a4fa86-ca689a53917c1f42-00", + "traceparent": "00-3fcc5d21acf68b4bbd67170094d310f4-f37240add26bc343-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "726f64789fde91c1608a73a8ea567b53", + "x-ms-client-request-id": "def7bd07ce5ade321c3f62288621844b", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3fb7dff2-ddb1-4f03-a0cb-305559a1f78d", + "apim-request-id": "6af23671-0b1d-4edc-bdbc-b7c7477f7d58", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:41 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a/analyzeresults/5981627a-397d-4445-9428-262ebfed81b7", + "Date": "Wed, 09 Sep 2020 22:30:36 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeresults/0c1e6359-b6b7-4dd5-b766-207a4e628018", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a/analyzeResults/5981627a-397d-4445-9428-262ebfed81b7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeResults/0c1e6359-b6b7-4dd5-b766-207a4e628018", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "65e5371f06fc93fc404a950f0a46c609", + "x-ms-client-request-id": "c21075f46534fc12db102e743a195b42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6e7024c7-e045-4b18-a090-50417b722e16", + "apim-request-id": "cc968246-36ec-42b7-a522-2d3951f5f226", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:41 GMT", + "Date": "Wed, 09 Sep 2020 22:30:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:59:41Z", - "lastUpdatedDateTime": "2020-08-20T17:59:41Z" + "createdDateTime": "2020-09-09T22:30:37Z", + "lastUpdatedDateTime": "2020-09-09T22:30:37Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a/analyzeResults/5981627a-397d-4445-9428-262ebfed81b7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeResults/0c1e6359-b6b7-4dd5-b766-207a4e628018", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8848f370e0cd6e979a2c98dcbe4b8313", + "x-ms-client-request-id": "fdcc12d5f2206bfb2cf7aeb60b6c85c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8afde36f-49a6-44f1-b886-2ebb0d6ebdb6", + "apim-request-id": "e13bdc58-65fd-4917-b3d7-f46a9f5bf132", "Content-Length": "239", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:42 GMT", + "Date": "Wed, 09 Sep 2020 22:30:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16", + "x-envoy-upstream-service-time": "31", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T17:59:41Z", - "lastUpdatedDateTime": "2020-08-20T17:59:41Z", + "createdDateTime": "2020-09-09T22:30:37Z", + "lastUpdatedDateTime": "2020-09-09T22:30:38Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "errors": [ { "code": "2005", @@ -291,28 +327,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6601d36d-c5ed-4534-82d9-ccad90d7635a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f5346c66ec8d9842a704bbd81e51e7e7-01b16111348c244f-00", + "traceparent": "00-b1b3285335b78449aaf3ab857facf4d4-15d4208deb578347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b744ff5a08e72b967dc32930ab2861a", + "x-ms-client-request-id": "c45bcc25e5c9a1afabfa0349a0bea402", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "b5d8645e-1072-4630-b535-6b1006ee6f21", + "apim-request-id": "4c4c7e50-734b-43f5-9991-18c3d014b2ac", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:42 GMT", + "Date": "Wed, 09 Sep 2020 22:30:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": [] } @@ -320,7 +356,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1369024001" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1867083717" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json index 6be834c629835..d0a30d84e3889 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-edb68ee016bfcf4db84f0106a34ef2a3-f890f3f08f375d4c-00", + "traceparent": "00-24b794892564af4fa69ce123f9d9126f-dc4f79cc9328574c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1adc04bd28c98073af4b11d0ee07dcf9", + "x-ms-client-request-id": "ed63cc4483dbc975159b68fa2761279f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "014bf51c-06dc-4a1b-acb9-d615c6e5b1b0", + "apim-request-id": "efb5c717-3b0d-47f2-8f85-2637d6be6f79", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:38 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055", + "Date": "Wed, 09 Sep 2020 22:35:43 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "257" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d04386d8be59c0a3e0744e279ba26a39", + "x-ms-client-request-id": "0396934394e6a47e85f0e7a559c9f768", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd4fc680-3bea-4f72-88af-72cdac837511", + "apim-request-id": "89800dee-cbe4-4be1-a067-ce1271c18af0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:38 GMT", + "Date": "Wed, 09 Sep 2020 22:35:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "332" }, "ResponseBody": { "modelInfo": { - "modelId": "3035c6db-fc32-4566-b055-7c835308c055", + "modelId": "034e3604-d196-467b-a804-b8ec53effec7", "status": "creating", - "createdDateTime": "2020-08-20T18:04:39Z", - "lastUpdatedDateTime": "2020-08-20T18:04:39Z" + "createdDateTime": "2020-09-09T22:35:44Z", + "lastUpdatedDateTime": "2020-09-09T22:35:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d36e39161db32c9ec305bca0db12920d", + "x-ms-client-request-id": "37cf48a5a0c672a78ef06becc85b0d2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0b06eb62-6a64-470b-94c8-1fc8c17b8678", + "apim-request-id": "2a23de50-d451-4e5b-8079-ec67c0fde243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:39 GMT", + "Date": "Wed, 09 Sep 2020 22:35:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "3035c6db-fc32-4566-b055-7c835308c055", + "modelId": "034e3604-d196-467b-a804-b8ec53effec7", "status": "creating", - "createdDateTime": "2020-08-20T18:04:39Z", - "lastUpdatedDateTime": "2020-08-20T18:04:39Z" + "createdDateTime": "2020-09-09T22:35:44Z", + "lastUpdatedDateTime": "2020-09-09T22:35:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a826a80fcdb6fe59611c3954d94ce50d", + "x-ms-client-request-id": "890fd0288f50af144dbf67ea9bd0704c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6f9a4da-b1f4-4ae3-a59f-a2da46ac8290", + "apim-request-id": "ad896f4f-b130-49fd-89d3-6d4b8786a8ce", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", + "Date": "Wed, 09 Sep 2020 22:35:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "3035c6db-fc32-4566-b055-7c835308c055", + "modelId": "034e3604-d196-467b-a804-b8ec53effec7", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:04:39Z", - "lastUpdatedDateTime": "2020-08-20T18:04:40Z" + "createdDateTime": "2020-09-09T22:35:44Z", + "lastUpdatedDateTime": "2020-09-09T22:35:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,65 +228,95 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-018c66394f83f54fb29cc39a299f93ca-89cd271d122e084b-00", + "traceparent": "00-a552875d2982a242ad579d9da7995fb2-032aa137c2976044-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b5bad7e10899bb45e7160d540103e5ce", + "x-ms-client-request-id": "df55ffa3ef91a3d8ec2475f62992dc29", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "64cba263-1530-4173-84f7-cb20ac5d0038", + "apim-request-id": "7c140f98-2c7e-4566-97aa-224094217323", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055/analyzeresults/1a16ad35-0320-4a2f-8045-29e614a1372c", + "Date": "Wed, 09 Sep 2020 22:35:46 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeresults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055/analyzeResults/1a16ad35-0320-4a2f-8045-29e614a1372c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeResults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f21740e2c17b4882df6f7296e3495276", + "x-ms-client-request-id": "887dbde36db915173320ea0738bdd6bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb9488d0-d550-4aee-9b6b-4e9414396095", + "apim-request-id": "3fa62b9d-ac6d-45a8-91f4-041ccbbf91fc", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:35:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "53" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:35:47Z", + "lastUpdatedDateTime": "2020-09-09T22:35:47Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeResults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c9481e7f2d063899f86c9d2c1a1e86ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "350c5f9d-dc29-4bb7-8cae-5538c0bef380", "Content-Length": "239", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", + "Date": "Wed, 09 Sep 2020 22:35:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15", + "x-envoy-upstream-service-time": "28", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:04:41Z", - "lastUpdatedDateTime": "2020-08-20T18:04:41Z", + "createdDateTime": "2020-09-09T22:35:47Z", + "lastUpdatedDateTime": "2020-09-09T22:35:47Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "errors": [ { "code": "2005", @@ -294,28 +327,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3035c6db-fc32-4566-b055-7c835308c055", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8b488ea0ecb6404c9905bbf40d98d33b-6bebe6e1f13ddb4c-00", + "traceparent": "00-bad9d0eb27ae594c813d5ddb164f2d27-d50b232a099ae74f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "03beaf1fdc580674626bc1a0c005fd5d", + "x-ms-client-request-id": "de063ee2e8523593e740ac7104d16b2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "b1081849-707f-40bf-a93b-eb62f0924d7b", + "apim-request-id": "63e7049d-aad7-4f8e-bdd8-ccdff69f41a6", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:41 GMT", + "Date": "Wed, 09 Sep 2020 22:35:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] } @@ -323,7 +356,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1233451418" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "509420641" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json index aa6639e2f3b63..c18369afd3696 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-808c5053c73dd24f8dc656f418ebf290-3f3b4f7a53bcbb4b-00", + "traceparent": "00-996813d327a6e64ca29d0802c3efc8dd-a36f8d11ad9d5f47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "16739ff894dca9cecb799d30caa57fde", + "x-ms-client-request-id": "94b41b8df484352b9af2b14f7548995a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b0e979e8-466d-4153-9a89-ae6a67406097", + "apim-request-id": "0e09da79-17ab-48c5-b573-ca9eb21fbc6d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:19 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f", + "Date": "Thu, 10 Sep 2020 23:51:15 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "102" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "464ef3de3e099a2a32ce0fa9c3016ce2", + "x-ms-client-request-id": "1af0a7485e323a42615be2d62fa8a2f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a4feb7e-7078-4cf5-a5ec-81d7b8bcbe89", + "apim-request-id": "36c9ec05-677a-4245-81b3-f02646c157a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:19 GMT", + "Date": "Thu, 10 Sep 2020 23:51:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac975b5-fcec-49a8-b6b7-7ae625be045f", + "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", "status": "creating", - "createdDateTime": "2020-08-20T18:00:19Z", - "lastUpdatedDateTime": "2020-08-20T18:00:19Z" + "createdDateTime": "2020-09-10T23:51:15Z", + "lastUpdatedDateTime": "2020-09-10T23:51:15Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "aef1cad0b9490f64476509e85325f14f", + "x-ms-client-request-id": "f6bb41b7b089de4d877d24df22355f4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c259417-50cb-45cd-8e52-e0c93ede7ccf", + "apim-request-id": "37d597d3-68ae-4892-a308-dbdca8ea51b1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:20 GMT", + "Date": "Thu, 10 Sep 2020 23:51:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac975b5-fcec-49a8-b6b7-7ae625be045f", + "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", "status": "creating", - "createdDateTime": "2020-08-20T18:00:19Z", - "lastUpdatedDateTime": "2020-08-20T18:00:19Z" + "createdDateTime": "2020-09-10T23:51:15Z", + "lastUpdatedDateTime": "2020-09-10T23:51:15Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "14c0898d5c9eba5574d9e40e8525e5ca", + "x-ms-client-request-id": "a7da11c070fd2efad8793328115506f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "567d988e-e8f7-4550-b4fd-6b7643db24df", + "apim-request-id": "336dcaba-990d-41c3-8137-a7af9371f0b0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:21 GMT", + "Date": "Thu, 10 Sep 2020 23:51:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac975b5-fcec-49a8-b6b7-7ae625be045f", + "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:19Z", - "lastUpdatedDateTime": "2020-08-20T18:00:21Z" + "createdDateTime": "2020-09-10T23:51:15Z", + "lastUpdatedDateTime": "2020-09-10T23:51:17Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +228,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3d6c47f683eadf439db7d43963c4bd5b-8fdf75ab62fc2342-00", + "traceparent": "00-83b1be3132b931499eef14f5298b62ee-6271cd9354e5d141-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ff60ba0cd0b324958f3ffea43541460c", + "x-ms-client-request-id": "3498b84fa38c97d05a1192b53a63182c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,174 +248,189 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9ac9b723-66b5-45a6-a43b-659ba8cb3049", + "apim-request-id": "94251339-1b01-49c7-a395-60e88c01e81e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:21 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeresults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "Date": "Thu, 10 Sep 2020 23:51:18 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeresults/bfa07a70-bc87-41bc-933e-b6b35836d088", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeResults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "391cbfdc5841744375373970d4568922", + "x-ms-client-request-id": "1d1696fcfacd46fb468d1d0f7d24cc32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b05c9163-9694-4519-aba9-b70a1d0b29bc", + "apim-request-id": "96b03cf4-5d73-41db-9db9-eb4ae33e041d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:21 GMT", + "Date": "Thu, 10 Sep 2020 23:51:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:21Z", - "lastUpdatedDateTime": "2020-08-20T18:00:21Z" + "createdDateTime": "2020-09-10T23:51:18Z", + "lastUpdatedDateTime": "2020-09-10T23:51:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeResults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "98dc3f7ff2c5bc9bf49b855f5db18433", + "x-ms-client-request-id": "6a8f32772a9d1dbf41434debdd45f475", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0fb692a5-cd07-4f3a-99b7-4f7b6a85f255", + "apim-request-id": "9e5d94e0-d0c8-43ea-8b67-fcdc1ceddb6e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:22 GMT", + "Date": "Thu, 10 Sep 2020 23:51:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:21Z", - "lastUpdatedDateTime": "2020-08-20T18:00:22Z" + "createdDateTime": "2020-09-10T23:51:18Z", + "lastUpdatedDateTime": "2020-09-10T23:51:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeResults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c631d892ab08b48876ec8a7c97245039", + "x-ms-client-request-id": "7b2b0761e83e5524bc51eeff85c01935", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9066148a-e693-4f7d-beed-d4dac602ca83", + "apim-request-id": "79be4922-8443-46bb-89b8-051fa60dbd3d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:23 GMT", + "Date": "Thu, 10 Sep 2020 23:51:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:21Z", - "lastUpdatedDateTime": "2020-08-20T18:00:24Z" + "createdDateTime": "2020-09-10T23:51:18Z", + "lastUpdatedDateTime": "2020-09-10T23:51:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeResults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f524dcb5ae64ea47236045a5d2e416c3", + "x-ms-client-request-id": "073e6045aed3d28fd6f9dc8aad0f6901", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ae09f72-84ce-4ffd-a804-39ebfa615061", + "apim-request-id": "2cf9d5c8-9028-4319-987e-0dee25a40bc9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:24 GMT", + "Date": "Thu, 10 Sep 2020 23:51:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:21Z", - "lastUpdatedDateTime": "2020-08-20T18:00:25Z" + "createdDateTime": "2020-09-10T23:51:18Z", + "lastUpdatedDateTime": "2020-09-10T23:51:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f/analyzeResults/93a5db25-c198-4046-9e38-9f27a91ea5b8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fcdd06b2c324d41ab62821d9671f25cf", + "x-ms-client-request-id": "76aea89950f98ff30d3aad4b3cc09780", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed61800b-f99f-47e1-8caa-33cfc2eb301f", - "Content-Length": "5839", + "apim-request-id": "9a7550e3-2fb4-48f2-8974-85e75857f516", + "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:26 GMT", + "Date": "Thu, 10 Sep 2020 23:51:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:21Z", - "lastUpdatedDateTime": "2020-08-20T18:00:25Z", + "createdDateTime": "2020-09-10T23:51:18Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, - "unit": "pixel" + "unit": "pixel", + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -488,13 +506,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ] }, @@ -747,7 +765,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -807,7 +825,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -841,113 +859,46 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:451ceee9-2134-44b6-9321-6e2c02495c10", + "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", "pageRange": [ 1, 1 ], "fields": { - "Email": { - "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", - "page": 1, - "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 - ], - "confidence": 1.0 - }, - "CompanyAddress": { - "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", - "page": 1, - "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 - ], - "confidence": 1.0 - }, - "Signature": { - "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", - "page": 1, - "boundingBox": [ - 482.0, - 1670.0, - 764.0, - 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 - ], - "confidence": 1.0 - }, - "DatedAs": { - "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", - "page": 1, - "boundingBox": [ - 1168.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 450.0, - 1168.0, - 450.0 - ], - "confidence": 1.0 - }, - "Merchant": { + "Tax": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0 + "confidence": 0.994 }, - "PhoneNumber": { + "Website": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, "CompanyName": { "type": "string", @@ -955,49 +906,50 @@ "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 378.0, + 375.0, 646.0, 629.0, 646.0, 629.0, - 682.0, - 378.0, - 682.0 + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0 + "confidence": 0.95 }, - "Total": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0 }, - "Quantity": { - "type": "number", - "text": "20", + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0 + "confidence": 0.998 }, "PurchaseOrderNumber": { "type": "string", @@ -1005,16 +957,50 @@ "text": "948284", "page": 1, "boundingBox": [ - 1282.0, + 1277.0, 461.0, - 1377.0, + 1376.0, 461.0, - 1377.0, + 1376.0, 489.0, - 1282.0, + 1277.0, 489.0 ], - "confidence": 1.0 + "confidence": 0.94 + }, + "Merchant": { + "type": "string", + "valueString": "Hero Limited", + "text": "Hero Limited", + "page": 1, + "boundingBox": [ + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 + ], + "confidence": 0.97 + }, + "DatedAs": { + "type": "string", + "valueString": "12/20/2020", + "text": "12/20/2020", + "page": 1, + "boundingBox": [ + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 + ], + "confidence": 0.99 }, "Subtotal": { "type": "string", @@ -1022,16 +1008,33 @@ "text": "$140.00", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, 1599.0, - 1429.0, + 1426.0, 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 + }, + "PhoneNumber": { + "type": "string", + "valueString": "555-348-6512", + "text": "555-348-6512", + "page": 1, + "boundingBox": [ + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 + ], + "confidence": 0.89 }, "VendorName": { "type": "string", @@ -1039,69 +1042,86 @@ "text": "Hillary Swank", "page": 1, "boundingBox": [ - 351.0, + 349.0, 609.0, - 518.0, + 521.0, 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0 + "confidence": 0.93 }, - "Tax": { + "Total": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0 + "confidence": 0.991 }, - "CompanyPhoneNumber": { + "CompanyAddress": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0 }, - "Website": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, + "Email": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0 } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -1109,28 +1129,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac975b5-fcec-49a8-b6b7-7ae625be045f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-808b3db465079a49b043e00a30b3b911-d53f4b63b69d3d4d-00", + "traceparent": "00-013acf70e26bc34d965363f3d0120436-51234fcb0e8a2042-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "81a94c4b8f8ce4cf9147a2a766e3e192", + "x-ms-client-request-id": "7da61729ec06b3a17759a5450b9aa7ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9a0c4aed-2908-415d-a883-1ef77d2bd847", + "apim-request-id": "56c1f4ac-a742-4bdb-ae56-425957b3d5da", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:26 GMT", + "Date": "Thu, 10 Sep 2020 23:51:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] } @@ -1138,7 +1158,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "412807194" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1947286724" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json index 4cce9ff346c86..6495713cedbf1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f3e28b0ef470d34098178d2d8006f500-f360255208a05b46-00", + "traceparent": "00-448acb328709274d9df62daa5b2ccdd8-88690dd49036244e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "12faa51678b40df9a0206dafb46c701d", + "x-ms-client-request-id": "945a680945569d3a4e6c05ae0ce417a3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "025cfffb-1fa2-4e8b-a10b-0a745799ec62", + "apim-request-id": "4c8475b3-1383-4db5-b7d0-acfea270fa0e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:09 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd", + "Date": "Thu, 10 Sep 2020 23:53:33 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "73" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ab1c422cd0bb94c67b8586be93f0fb91", + "x-ms-client-request-id": "be64b4f120983fc49e7bc30bc5a267a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13e5d4aa-70e8-4dfa-88ff-c84c54dd3484", + "apim-request-id": "16a92655-be1a-4491-838f-ced98f434313", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:09 GMT", + "Date": "Thu, 10 Sep 2020 23:53:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac355d3-7123-4a17-8fdd-48d02e2d0bcd", + "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", "status": "creating", - "createdDateTime": "2020-08-20T18:05:10Z", - "lastUpdatedDateTime": "2020-08-20T18:05:10Z" + "createdDateTime": "2020-09-10T23:53:34Z", + "lastUpdatedDateTime": "2020-09-10T23:53:34Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "afb9ce18cda10033c7cae9819a7af6b4", + "x-ms-client-request-id": "bc6242a1c83084b8b7193bcc70562d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b33012e5-6d38-4fef-b9f8-68b31744441a", + "apim-request-id": "7ccde122-e7f3-496d-b0bb-3537bff399c4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:11 GMT", + "Date": "Thu, 10 Sep 2020 23:53:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac355d3-7123-4a17-8fdd-48d02e2d0bcd", + "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", "status": "creating", - "createdDateTime": "2020-08-20T18:05:10Z", - "lastUpdatedDateTime": "2020-08-20T18:05:10Z" + "createdDateTime": "2020-09-10T23:53:34Z", + "lastUpdatedDateTime": "2020-09-10T23:53:34Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9918a59ac8b3463ede66972ef13b79b0", + "x-ms-client-request-id": "cfaef709e1f6e9f9a31af5da822ed8ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cfe40aa4-7dfe-4112-9ba3-51cb5343b299", + "apim-request-id": "87a68132-9fdc-4820-97b5-e6045b4ab845", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:12 GMT", + "Date": "Thu, 10 Sep 2020 23:53:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "4ac355d3-7123-4a17-8fdd-48d02e2d0bcd", + "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:10Z", - "lastUpdatedDateTime": "2020-08-20T18:05:12Z" + "createdDateTime": "2020-09-10T23:53:34Z", + "lastUpdatedDateTime": "2020-09-10T23:53:35Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +228,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a206159eb8dbcd4081c9cdfc0d76fe51-e99e6d1d29740943-00", + "traceparent": "00-1c97e5c7d0710b41819f831fe58830ab-df832864387f4a48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e597db25c0b35e7c0e1be4f1e645f900", + "x-ms-client-request-id": "ca0c61055a812972fbdf067fe4f8cf48", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,174 +248,279 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7ab499ae-55f8-4b2f-9f35-3dc5af4f4e22", + "apim-request-id": "d0d123aa-c2f6-4dc3-b8c2-831e6c7f393a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:12 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeresults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "Date": "Thu, 10 Sep 2020 23:53:36 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeresults/2b83156a-670d-40f7-a079-4cf45c323aee", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeResults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cd016b4d97f4bfad48791815d2dd0188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a608b34a-0c14-4f13-980a-96f17c50872e", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:36Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0fc790416249aed68584d316da7904ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "85d15f0a-248f-4ffd-a6b6-21b86473f395", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "72" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:36Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ee24d28e62d74fde9072d03a35040f8b", + "x-ms-client-request-id": "178dad4b0a2c6db7b34d8208415c561e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8119c91f-689f-4202-8f31-f2dc37bc3c71", + "apim-request-id": "9c7613d9-e559-437a-8441-46f835e57f2f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:12 GMT", + "Date": "Thu, 10 Sep 2020 23:53:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:12Z", - "lastUpdatedDateTime": "2020-08-20T18:05:12Z" + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:36Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeResults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "be5b395010e2d90028ba8a98e44d5f99", + "x-ms-client-request-id": "543e7dddbf31eaff9452476fc396e4cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5107c16-8ebf-49e1-aa01-dd2fd9c21728", + "apim-request-id": "0913caf2-8555-4299-9a19-420d5b1024c1", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:14 GMT", + "Date": "Thu, 10 Sep 2020 23:53:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:12Z", - "lastUpdatedDateTime": "2020-08-20T18:05:14Z" + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:36Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeResults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1ea0966d8b17c3d8fd475540f0422809", + "x-ms-client-request-id": "25c96d75ea50365cd8595bfce0cd6c28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "151a0691-dd22-4a51-a6da-71032720001f", + "apim-request-id": "7c2aa13b-2186-4057-bf51-031e3c085563", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:15 GMT", + "Date": "Thu, 10 Sep 2020 23:53:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:12Z", - "lastUpdatedDateTime": "2020-08-20T18:05:15Z" + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:40Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeResults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ada1580b3ae97e1ed14ac51dd7456b42", + "x-ms-client-request-id": "5d38b52eaf3a8c7aada382d9c248aa1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a38b8119-f79a-4151-85c5-2ea1586e6065", + "apim-request-id": "e9754731-f3f6-44e8-b98f-37efe88d4bae", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:16 GMT", + "Date": "Thu, 10 Sep 2020 23:53:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:12Z", - "lastUpdatedDateTime": "2020-08-20T18:05:16Z" + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:40Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd/analyzeResults/0b082ab4-76f6-47d5-a0af-0f31a8c0be7f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9fcd3712f064c4746097c19abac0e9e6", + "x-ms-client-request-id": "d493b2683093f3cd21087cd7630309c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec2ac2e7-ea71-4bd1-96e8-f03a8e44dce3", - "Content-Length": "5839", + "apim-request-id": "4a021147-0c5e-4fcb-9917-f78fa2dae1b9", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:17 GMT", + "Date": "Thu, 10 Sep 2020 23:53:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "20" }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:40Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0d401fe6875ec594f33d77ac67827390", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a413e289-effc-41c6-87db-5902fbdb7fd8", + "Content-Length": "6054", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "89" + }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:05:12Z", - "lastUpdatedDateTime": "2020-08-20T18:05:16Z", + "createdDateTime": "2020-09-10T23:53:36Z", + "lastUpdatedDateTime": "2020-09-10T23:53:43Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, - "unit": "pixel" + "unit": "pixel", + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -488,13 +596,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ] }, @@ -747,7 +855,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -807,7 +915,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -841,78 +949,63 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", "pageRange": [ 1, 1 ], "fields": { - "Merchant": { + "Tax": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0 + "confidence": 0.994 }, - "PhoneNumber": { + "Website": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, - "Total": { + "CompanyName": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", - "page": 1, - "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 - ], - "confidence": 1.0 - }, - "Quantity": { - "type": "number", - "text": "20", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0 + "confidence": 0.95 }, "CompanyPhoneNumber": { "type": "string", @@ -920,31 +1013,14 @@ "text": "938-294-2949", "page": 1, "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, - 750.0, - 713.0, - 750.0 - ], - "confidence": 1.0 - }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 378.0, - 646.0, - 629.0, - 646.0, - 629.0, - 682.0, - 378.0, - 682.0 + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0 }, @@ -954,50 +1030,50 @@ "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 482.0, + 489.0, 1670.0, - 764.0, + 765.0, 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0 + "confidence": 0.998 }, - "CompanyAddress": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 1.0 + "confidence": 0.94 }, - "Tax": { + "Merchant": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0 + "confidence": 0.97 }, "DatedAs": { "type": "string", @@ -1005,103 +1081,137 @@ "text": "12/20/2020", "page": 1, "boundingBox": [ - 1168.0, + 1165.0, 420.0, 1317.0, 420.0, 1317.0, - 450.0, - 1168.0, - 450.0 + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0 + "confidence": 0.99 }, - "Email": { + "Subtotal": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 }, - "PurchaseOrderNumber": { + "PhoneNumber": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 1282.0, - 461.0, - 1377.0, - 461.0, - 1377.0, - 489.0, - 1282.0, - 489.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0 + "confidence": 0.89 }, - "Website": { + "VendorName": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0 + "confidence": 0.93 }, - "Subtotal": { + "Total": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 + ], + "confidence": 0.991 + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0 }, - "VendorName": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, + "Email": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 351.0, - 609.0, - 518.0, - 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0 } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -1109,28 +1219,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4ac355d3-7123-4a17-8fdd-48d02e2d0bcd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1c4a4de309164d48bdb81bbcc83ba52c-51036b12c23f6947-00", + "traceparent": "00-f745d6dfdc9c9f47930dc78ef54ccb04-ef47a0b47ad7a94a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c8c8191b2ac32af78224dccc6bbecb7", + "x-ms-client-request-id": "2e933fae983afd95e7453b3233a228aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "e393a36a-0e28-4fe5-8c21-c0d4d0832e74", + "apim-request-id": "d5783eb3-9c58-4005-99f7-f2c66064f5c0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:17 GMT", + "Date": "Thu, 10 Sep 2020 23:53:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] } @@ -1138,7 +1248,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2074718802" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1936632850" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json index d1cd8e938f964..c5250a15873fd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9b115ba0d5aabe4580e91b90dca081e3-5a13b8b857e2744c-00", + "traceparent": "00-89d2f15d18dcdf4ea66bd49791360d82-5eb4e4e864a9ff4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ab097bbf7a78a0b29acb2644f458a77b", + "x-ms-client-request-id": "275b42df23c247f17c2206a849accc90", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,148 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "3dc2cf41-b80b-4f93-a82b-a654d2c6e90e", + "apim-request-id": "ca3129b1-b76e-4532-b840-f584629b444e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:12 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5", + "Date": "Thu, 10 Sep 2020 23:51:00 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "138" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5cd645064a3f45bd2a7fbe9c4c46a3e3", + "x-ms-client-request-id": "82ed64f6c2dfa2cdea583abf8f1800c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2805d3dc-297c-4fde-9057-00321cd8951f", + "apim-request-id": "f4edfa29-6c30-40c2-b633-4179420a71a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:12 GMT", + "Date": "Thu, 10 Sep 2020 23:51:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:01Z", + "lastUpdatedDateTime": "2020-09-10T23:51:01Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bae01ab5899e266707f51974fd30776e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1ceeba3c-3a07-48d1-8fbd-92f18e0bd891", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "81ae529a-96f4-4450-be1f-f836cde5d4c5", + "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", "status": "creating", - "createdDateTime": "2020-08-20T18:00:12Z", - "lastUpdatedDateTime": "2020-08-20T18:00:12Z" + "createdDateTime": "2020-09-10T23:51:01Z", + "lastUpdatedDateTime": "2020-09-10T23:51:01Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "55f9acee1e984b9f74dfb84f3dcb7790", + "x-ms-client-request-id": "f69c584f00281c5574b83d6ae831b863", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59d82c70-943c-4524-a98e-cc968be0b681", + "apim-request-id": "b0bf2fd0-4484-439a-b1c3-7ae73f21e660", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:13 GMT", + "Date": "Thu, 10 Sep 2020 23:51:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "81ae529a-96f4-4450-be1f-f836cde5d4c5", + "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", "status": "creating", - "createdDateTime": "2020-08-20T18:00:12Z", - "lastUpdatedDateTime": "2020-08-20T18:00:12Z" + "createdDateTime": "2020-09-10T23:51:01Z", + "lastUpdatedDateTime": "2020-09-10T23:51:01Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a85238a65d1c7485bec480f8bc165353", + "x-ms-client-request-id": "2ef2452111cb6df1fdc67aeaa959a5b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "00f2499c-2ab3-4a3f-9b51-bc140660e1b4", + "apim-request-id": "c4c901ea-87bb-4ecd-9f98-91d6e75f88a7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:14 GMT", + "Date": "Thu, 10 Sep 2020 23:51:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "81ae529a-96f4-4450-be1f-f836cde5d4c5", + "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:12Z", - "lastUpdatedDateTime": "2020-08-20T18:00:13Z" + "createdDateTime": "2020-09-10T23:51:01Z", + "lastUpdatedDateTime": "2020-09-10T23:51:03Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +261,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-21c07213e938794e83cc74943283be7d-2f37e65880e34341-00", + "traceparent": "00-6997f66e514d1044848c288b04239548-5c4357323950e045-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "47554227515fe7e2a58ae760926e075f", + "x-ms-client-request-id": "366fcce00a7bb598c5c346e64cfc3dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,170 +281,199 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fdc40dc6-524d-4a97-902b-a2f27fef371f", + "apim-request-id": "09b6b738-0ef3-4072-b2c7-1035832a35a7", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:14 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeresults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "Date": "Thu, 10 Sep 2020 23:51:04 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeresults/50c2796f-4039-4d28-ac77-3d02d137ef59", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "101" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeResults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "13f62d08faf491c7278497d49da78f5e", + "x-ms-client-request-id": "b853b53c493e3da2672ff861856b731b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42537405-45c3-4d6c-b4a3-857c3b79ca5f", + "apim-request-id": "ee24c654-0961-4896-b670-ca61bb19fe2b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:14 GMT", + "Date": "Thu, 10 Sep 2020 23:51:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:14Z", - "lastUpdatedDateTime": "2020-08-20T18:00:14Z" + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeResults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa27648b30755431556a02917524e250", + "x-ms-client-request-id": "1c89841382c216e7ac3d6908cb0b2000", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78fb0318-be84-4500-bc8c-844174038e7c", + "apim-request-id": "99a59d9c-6fd6-4824-b5b4-2ca43f257b0e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:15 GMT", + "Date": "Thu, 10 Sep 2020 23:51:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:14Z", - "lastUpdatedDateTime": "2020-08-20T18:00:16Z" + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeResults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8ef021bc3f1f2c5f7bc420daba0e4afe", + "x-ms-client-request-id": "f4ada489ec05977a2932cf4c11372f59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb5c5eb4-978a-4f63-8b20-815ed98cc1df", + "apim-request-id": "5d11ee56-18e5-4e74-8c63-486b5a8da0f7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:16 GMT", + "Date": "Thu, 10 Sep 2020 23:51:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:14Z", - "lastUpdatedDateTime": "2020-08-20T18:00:17Z" + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeResults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2dd489fb0c46d7eafca1be89f7351b02", + "x-ms-client-request-id": "c7d22b4f2173ba13cd3c0b00df99725b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a00d624c-7653-46e7-8543-05d465bd5248", + "apim-request-id": "48c4fde8-19ab-418e-ada8-c196b5997e5d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:18 GMT", + "Date": "Thu, 10 Sep 2020 23:51:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:14Z", - "lastUpdatedDateTime": "2020-08-20T18:00:18Z" + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5/analyzeResults/8d8fc129-ad7b-415a-98ab-d5b1374b5142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7c1746a200b74b3e04fb7fb010569a46", + "x-ms-client-request-id": "e1d8f80e7ebd261509f1f290b29b0475", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfe034c7-8a4d-4af7-a5d8-9a22a96ad077", - "Content-Length": "24904", + "apim-request-id": "2a56121a-5576-4d13-8deb-2a290f4e447a", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:19 GMT", + "Date": "Thu, 10 Sep 2020 23:51:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:05Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9fb80f0e5838678c91f326c9e17ab790", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cc731583-b0e2-494d-a298-4b7d2d78b4a1", + "Content-Length": "25118", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "5088" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:14Z", - "lastUpdatedDateTime": "2020-08-20T18:00:18Z", + "createdDateTime": "2020-09-10T23:51:05Z", + "lastUpdatedDateTime": "2020-09-10T23:51:13Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -416,13 +481,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -431,40 +496,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -472,715 +537,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 - } - ] - }, - { - "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, + 259, 610, - 347, - 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, 629, - 680, + 646, + 629, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, 685, - 526, - 686, - 526, + 527, + 685, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -1188,54 +1253,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1244,86 +1309,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1334,407 +1399,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, 1047, - 1271, + 1270, + 1047, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, + 1047, + 1181, 1047, - 1184, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, + 1187, 1047, - 1271, - 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1468, + 1047, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, + 1047, + 1468, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1747,51 +1812,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1800,46 +1865,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1847,184 +1912,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -2032,16 +2097,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -2050,37 +2115,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -2089,331 +2154,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2421,657 +2486,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, 681, - 1756, - 680, - 1777, - 581, + 1755, + 681, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, + 1796, + 478, 1796, - 480, - 1797, - 480, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -3160,13 +3241,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3474,7 +3555,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3548,7 +3629,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3588,120 +3669,138 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:33821ae9-da54-4a5b-92d2-19f474783d66", + "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", "pageRange": [ 1, 1 ], "fields": { - "Signature": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962, + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + "Tax": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 482.0, - 1670.0, - 764.0, - 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0, + "confidence": 0.994, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/44/words/0" ] }, - "CompanyAddress": { + "PhoneNumber": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0, + "confidence": 0.89, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/3/words/2" ] }, - "PurchaseOrderNumber": { + "VendorName": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 1282.0, - 461.0, - 1377.0, - 461.0, - 1377.0, - 489.0, - 1282.0, - 489.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0, + "confidence": 0.93, "elements": [ - "#/readResults/0/lines/8/words/3" + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] }, - "Total": { + "CompanyAddress": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] }, - "CompanyName": { + "Email": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 378.0, - 646.0, - 629.0, - 646.0, - 629.0, - 682.0, - 378.0, - 682.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/11/words/2", - "#/readResults/0/lines/11/words/3", - "#/readResults/0/lines/11/words/4" + "#/readResults/0/lines/7/words/0" ] }, "Website": { @@ -3710,137 +3809,141 @@ "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 274.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ "#/readResults/0/lines/4/words/1" ] }, - "Subtotal": { + "Total": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/47/words/0" ] }, - "Tax": { + "Subtotal": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/42/words/0" ] }, - "PhoneNumber": { + "Merchant": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/2/words/2" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Email": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/7/words/0" + "#/readResults/0/lines/14/words/1" ] }, - "CompanyPhoneNumber": { + "CompanyName": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/11/words/2", + "#/readResults/0/lines/11/words/3", + "#/readResults/0/lines/11/words/4" ] }, - "Quantity": { - "type": "number", - "text": "20", + "PurchaseOrderNumber": { + "type": "string", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 1.0, + "confidence": 0.94, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/8/words/3" ] }, "DatedAs": { @@ -3849,63 +3952,43 @@ "text": "12/20/2020", "page": 1, "boundingBox": [ - 1168.0, + 1165.0, 420.0, 1317.0, 420.0, 1317.0, - 450.0, - 1168.0, - 450.0 + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/6/words/2" ] }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "VendorName": { + "Signature": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 351.0, - 609.0, - 518.0, - 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0, + "confidence": 0.998, "elements": [ - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" ] } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -3913,28 +3996,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/81ae529a-96f4-4450-be1f-f836cde5d4c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-85394076505e0b4e8378e9a262064c1a-240ece2b7d799640-00", + "traceparent": "00-f492469296cb3f4780a6a0ad168f57bd-67179cd9d7f73347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec960420b550b00a3618927e81d63446", + "x-ms-client-request-id": "193d73bf4e5ed09b15acbe822e830731", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9325085e-ce3e-4d6f-bf76-d9837106a3aa", + "apim-request-id": "348e42d6-4c58-4832-bd6d-559ab1a7affb", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:19 GMT", + "Date": "Thu, 10 Sep 2020 23:51:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": [] } @@ -3942,7 +4025,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "805799727" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1025329176" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json index 9d6ce3614f7cd..5b46ef5cf4f1e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-377f0dbfc7c4014bafea942e2d058247-2a8006baa45fa44b-00", + "traceparent": "00-96583fd90f88d646b810392924a3b2a5-751d8eadf2fcf147-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "251df4b952c359bd35401060ed0d2e57", + "x-ms-client-request-id": "858525356662885e073bec0aa713b192", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e9f4620c-17ac-49b2-94e6-30771112240d", + "apim-request-id": "de03fad8-5fd7-4794-887f-38712237efd0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:03 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed", + "Date": "Thu, 10 Sep 2020 23:53:27 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ce79319b45160bc898b36dd471c5694a", + "x-ms-client-request-id": "cb82ecbbc609e1bc3ae6310c7d0e1d18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9fa664d5-3859-4070-b18f-9e05607bff32", + "apim-request-id": "b8a2c93b-442e-4303-b282-b950b78cdfbb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:03 GMT", + "Date": "Thu, 10 Sep 2020 23:53:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "be3b1a9f-91f4-40f0-b58d-73a2085d75ed", + "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", "status": "creating", - "createdDateTime": "2020-08-20T18:05:03Z", - "lastUpdatedDateTime": "2020-08-20T18:05:03Z" + "createdDateTime": "2020-09-10T23:53:27Z", + "lastUpdatedDateTime": "2020-09-10T23:53:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d088a1227d39be5f6b1f39c5b309fda0", + "x-ms-client-request-id": "fac21691e586b495aebf156b57f4f168", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0666ed26-58aa-4cc6-8909-a30f1c151b5d", + "apim-request-id": "003c9afa-5824-42d8-a117-3e468994c59e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:04 GMT", + "Date": "Thu, 10 Sep 2020 23:53:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "modelInfo": { - "modelId": "be3b1a9f-91f4-40f0-b58d-73a2085d75ed", + "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", "status": "creating", - "createdDateTime": "2020-08-20T18:05:03Z", - "lastUpdatedDateTime": "2020-08-20T18:05:03Z" + "createdDateTime": "2020-09-10T23:53:27Z", + "lastUpdatedDateTime": "2020-09-10T23:53:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a46e0ea1510073172b118d0fe5e8e76f", + "x-ms-client-request-id": "71f29a91626a6eda69a44a7c35510af8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7da1e0b-0b47-4689-b13b-5cd1e553b943", + "apim-request-id": "a421b14f-4d31-441b-b6c2-d24d85b04e9b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:05 GMT", + "Date": "Thu, 10 Sep 2020 23:53:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "152" }, "ResponseBody": { "modelInfo": { - "modelId": "be3b1a9f-91f4-40f0-b58d-73a2085d75ed", + "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:03Z", - "lastUpdatedDateTime": "2020-08-20T18:05:05Z" + "createdDateTime": "2020-09-10T23:53:27Z", + "lastUpdatedDateTime": "2020-09-10T23:53:28Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +228,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-77226a4b1d373349987b290f92ba73cb-9415eeecfde5c246-00", + "traceparent": "00-f03cd5853a12b04bae3aa9f70bf5cb55-ecb368d2e9fd7840-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4b3ec5d75d851e1dd1ba63f70b03588e", + "x-ms-client-request-id": "9178d31db751d50b57ce1d4ab1508946", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,170 +248,169 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6ca3d9dd-ad4c-446e-a485-b6dde37fc9fc", + "apim-request-id": "44b5ebaf-66dd-40b3-9fdb-e2e0199aaf4a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:05 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeresults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "Date": "Thu, 10 Sep 2020 23:53:29 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeresults/79fe5132-54cf-4baf-97d4-6919bc116301", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeResults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6333ccb6c457d14a8a14a427ef50d982", + "x-ms-client-request-id": "e37bc8f4ab1b2fad3b5390e29b187e5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da7c06a1-8075-45a7-aeb4-07ba8ac9326a", + "apim-request-id": "b8f9b2f9-6219-45f9-9737-30d67515d6a4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:05 GMT", + "Date": "Thu, 10 Sep 2020 23:53:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:05Z", - "lastUpdatedDateTime": "2020-08-20T18:05:05Z" + "createdDateTime": "2020-09-10T23:53:29Z", + "lastUpdatedDateTime": "2020-09-10T23:53:29Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeResults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "edeeca37b1cb431af050d245ed206728", + "x-ms-client-request-id": "834d1cb45f7cd9178f1d199c4590bc18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7db9faa4-1a5d-4788-a613-ccafc213d863", + "apim-request-id": "c8262e22-90c0-498f-83a5-c38fb30ecb20", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:06 GMT", + "Date": "Thu, 10 Sep 2020 23:53:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:05Z", - "lastUpdatedDateTime": "2020-08-20T18:05:07Z" + "createdDateTime": "2020-09-10T23:53:29Z", + "lastUpdatedDateTime": "2020-09-10T23:53:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeResults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1859feb984b412187b6cc170b8f62e81", + "x-ms-client-request-id": "6d88041a27d672dd264956fd27293a3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4b7a120-c984-42dc-935b-4f3eef5428ac", + "apim-request-id": "dc744cb0-b164-4fad-9834-aaa0fcd0078c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:07 GMT", + "Date": "Thu, 10 Sep 2020 23:53:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:05Z", - "lastUpdatedDateTime": "2020-08-20T18:05:08Z" + "createdDateTime": "2020-09-10T23:53:29Z", + "lastUpdatedDateTime": "2020-09-10T23:53:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeResults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41bfe0e16a1504c3b1ef7306f104e469", + "x-ms-client-request-id": "9595c04f050394cab0a154fe9111eaab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02150414-dd10-4cfc-9062-623a73b6324d", + "apim-request-id": "076f78fc-5162-4200-b44d-ece1e2d1cc02", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:08 GMT", + "Date": "Thu, 10 Sep 2020 23:53:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:05Z", - "lastUpdatedDateTime": "2020-08-20T18:05:09Z" + "createdDateTime": "2020-09-10T23:53:29Z", + "lastUpdatedDateTime": "2020-09-10T23:53:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed/analyzeResults/f33dd02f-6522-45a7-b627-f4d135cc2e56", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f16e7cadc0f7b3ceb1db725eefaa8af9", + "x-ms-client-request-id": "96c7779611908d863fdb5d33091ab266", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "adb04682-bf1d-466f-8b7a-2738e2c7cfbf", - "Content-Length": "24904", + "apim-request-id": "d50de99a-ee0e-437d-91cd-dd9ff85309e5", + "Content-Length": "25118", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:09 GMT", + "Date": "Thu, 10 Sep 2020 23:53:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:05:05Z", - "lastUpdatedDateTime": "2020-08-20T18:05:09Z", + "createdDateTime": "2020-09-10T23:53:29Z", + "lastUpdatedDateTime": "2020-09-10T23:53:33Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -416,13 +418,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -431,40 +433,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -472,715 +474,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 - } - ] - }, - { - "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, + 259, 610, - 347, - 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, 629, - 680, + 646, + 629, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, 685, - 526, - 686, - 526, + 527, + 685, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -1188,54 +1190,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1244,86 +1246,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1334,407 +1336,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, + 1047, + 1270, 1047, - 1271, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, + 1047, + 1181, 1047, - 1184, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, + 1187, 1047, - 1271, - 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1468, + 1047, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, + 1047, + 1468, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, + 279, + 1095, 279, - 1124, + 1123, 172, 1121 ], @@ -1747,51 +1749,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1800,46 +1802,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1847,184 +1849,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -2032,16 +2034,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -2050,37 +2052,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -2089,331 +2091,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, - 1222, - 1295, - 1223, - 1295, + 1239, + 1221, + 1294, + 1222, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2421,657 +2423,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -3160,13 +3178,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3474,7 +3492,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3548,7 +3566,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3588,78 +3606,51 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:e2df7503-e7c1-4a29-94f6-896d80265285", + "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", "pageRange": [ 1, 1 ], "fields": { - "Email": { - "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", - "page": 1, - "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/7/words/0" - ] - }, - "CompanyAddress": { + "Tax": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0, + "confidence": 0.994, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/44/words/0" ] }, - "Signature": { + "Total": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 482.0, - 1670.0, - 764.0, - 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/47/words/0" ] }, "DatedAs": { @@ -3668,120 +3659,80 @@ "text": "12/20/2020", "page": 1, "boundingBox": [ - 1168.0, + 1165.0, 420.0, 1317.0, 420.0, 1317.0, - 450.0, - 1168.0, - 450.0 + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/6/words/2" ] }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "PhoneNumber": { - "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", - "page": 1, - "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/2/words/2" - ] - }, "CompanyName": { "type": "string", "valueString": "Higgly Wiggly Books", "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 378.0, + 375.0, 646.0, 629.0, 646.0, 629.0, - 682.0, - 378.0, - 682.0 + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ "#/readResults/0/lines/11/words/2", "#/readResults/0/lines/11/words/3", "#/readResults/0/lines/11/words/4" ] }, - "Total": { + "Email": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/7/words/0" ] }, - "Quantity": { - "type": "number", - "text": "20", + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/14/words/1" ] }, "PurchaseOrderNumber": { @@ -3790,38 +3741,58 @@ "text": "948284", "page": 1, "boundingBox": [ - 1282.0, + 1277.0, 461.0, - 1377.0, + 1376.0, 461.0, - 1377.0, + 1376.0, 489.0, - 1282.0, + 1277.0, 489.0 ], - "confidence": 1.0, + "confidence": 0.94, "elements": [ "#/readResults/0/lines/8/words/3" ] }, - "Subtotal": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962, + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + "Signature": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0, + "confidence": 0.998, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" ] }, "VendorName": { @@ -3830,82 +3801,131 @@ "text": "Hillary Swank", "page": 1, "boundingBox": [ - 351.0, + 349.0, 609.0, - 518.0, + 521.0, 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0, + "confidence": 0.93, "elements": [ "#/readResults/0/lines/10/words/2", "#/readResults/0/lines/10/words/3" ] }, - "Tax": { + "PhoneNumber": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "555-348-6512", + "text": "555-348-6512", + "page": 1, + "boundingBox": [ + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 + ], + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/3/words/2" + ] + }, + "Website": { + "type": "string", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/4/words/1" ] }, - "CompanyPhoneNumber": { + "Merchant": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Website": { + "Subtotal": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 + ], + "confidence": 0.984, + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/4/words/1" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -3913,28 +3933,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/be3b1a9f-91f4-40f0-b58d-73a2085d75ed", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-312f568572a39d43b44696c2bc90ccbb-5d64632740e08c40-00", + "traceparent": "00-c2269afabf28a9419ec1f6763ac8459b-3eff88039de33f48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0c64512126614e123b5466c411112076", + "x-ms-client-request-id": "854cdae227fa15153af3bc35d2dee014", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4f46b36f-9da2-4abf-a54a-4a9dca0944d1", + "apim-request-id": "aa1176da-fd23-4c42-b8cd-31b24fde322d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:09 GMT", + "Date": "Thu, 10 Sep 2020 23:53:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": [] } @@ -3942,7 +3962,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1737026719" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "734149158" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json index 77a862b8c54dc..b56ec76d35ae4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3c6759a5b0d1144d80b8979d42bb136d-9965436510eb5049-00", + "traceparent": "00-e3c4f2b224d3774387e3e57b55882c8b-202a68cd68a9b048-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4035a3ef6b0fa62e14a0837ea3331e0f", + "x-ms-client-request-id": "d4329c7873f7995b4092daff7c3d8998", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5da3e185-8016-454e-812f-71baa601bc9c", + "apim-request-id": "21e93260-53ee-4508-9a94-26cf1ae27c49", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:06 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37", + "Date": "Thu, 10 Sep 2020 23:50:51 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "161fe0dfde9900f2ee3407c859ba8415", + "x-ms-client-request-id": "787c226c636f03b3b9dd5a86ca09b225", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d9797108-4a62-47f8-8a21-8422732a7515", + "apim-request-id": "0ef3d45b-c4d7-48cd-bc41-c9ce409db2d0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:06 GMT", + "Date": "Thu, 10 Sep 2020 23:50:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "bdceba66-2054-4f9d-9004-56c91e331c37", + "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", "status": "creating", - "createdDateTime": "2020-08-20T18:00:06Z", - "lastUpdatedDateTime": "2020-08-20T18:00:06Z" + "createdDateTime": "2020-09-10T23:50:51Z", + "lastUpdatedDateTime": "2020-09-10T23:50:51Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b8a279ead63555a020ed26eb57a78530", + "x-ms-client-request-id": "816e150197beda4f81d0bc309168426a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9930d6f4-9927-4cab-b8ca-ebc3428fe73d", + "apim-request-id": "395e96ee-7522-4096-9bda-2f8f7f4d8db3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:07 GMT", + "Date": "Thu, 10 Sep 2020 23:50:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "bdceba66-2054-4f9d-9004-56c91e331c37", + "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", "status": "creating", - "createdDateTime": "2020-08-20T18:00:06Z", - "lastUpdatedDateTime": "2020-08-20T18:00:06Z" + "createdDateTime": "2020-09-10T23:50:51Z", + "lastUpdatedDateTime": "2020-09-10T23:50:51Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3c215c88f0bb1009b13451db64664c5a", + "x-ms-client-request-id": "e39b1c606df615ffe92e1b1a19d4cf37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e0c2c4c-0572-4141-b30a-d0f87b6194ea", + "apim-request-id": "5962eec9-cade-47ad-afa8-5b410ca06334", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:08 GMT", + "Date": "Thu, 10 Sep 2020 23:50:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "bdceba66-2054-4f9d-9004-56c91e331c37", + "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:06Z", - "lastUpdatedDateTime": "2020-08-20T18:00:08Z" + "createdDateTime": "2020-09-10T23:50:51Z", + "lastUpdatedDateTime": "2020-09-10T23:50:52Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,162 +228,297 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-091afe801617bc49a00a8f81aba08371-49ef0b6378095749-00", + "traceparent": "00-18a4612707d89f4e83aff0ef66d949a8-bfba1a8bfb07f649-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "29946e1b659008da3fc9f6acb806a847", + "x-ms-client-request-id": "67fdb5df08cfd5d9d2a2f79fa6827250", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "65a4032f-0b79-49b6-84a8-2e409122a717", + "apim-request-id": "fdfa7027-6ad3-44df-b75b-4b83996df3f4", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:08 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyzeresults/a1e1d0c0-198b-49da-9af8-7fd171e00165", + "Date": "Thu, 10 Sep 2020 23:50:53 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeresults/150aad16-39b9-4897-b3df-da316a99ce62", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "198" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyzeResults/a1e1d0c0-198b-49da-9af8-7fd171e00165", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ad26ef9acf6d942f1559988f7b35c0ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5e6e140c-0565-45d4-ba1f-e3ce8fdbd78a", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:53Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "db518401db6a579b42c6105376606e66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7f69b1e3-085e-4d88-9208-4ce9837a61bd", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "62" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "297fcabc21ae10ca86695276704a599d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "73a5473b-fd65-4dc7-82a0-51f1155afacc", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "229e4ae19631bfe654ce6aa6bedb1db5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e564899-8c7d-4f05-bbc8-0d8e0516e460", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fc3fd6af4898f9596f92070085c5f1b9", + "x-ms-client-request-id": "b0d231ea97b5dffeba4155008924e7f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1542d674-c272-4f65-ab45-c4927256640a", + "apim-request-id": "bb429985-bdb0-4d51-915d-1be7b8dbd5ef", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:08 GMT", + "Date": "Thu, 10 Sep 2020 23:50:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:09Z", - "lastUpdatedDateTime": "2020-08-20T18:00:09Z" + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyzeResults/a1e1d0c0-198b-49da-9af8-7fd171e00165", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e9d0cca05b13229f8219fcf1fa5d58aa", + "x-ms-client-request-id": "2c72736d4cc12635e4c0d4dfb72351ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0ab80ce-74e2-4c4a-be49-922ae5b66f26", + "apim-request-id": "583c96cb-c7ff-4c69-9df6-8cadd44376f4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:09 GMT", + "Date": "Thu, 10 Sep 2020 23:50:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:09Z", - "lastUpdatedDateTime": "2020-08-20T18:00:10Z" + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyzeResults/a1e1d0c0-198b-49da-9af8-7fd171e00165", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8d2c0a8b4f26d3c1149ab9fe5ed9837a", + "x-ms-client-request-id": "3e8b9d4ca87749e84bbf67f040e5362f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6c36f73-fb2a-4040-b1e1-5af63867e35f", + "apim-request-id": "362363fa-2261-430d-ba39-1102d859ba38", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:10 GMT", + "Date": "Thu, 10 Sep 2020 23:50:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:09Z", - "lastUpdatedDateTime": "2020-08-20T18:00:11Z" + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:50:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37/analyzeResults/a1e1d0c0-198b-49da-9af8-7fd171e00165", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb0b3cd8bf365334371d7a7e4c67fe11", + "x-ms-client-request-id": "4b3972e7f1699ef3fcacccf4c31e2896", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b229ec8-f78f-46ef-a3b9-a145aa00cb08", - "Content-Length": "5839", + "apim-request-id": "303a614a-d8b2-485c-85d9-b05e7fa1eaab", + "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:12 GMT", + "Date": "Thu, 10 Sep 2020 23:51:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:09Z", - "lastUpdatedDateTime": "2020-08-20T18:00:12Z", + "createdDateTime": "2020-09-10T23:50:53Z", + "lastUpdatedDateTime": "2020-09-10T23:51:00Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, - "unit": "pixel" + "unit": "pixel", + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -456,13 +594,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ] }, @@ -715,7 +853,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -775,7 +913,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -809,28 +947,45 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:178d8804-25f5-43ca-aae0-afe36477c39c", + "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", "pageRange": [ 1, 1 ], "fields": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, "Signature": { "type": "string", "valueString": "Bernie Sanders", "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 482.0, + 489.0, 1670.0, - 764.0, + 765.0, 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0 + "confidence": 0.998 }, "Merchant": { "type": "string", @@ -838,16 +993,16 @@ "text": "Hero Limited", "page": 1, "boundingBox": [ - 621.0, - 202.0, + 620.0, + 205.0, 1075.0, - 202.0, + 205.0, 1075.0, 266.0, - 621.0, + 620.0, 266.0 ], - "confidence": 1.0 + "confidence": 0.97 }, "Tax": { "type": "string", @@ -855,14 +1010,82 @@ "text": "$4.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 + ], + "confidence": 0.994 + }, + "CompanyName": { + "type": "string", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", + "page": 1, + "boundingBox": [ + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 + ], + "confidence": 0.95 + }, + "DatedAs": { + "type": "string", + "valueString": "12/20/2020", + "text": "12/20/2020", + "page": 1, + "boundingBox": [ + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 + ], + "confidence": 0.99 + }, + "PurchaseOrderNumber": { + "type": "string", + "valueString": "948284", + "text": "948284", + "page": 1, + "boundingBox": [ + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 + ], + "confidence": 0.94 + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0 }, @@ -872,49 +1095,50 @@ "text": "Hillary Swank", "page": 1, "boundingBox": [ - 351.0, + 349.0, 609.0, - 518.0, + 521.0, 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0 + "confidence": 0.93 }, - "Quantity": { - "type": "number", - "text": "20", + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0 }, - "Email": { + "Subtotal": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 }, "PhoneNumber": { "type": "string", @@ -922,33 +1146,16 @@ "text": "555-348-6512", "page": 1, "boundingBox": [ - 367.0, + 364.0, 351.0, - 529.0, + 528.0, 351.0, - 529.0, + 528.0, 378.0, - 367.0, + 364.0, 378.0 ], - "confidence": 1.0 - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 - ], - "confidence": 1.0 + "confidence": 0.89 }, "Website": { "type": "string", @@ -956,65 +1163,31 @@ "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 274.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 419.0, - 274.0, - 419.0 - ], - "confidence": 1.0 - }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 378.0, - 646.0, - 629.0, - 646.0, - 629.0, - 682.0, - 378.0, - 682.0 - ], - "confidence": 1.0 - }, - "DatedAs": { - "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", - "page": 1, - "boundingBox": [ - 1168.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 450.0, - 1168.0, - 450.0 + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, - "CompanyAddress": { + "Email": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0 }, @@ -1024,52 +1197,19 @@ "text": "$144.00", "page": 1, "boundingBox": [ - 1429.0, + 1427.0, 1669.0, - 1530.0, + 1529.0, 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 - ], - "confidence": 1.0 - }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", - "page": 1, - "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0 - }, - "PurchaseOrderNumber": { - "type": "string", - "valueString": "948284", - "text": "948284", - "page": 1, - "boundingBox": [ - 1282.0, - 461.0, - 1377.0, - 461.0, - 1377.0, - 489.0, - 1282.0, - 489.0 - ], - "confidence": 1.0 + "confidence": 0.991 } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -1077,28 +1217,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bdceba66-2054-4f9d-9004-56c91e331c37", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ab1f6c62d15b1b4884c9badd90fb2c94-843a8b8050eac745-00", + "traceparent": "00-ea8bd01712c53741aafb94d5cdb48e4c-d3fe61de6865794f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7a745c3a639851930afcd478a1a0c3a8", + "x-ms-client-request-id": "ecb4aaefa899c5818b28e002e445e6fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "626f2044-2217-4953-9735-9e2874d15b09", + "apim-request-id": "f949888e-3646-4e4c-ad8a-939827a2a907", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:12 GMT", + "Date": "Thu, 10 Sep 2020 23:51:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] } @@ -1106,7 +1246,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2034097259" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1628084924" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json index 3fa60fd31a009..363e7c1c54858 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-854d225cfb4874429c8409ec69f7f1ca-20fe53cae87e4740-00", + "traceparent": "00-5d8b4eda718779448c509cd60392ec6b-c9da886e39b84044-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "884779384c27c19d9d78a9412f66f87f", + "x-ms-client-request-id": "cd4cb3670b38c3797d04c7c9e10c7c97", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,280 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9bb8ea73-b380-4536-ba39-013da6efd3b3", + "apim-request-id": "f045f49b-d993-4f57-a12a-9ec37c2a8a09", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:57 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e", + "Date": "Thu, 10 Sep 2020 23:53:14 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "79b713064003a4a823e5c66ad27a3c05", + "x-ms-client-request-id": "5af6bc9413e02e154215e2d769ff3252", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "429fdaaa-c1f1-402b-addc-94bb63786a17", + "apim-request-id": "c1c70698-d515-4263-868d-8c5275f50863", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:57 GMT", + "Date": "Thu, 10 Sep 2020 23:53:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "63383393-67bf-4da9-9a1b-e617d0198e7e", + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", "status": "creating", - "createdDateTime": "2020-08-20T18:04:57Z", - "lastUpdatedDateTime": "2020-08-20T18:04:57Z" + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8a5176f8537881131ef3c1c28c395a78", + "x-ms-client-request-id": "4dead455c03ce9d911d020cfa3511d31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01aac37b-ff88-443c-871f-e420f555de09", + "apim-request-id": "b099851f-dea4-4077-97ec-33dad8a89f4d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:58 GMT", + "Date": "Thu, 10 Sep 2020 23:53:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "63383393-67bf-4da9-9a1b-e617d0198e7e", + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "80d4b950f006534a9e1e8a2328a15a7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c6e5ab90-e127-4745-a963-076ae56155fe", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0d7474d12f21d45ae20c4910f3468bf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cd5bf80e-d7ea-4738-84ce-964d74e4efa9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "af87b1f8b22b654b8997ae1e35b6c16f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d7e97e66-f5fe-4dd5-8d8c-c5368e705a45", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2efda2760fdc210f5f009df9a63a5f57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2522714e-39ae-44e9-b970-dbde9a2570eb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "772b9993aa1a1f52290f848a803c9e2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "154ebd55-e5a9-42a6-a6bd-6a7133dc8603", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "519ada4b5c48e814a165502b1452be4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fd67e06b-62c7-42a4-b020-012a7bb45cc2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "46" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:04:57Z", - "lastUpdatedDateTime": "2020-08-20T18:04:58Z" + "createdDateTime": "2020-09-10T23:53:14Z", + "lastUpdatedDateTime": "2020-09-10T23:53:21Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,192 +393,207 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1cb70037040d5c46a6fdb41b401ad8e1-1e983887a849fb4d-00", + "traceparent": "00-fec711b3c851cc4d85927f2115ffa83a-d82187a6f610a244-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "033d4a4976ebf8d0d0a265418633ee22", + "x-ms-client-request-id": "9b8b5737498bcb554fde05cd8b84a022", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8fee8492-9755-41c8-bc9d-b2754a7af86c", + "apim-request-id": "44013966-3e3a-4ccb-b429-334933af9227", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:58 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeresults/64861097-e212-4046-90a6-d635ff8d0bdb", + "Date": "Thu, 10 Sep 2020 23:53:22 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeresults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeResults/64861097-e212-4046-90a6-d635ff8d0bdb", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b849a43b6e15b307ff365b107ee617e9", + "x-ms-client-request-id": "cbad71610ea0360f8542d5b45a270ad6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aad38883-41af-44d5-a5b7-a16f55acc70f", + "apim-request-id": "ccaedad2-83bf-49b8-a14b-5a8657a986e2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:58 GMT", + "Date": "Thu, 10 Sep 2020 23:53:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:59Z", - "lastUpdatedDateTime": "2020-08-20T18:04:59Z" + "createdDateTime": "2020-09-10T23:53:22Z", + "lastUpdatedDateTime": "2020-09-10T23:53:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeResults/64861097-e212-4046-90a6-d635ff8d0bdb", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "88204d8b393c8119a659bad5edd2faea", + "x-ms-client-request-id": "2953355003b102a085ce016957465d1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb70771b-5071-4817-9416-8512fd0a1d74", + "apim-request-id": "f6c9e638-aab6-4933-9e87-87b2a126c3d3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:59 GMT", + "Date": "Thu, 10 Sep 2020 23:53:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:00Z" + "createdDateTime": "2020-09-10T23:53:22Z", + "lastUpdatedDateTime": "2020-09-10T23:53:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeResults/64861097-e212-4046-90a6-d635ff8d0bdb", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e8879e04a1f0db63438a03b51bbf79ea", + "x-ms-client-request-id": "a2c92dc4f3a428ae4754164873a07028", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83d727bc-a353-4460-8e50-ccbd30117246", + "apim-request-id": "cfd11038-3d9e-4a61-8182-cceb58b8eec3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:00 GMT", + "Date": "Thu, 10 Sep 2020 23:53:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:01Z" + "createdDateTime": "2020-09-10T23:53:22Z", + "lastUpdatedDateTime": "2020-09-10T23:53:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeResults/64861097-e212-4046-90a6-d635ff8d0bdb", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "38b67b8a661302e68bc712bbb432c52d", + "x-ms-client-request-id": "557d2ed477315e71d1ab46d10ca5df3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b05fed3-f217-44b9-9192-ace20ba12072", + "apim-request-id": "470162c1-af12-43da-8f95-5df36bf63482", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:02 GMT", + "Date": "Thu, 10 Sep 2020 23:53:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:02Z" + "createdDateTime": "2020-09-10T23:53:22Z", + "lastUpdatedDateTime": "2020-09-10T23:53:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e/analyzeResults/64861097-e212-4046-90a6-d635ff8d0bdb", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e00b703b2f5ee9f8ea4444b2356466e6", + "x-ms-client-request-id": "2defb9e5675d5d31862ae15dec578ee4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b78ded6-8409-4069-9839-875369b144b4", - "Content-Length": "5839", + "apim-request-id": "b156d10e-be8e-4510-b7dc-0ff9cf2266b7", + "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:03 GMT", + "Date": "Thu, 10 Sep 2020 23:53:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:03Z", + "createdDateTime": "2020-09-10T23:53:22Z", + "lastUpdatedDateTime": "2020-09-10T23:53:26Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, - "unit": "pixel" + "unit": "pixel", + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -453,13 +669,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ] }, @@ -712,7 +928,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -772,7 +988,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -806,7 +1022,8 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:ac749eeb-910a-456f-92be-c920ef58ee5d", + "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", "pageRange": [ 1, 1 @@ -818,82 +1035,99 @@ "text": "$4.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0 + "confidence": 0.994 }, - "PhoneNumber": { + "Total": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0 + "confidence": 0.991 }, - "Website": { + "DatedAs": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "12/20/2020", + "text": "12/20/2020", "page": 1, "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0 + "confidence": 0.99 }, - "Merchant": { + "CompanyName": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 + ], + "confidence": 0.95 + }, + "Email": { + "type": "string", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", + "page": 1, + "boundingBox": [ + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0 }, - "CompanyAddress": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0 }, @@ -903,16 +1137,16 @@ "text": "948284", "page": 1, "boundingBox": [ - 1282.0, + 1277.0, 461.0, - 1377.0, + 1376.0, 461.0, - 1377.0, + 1376.0, 489.0, - 1282.0, + 1277.0, 489.0 ], - "confidence": 1.0 + "confidence": 0.94 }, "Quantity": { "type": "number", @@ -920,49 +1154,15 @@ "page": 1, "boundingBox": [ 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, 861.0, - 1120.0 + 1119.0 ], - "confidence": 1.0 - }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", - "page": 1, - "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 - ], - "confidence": 1.0 - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 - ], - "confidence": 1.0 + "confidence": 0.962 }, "Signature": { "type": "string", @@ -970,103 +1170,121 @@ "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 482.0, + 489.0, 1670.0, - 764.0, + 765.0, 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0 + "confidence": 0.998 }, - "Email": { + "VendorName": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0 + "confidence": 0.93 }, - "VendorName": { + "PhoneNumber": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ + 364.0, 351.0, - 609.0, - 518.0, - 609.0, - 518.0, - 641.0, + 528.0, 351.0, - 641.0 + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0 + "confidence": 0.89 }, - "CompanyName": { + "Website": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 378.0, - 646.0, - 629.0, - 646.0, - 629.0, - 682.0, - 378.0, - 682.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, - "Total": { + "Merchant": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0 + "confidence": 0.97 }, - "DatedAs": { + "Subtotal": { "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 1168.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 450.0, - 1168.0, - 450.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 + ], + "confidence": 0.984 + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0 } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -1074,28 +1292,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/63383393-67bf-4da9-9a1b-e617d0198e7e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-16e9da93ac6dca46b8e1d435e71537d2-c33f44599c53164a-00", + "traceparent": "00-209d69f42faced4d9577cb1592ef97df-9ffdc100cbeffa46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "714acfe0c11b9ed6b8845d288fa72711", + "x-ms-client-request-id": "2895d85e07c84debbc6bd0f9acdd1ca2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "537cad00-bc80-44f2-b069-133b75ae8240", + "apim-request-id": "0017fa89-719d-46c4-a71c-1951748cfad7", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:03 GMT", + "Date": "Thu, 10 Sep 2020 23:53:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -1103,7 +1321,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "854378899" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "761765626" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json index 7bc54d842ff86..aadbd17caffa4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c102620113ed7541a3c63c8c6df65ed5-6cfe27b264949d43-00", + "traceparent": "00-b90c8c593c278444a65d6bdd73fa69c8-6b772141eb755d42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ae8b611b5f23478c6341aff68d183fe5", + "x-ms-client-request-id": "9367673adbaf8f9d6d55cf47afa5af79", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,277 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d2b7f239-6945-4244-a7b0-11894ed29ebf", + "apim-request-id": "b893ca5f-b8c6-44bb-a269-f2f48710edd0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:59:54 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5", + "Date": "Thu, 10 Sep 2020 23:50:39 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4af21415a510beece1a278b0d2b8e6a5", + "x-ms-client-request-id": "a388ae70e29e74f637db81dfc47fbd5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e88c1248-1859-470a-8916-5688153bd2d1", + "apim-request-id": "8a5ca339-4d24-4494-8247-c8ae3d64d682", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:54 GMT", + "Date": "Thu, 10 Sep 2020 23:50:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", + "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" + "createdDateTime": "2020-09-10T23:50:40Z", + "lastUpdatedDateTime": "2020-09-10T23:50:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "948bc574b29bebcf8caf704d05d80455", + "x-ms-client-request-id": "e4e2b17a2bd600ccafe4534ece788a44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08d7ef80-9ac3-43b0-97f9-17f7bb6d7356", + "apim-request-id": "6986ce81-b0e2-477f-b586-a2d9b1527681", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:55 GMT", + "Date": "Thu, 10 Sep 2020 23:50:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", + "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" + "createdDateTime": "2020-09-10T23:50:40Z", + "lastUpdatedDateTime": "2020-09-10T23:50:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d96fee7dde3976dc74cdcc81e7dc74aa", + "x-ms-client-request-id": "b95afc4e564c588970f35bd45abecaed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c83ecc2-2d8f-4a47-809f-57bb8e6b79a8", + "apim-request-id": "020cb028-c22f-4bf1-833c-6276a8631351", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:56 GMT", + "Date": "Thu, 10 Sep 2020 23:50:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", - "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c882095aab8d63494507be61349fb809", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f5a7ad78-a005-47a3-af07-c120e2f51da5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "159" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", - "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "e333229e0d49966be8141fcee54e03b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c25a0ee-c0d6-486b-987d-93f5d1f9236f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", - "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "fbf2c63a3c56d2c8a50b94321f7b41d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "80843c57-5a50-41ea-9422-a12acd9ae34c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:59:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", - "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c4e3c21490a94d609eecdf788c7a7df7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dd8f1b9e-3da7-45bc-8445-1649155fd84b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", - "status": "creating", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T17:59:54Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "6d260e03bdad61b35a613e3d7839766c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "65075e62-6177-4064-b281-39ccbc1472fb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "761871bd-e66c-4098-af53-ce635cc3f1f5", + "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T17:59:54Z", - "lastUpdatedDateTime": "2020-08-20T18:00:01Z" + "createdDateTime": "2020-09-10T23:50:40Z", + "lastUpdatedDateTime": "2020-09-10T23:50:42Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -390,188 +228,277 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f2cd69ac85d06548b961471cf0fcae92-628afb830771bd4f-00", + "traceparent": "00-eb1ec82d4b938546bfb2276ed2247910-bd930ce9c10cd340-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "23ba4ad23e6ba90766a55d695c4f452a", + "x-ms-client-request-id": "fecc7197cac345a2e187f4ba8fa7a6be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "442eebd0-4150-4273-a4d3-753f8b36f5d6", + "apim-request-id": "ed8a13d7-2c81-4295-ad12-4c5f0652c40e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:02 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeresults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "Date": "Thu, 10 Sep 2020 23:50:42 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeresults/0e8a9118-693c-4b28-a053-bd69e1f75072", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "115" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeResults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "112e9d8dd45456280f816a475122d464", + "x-ms-client-request-id": "c8903c5003252411288a73e3cff7a6f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8bdddcdd-15bc-4b5e-98c5-8649f5ea5685", + "apim-request-id": "c321b0c6-d40b-43f5-ade9-0e89c3cb4c36", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:02 GMT", + "Date": "Thu, 10 Sep 2020 23:50:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:02Z", - "lastUpdatedDateTime": "2020-08-20T18:00:02Z" + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:43Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeResults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "42a573755ac0c48c067d07075f49050a", + "x-ms-client-request-id": "5cb766198cac83815915d8c561cfc8c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b20ab0d8-cfbe-4bbd-8e06-b516e5952436", + "apim-request-id": "477e4714-2853-434b-87fb-0c5b6df60864", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:03 GMT", + "Date": "Thu, 10 Sep 2020 23:50:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:02Z", - "lastUpdatedDateTime": "2020-08-20T18:00:03Z" + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:43Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeResults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dbb0141b640bfe17216314e9d4bf5743", + "x-ms-client-request-id": "1d849c4c022d93c760a8d53857bf75e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7aca350-1662-4486-840a-b6640be4d1a2", + "apim-request-id": "ce60eed8-340a-496c-a400-7ba1d435f71a", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:04 GMT", + "Date": "Thu, 10 Sep 2020 23:50:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:02Z", - "lastUpdatedDateTime": "2020-08-20T18:00:04Z" + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:43Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeResults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e8f3f9d103aa336911690ad7cc20f7c5", + "x-ms-client-request-id": "29a003e04af0c412bb0d6e0f2b4cc259", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "80db93af-2f14-4286-b6a6-7021aca20cf5", + "apim-request-id": "af54b65a-78d9-4f64-baeb-6b2cfbc7500e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:05 GMT", + "Date": "Thu, 10 Sep 2020 23:50:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:02Z", - "lastUpdatedDateTime": "2020-08-20T18:00:05Z" + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:43Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5/analyzeResults/3df9513f-e145-4e91-9bbf-60eb68e3d61e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3d2c607bf87211595ba7205d46a2f047", + "x-ms-client-request-id": "3296aac1897316c39e23fb04b6482b99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0a893d3-80f1-4211-803f-ab5c0db5437d", - "Content-Length": "24904", + "apim-request-id": "e39fb8a8-f2d7-4b22-b5a5-78801e45c972", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:06 GMT", + "Date": "Thu, 10 Sep 2020 23:50:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:46Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5de4eea09f2e02d88abf611f93b86814", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "73eab3af-1b79-418d-82df-14ba682f57fa", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "38" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:46Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ad767ce54329577640898bcc4e0e0e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "66967b13-ad96-4d6e-8a5e-4014703ecb7e", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:46Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3c6fd4e26467222bd193a8b427a383e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4074c641-09dc-4053-9b47-c70a371ce114", + "Content-Length": "25118", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:50:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:02Z", - "lastUpdatedDateTime": "2020-08-20T18:00:05Z", + "createdDateTime": "2020-09-10T23:50:43Z", + "lastUpdatedDateTime": "2020-09-10T23:50:49Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -579,13 +506,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -594,40 +521,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -635,715 +562,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, + 351, + 528, 351, - 529, - 352, - 529, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 + "confidence": 0.975 } ] }, { "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 - } - ] - }, - { - "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, + 259, 610, - 347, - 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, - 609, - 518, + 435, 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, + 629, + 646, 629, - 680, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, 685, - 526, - 686, - 526, + 527, + 685, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -1351,54 +1278,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1407,86 +1334,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1497,407 +1424,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, + 1048, + 558, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, 1047, - 1271, + 1270, + 1047, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, 1047, - 1184, + 1181, + 1047, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, + 1187, 1047, - 1271, - 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1468, + 1047, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, + 1047, + 1468, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, 279, - 1124, + 1095, + 279, + 1123, 172, 1121 ], @@ -1910,51 +1837,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1963,46 +1890,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -2010,184 +1937,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -2195,16 +2122,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -2213,37 +2140,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -2252,331 +2179,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, + 1239, + 1221, + 1294, 1222, - 1295, - 1223, - 1295, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1571, + 1530, + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2584,657 +2511,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1719, + 717, + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, 681, - 1756, - 680, - 1777, - 581, + 1755, + 681, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, + 1796, + 478, 1796, - 480, - 1797, - 480, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -3323,13 +3266,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3637,7 +3580,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3711,7 +3654,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3751,197 +3694,212 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", "pageRange": [ 1, 1 ], "fields": { - "Subtotal": { + "Website": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/4/words/1" ] }, - "PhoneNumber": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962, + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + "Subtotal": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/2/words/2" + "#/readResults/0/lines/42/words/0" ] }, - "Tax": { + "Total": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/47/words/0" ] }, - "PurchaseOrderNumber": { + "VendorName": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 1282.0, - 461.0, - 1377.0, - 461.0, - 1377.0, - 489.0, - 1282.0, - 489.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0, + "confidence": 0.93, "elements": [ - "#/readResults/0/lines/8/words/3" + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] }, - "Signature": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 482.0, - 1670.0, - 764.0, - 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/14/words/1" ] }, - "CompanyAddress": { + "Merchant": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Total": { + "PhoneNumber": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0, + "confidence": 0.89, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/3/words/2" ] }, - "Quantity": { - "type": "number", - "text": "20", + "Email": { + "type": "string", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/7/words/0" ] }, - "CompanyPhoneNumber": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 1.0, + "confidence": 0.94, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/8/words/3" ] }, "DatedAs": { @@ -3950,125 +3908,112 @@ "text": "12/20/2020", "page": 1, "boundingBox": [ - 1168.0, + 1165.0, 420.0, 1317.0, 420.0, 1317.0, - 450.0, - 1168.0, - 450.0 + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/6/words/2" ] }, - "VendorName": { - "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", - "page": 1, - "boundingBox": [ - 351.0, - 609.0, - 518.0, - 609.0, - 518.0, - 641.0, - 351.0, - 641.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" - ] - }, - "Website": { - "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", - "page": 1, - "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/4/words/1" - ] - }, "CompanyName": { "type": "string", "valueString": "Higgly Wiggly Books", "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 378.0, + 375.0, 646.0, 629.0, 646.0, 629.0, - 682.0, - 378.0, - 682.0 + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ "#/readResults/0/lines/11/words/2", "#/readResults/0/lines/11/words/3", "#/readResults/0/lines/11/words/4" ] }, - "Email": { + "Signature": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, - 503.0, - 166.0, - 503.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0, + "confidence": 0.998, "elements": [ - "#/readResults/0/lines/7/words/0" + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" ] }, - "Merchant": { + "Tax": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 + ], + "confidence": 0.994, + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -4076,28 +4021,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/761871bd-e66c-4098-af53-ce635cc3f1f5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e6f37f4407c25b48ad9f21e013e54b89-0c58725c1540af4d-00", + "traceparent": "00-64cf2d31b0cf1c4aa8f1c76d3120805f-ecda8b747fb1744b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6636c4261c561760ab7ccaa15a403101", + "x-ms-client-request-id": "3a1ee7bb7ed25c70788c1da4140bb47b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "c0e34e76-b9f7-41c1-b8a7-c58c6422015b", + "apim-request-id": "c67f1502-0ac9-4f9b-8024-dfdd4f56d93f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:06 GMT", + "Date": "Thu, 10 Sep 2020 23:50:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": [] } @@ -4105,7 +4050,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "516650096" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1966338678" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json index bbb0ef5a9555e..c335868a0dd6f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8dc8404df8c35e4889a6b6be2d837438-a54ab131cb237e4a-00", + "traceparent": "00-c482b59e6cf86b4ab02462621eebde22-36f103af11659645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "93e61e4099ebff63570df93c2979b67d", + "x-ms-client-request-id": "ba344c2e3e0a2f5218151a827513e9cf", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "0790434a-d956-4372-92ab-0296957f64d0", + "apim-request-id": "f0152a22-cf32-4c53-878b-179070140473", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:51 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8", + "Date": "Thu, 10 Sep 2020 23:53:06 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "475095abbfac968f16fd9e26a9a54134", + "x-ms-client-request-id": "5472efd286226efb0b85e616049db75f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3dfd0bd4-fdf4-4a10-9f36-d2fcb820bd59", + "apim-request-id": "c35b7359-076c-4925-8fb3-a17b7aeec62a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:51 GMT", + "Date": "Thu, 10 Sep 2020 23:53:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "a3104874-0e54-4f6f-abb0-6bb236c2c1c8", + "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", "status": "creating", - "createdDateTime": "2020-08-20T18:04:51Z", - "lastUpdatedDateTime": "2020-08-20T18:04:51Z" + "createdDateTime": "2020-09-10T23:53:07Z", + "lastUpdatedDateTime": "2020-09-10T23:53:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "126e2f9f1054eb9e071ad1a5a444f6c4", + "x-ms-client-request-id": "156de92959d84d98b50078a9b7b232f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14a4c337-0f0e-45a8-a683-72f9d11a4f9a", + "apim-request-id": "c245f280-7199-45c7-8c2b-86ec37dc6200", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:53 GMT", + "Date": "Thu, 10 Sep 2020 23:53:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "a3104874-0e54-4f6f-abb0-6bb236c2c1c8", + "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", "status": "creating", - "createdDateTime": "2020-08-20T18:04:51Z", - "lastUpdatedDateTime": "2020-08-20T18:04:51Z" + "createdDateTime": "2020-09-10T23:53:07Z", + "lastUpdatedDateTime": "2020-09-10T23:53:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d4693242d05781338f507ceefa3d55b1", + "x-ms-client-request-id": "389171302e7fa82d51c6af85583b2b7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a8bfc81-6d6b-4e69-b579-8ffb36f2d020", + "apim-request-id": "b57f52b7-19ae-4dff-9d47-d46d11def8c7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:54 GMT", + "Date": "Thu, 10 Sep 2020 23:53:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "a3104874-0e54-4f6f-abb0-6bb236c2c1c8", + "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:04:51Z", - "lastUpdatedDateTime": "2020-08-20T18:04:53Z" + "createdDateTime": "2020-09-10T23:53:07Z", + "lastUpdatedDateTime": "2020-09-10T23:53:09Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,158 +228,187 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dc42536b5898c147868a22e24dd5b083-49da0c17798d7940-00", + "traceparent": "00-cddf56e5b3130540a92dd1563f93f902-77b1a44f177dec45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f99cc4cba40b9a29f6643f92eee9f1d2", + "x-ms-client-request-id": "8b59ba5dd3a578f656249e220d51b658", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ef0b57c6-a71a-4b8d-a446-8df9d6412458", + "apim-request-id": "46e64168-b9ba-4bfc-a1fe-9cde39c83259", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:54 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyzeresults/ce9b09c4-1658-4c66-9895-74552f746992", + "Date": "Thu, 10 Sep 2020 23:53:10 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeresults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "121" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyzeResults/ce9b09c4-1658-4c66-9895-74552f746992", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "77e3da066d3bcfddfcec820394b0f1ca", + "x-ms-client-request-id": "92e6ed527f0cfae0bbc4c411aa13f579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5db139e-24b4-4659-ac67-cd32dd21448d", + "apim-request-id": "c0836ce9-3e0e-4440-8758-97117cc095b2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:54 GMT", + "Date": "Thu, 10 Sep 2020 23:53:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:54Z", - "lastUpdatedDateTime": "2020-08-20T18:04:54Z" + "createdDateTime": "2020-09-10T23:53:10Z", + "lastUpdatedDateTime": "2020-09-10T23:53:10Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyzeResults/ce9b09c4-1658-4c66-9895-74552f746992", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dfd91fc5fda89eb808ceddf291a193a6", + "x-ms-client-request-id": "fd4bfed4a6585d527b19e15b8f0b9bff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d673bec9-d68f-4a36-87a2-86a8a90b7560", + "apim-request-id": "d8377e26-3f1d-40df-87ab-0efdc2fa59b2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:55 GMT", + "Date": "Thu, 10 Sep 2020 23:53:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:54Z", - "lastUpdatedDateTime": "2020-08-20T18:04:55Z" + "createdDateTime": "2020-09-10T23:53:10Z", + "lastUpdatedDateTime": "2020-09-10T23:53:10Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyzeResults/ce9b09c4-1658-4c66-9895-74552f746992", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "20e7aa5edd595d75e7ccfd1f22250645", + "x-ms-client-request-id": "6a32560f9855de6ed95fd0e10fe4cd43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23c915fa-d9a8-4fb6-b5ed-5859dcf31087", + "apim-request-id": "f79941f5-db59-472f-95ca-573dd5c00088", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:56 GMT", + "Date": "Thu, 10 Sep 2020 23:53:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "236" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:04:54Z", - "lastUpdatedDateTime": "2020-08-20T18:04:56Z" + "createdDateTime": "2020-09-10T23:53:10Z", + "lastUpdatedDateTime": "2020-09-10T23:53:10Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8/analyzeResults/ce9b09c4-1658-4c66-9895-74552f746992", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cecc7473120f092921456f6d90ea3e5a", + "x-ms-client-request-id": "0f4d252fb906ab009a8817f29e856ab0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8293dead-be22-4d3d-aee5-54eb73db0aa6", - "Content-Length": "24904", + "apim-request-id": "01805fb1-4cf0-40b2-a74d-35de6f892700", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:04:57 GMT", + "Date": "Thu, 10 Sep 2020 23:53:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:53:10Z", + "lastUpdatedDateTime": "2020-09-10T23:53:10Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5302c4288be03c248f6d23f9d6714d96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f45a5eb0-dcc8-4941-be69-f8f85d258d34", + "Content-Length": "25118", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:04:54Z", - "lastUpdatedDateTime": "2020-08-20T18:04:57Z", + "createdDateTime": "2020-09-10T23:53:10Z", + "lastUpdatedDateTime": "2020-09-10T23:53:13Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 1700, "height": 2200, @@ -384,13 +416,13 @@ "lines": [ { "boundingBox": [ - 137, - 140, + 136, + 139, 351, - 140, + 138, 351, - 167, - 137, + 166, + 136, 166 ], "text": "Purchase Order", @@ -399,40 +431,40 @@ "boundingBox": [ 137, 140, + 264, + 139, 263, - 140, - 263, - 168, - 138, - 166 + 167, + 137, + 167 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 271, - 140, + 269, + 139, 351, - 140, + 139, 351, - 168, - 272, - 168 + 167, + 269, + 167 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ 620, - 204, - 1073, - 201, + 205, 1074, - 264, + 204, + 1075, + 265, 620, 266 ], @@ -440,715 +472,715 @@ "words": [ { "boundingBox": [ - 622, - 207, - 788, - 204, - 787, - 266, 621, + 208, + 794, + 205, + 793, + 266, + 620, 266 ], "text": "Hero", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 811, - 204, - 1075, - 202, + 806, + 205, 1075, + 205, + 1074, 266, - 811, + 805, 266 ], "text": "Limited", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 165, - 351, - 529, + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, 350, - 530, - 377, - 165, + 528, + 376, + 163, 379 ], "text": "Company Phone: 555-348-6512", "words": [ { "boundingBox": [ - 167, - 352, - 275, + 163, + 353, + 274, 351, 275, 379, - 167, - 379 + 164, + 378 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 281, + 279, 351, - 362, + 359, 351, - 362, + 360, 378, 280, - 379 + 378 ], "text": "Phone:", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 367, + 364, 351, - 529, - 352, - 529, + 528, + 351, + 528, 374, - 367, + 364, 378 ], "text": "555-348-6512", - "confidence": 0.946 - } - ] - }, - { - "boundingBox": [ - 1114, - 320, - 1551, - 320, - 1551, - 370, - 1114, - 370 - ], - "text": "Purchase Order", - "words": [ - { - "boundingBox": [ - 1115, - 322, - 1377, - 320, - 1377, - 371, - 1117, - 371 - ], - "text": "Purchase", - "confidence": 0.959 - }, - { - "boundingBox": [ - 1396, - 321, - 1550, - 321, - 1549, - 371, - 1396, - 371 - ], - "text": "Order", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 167, - 392, - 534, - 392, - 534, - 419, - 167, + 166, + 393, + 533, + 393, + 533, + 418, + 166, 418 ], "text": "Website: www.herolimited.com", "words": [ { "boundingBox": [ - 168, - 392, - 270, + 167, + 394, + 269, 393, 269, - 419, + 418, 167, - 418 + 417 ], "text": "Website:", - "confidence": 0.957 + "confidence": 0.981 }, { "boundingBox": [ - 275, + 273, 393, - 528, + 531, 393, - 529, + 530, 418, - 274, - 419 + 273, + 418 ], "text": "www.herolimited.com", - "confidence": 0.872 + "confidence": 0.945 } ] }, { "boundingBox": [ - 164, - 437, - 236, - 437, - 236, - 459, - 164, - 459 + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 ], "text": "Email:", "words": [ { "boundingBox": [ 165, - 437, - 236, - 437, + 435, + 237, + 435, 237, 460, 165, - 459 + 460 ], "text": "Email:", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 1025, - 420, - 1317, + 1024, 419, 1317, - 449, - 1025, - 449 + 420, + 1317, + 448, + 1024, + 448 ], "text": "Dated As: 12/20/2020", "words": [ { "boundingBox": [ - 1026, - 420, - 1112, + 1025, 421, - 1112, - 450, + 1108, + 420, + 1108, + 448, 1025, - 449 + 448 ], "text": "Dated", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1118, - 421, - 1163, - 421, - 1163, - 450, - 1117, - 450 + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 ], "text": "As:", - "confidence": 0.957 + "confidence": 0.987 }, { "boundingBox": [ - 1169, - 421, - 1317, + 1165, 420, 1317, - 450, - 1168, - 450 + 421, + 1316, + 449, + 1165, + 448 ], "text": "12/20/2020", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 166, - 480, - 482, + 164, 479, 482, + 478, + 483, 502, - 166, + 164, 503 ], "text": "accounts@herolimited.com", "words": [ { "boundingBox": [ - 166, - 484, - 475, - 480, - 473, + 164, + 481, + 478, + 479, + 478, 503, - 166, + 165, 503 ], "text": "accounts@herolimited.com", - "confidence": 0.856 + "confidence": 0.952 } ] }, { "boundingBox": [ - 1025, + 1023, 461, 1376, 461, 1376, - 488, - 1025, - 490 + 489, + 1023, + 488 ], "text": "Purchase Order #: 948284", "words": [ { "boundingBox": [ - 1027, - 463, - 1154, + 1023, 461, - 1153, - 490, - 1026, - 489 + 1152, + 461, + 1152, + 489, + 1023, + 488 ], "text": "Purchase", - "confidence": 0.959 + "confidence": 0.984 }, { "boundingBox": [ - 1161, + 1157, 461, - 1241, + 1238, 461, - 1240, - 490, - 1160, - 490 + 1239, + 489, + 1157, + 489 ], "text": "Order", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 1246, + 1244, 461, - 1278, + 1272, 461, - 1277, + 1272, 489, - 1246, + 1244, 489 ], "text": "#:", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1283, + 1277, 461, - 1377, + 1376, 462, 1376, - 488, - 1282, + 489, + 1277, 489 ], "text": "948284", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 166, - 546, + 167, + 547, 397, 546, 397, - 594, - 166, - 594 + 591, + 167, + 592 ], "text": "Shipped To", "words": [ { "boundingBox": [ 167, - 546, - 336, - 548, - 337, - 593, + 547, + 333, + 547, + 332, + 592, 168, - 595 + 592 ], "text": "Shipped", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 346, - 548, - 396, - 548, + 341, + 547, 397, - 593, - 347, - 593 + 547, + 396, + 591, + 341, + 592 ], "text": "To", - "confidence": 0.959 + "confidence": 0.988 } ] }, { "boundingBox": [ - 160, - 608, - 518, - 608, - 518, - 640, - 160, - 640 + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 ], "text": "Vendor Name: Hillary Swank", "words": [ { "boundingBox": [ - 162, - 610, - 257, + 160, + 611, + 254, 610, - 255, - 640, + 254, + 638, 160, 637 ], "text": "Vendor", - "confidence": 0.959 + "confidence": 0.982 }, { "boundingBox": [ - 262, - 610, - 347, + 259, 610, - 346, - 641, - 261, - 640 + 344, + 609, + 344, + 639, + 259, + 638 ], "text": "Name:", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 352, - 610, - 434, + 350, 609, - 433, - 641, - 351, - 641 + 430, + 609, + 430, + 639, + 349, + 639 ], "text": "Hillary", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 439, + 435, 609, - 518, - 609, - 517, - 640, - 438, - 641 + 521, + 610, + 520, + 639, + 435, + 639 ], "text": "Swank", - "confidence": 0.954 + "confidence": 0.986 } ] }, { "boundingBox": [ - 160, - 648, - 628, - 645, + 159, + 647, + 629, + 646, 629, - 680, + 677, 160, - 682 + 679 ], "text": "Company Name: Higgly Wiggly Books", "words": [ { "boundingBox": [ - 162, - 648, - 282, + 160, + 649, + 278, 647, - 281, - 681, + 279, + 678, 161, - 678 + 676 ], "text": "Company", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 288, + 284, 647, - 373, + 370, 647, - 372, - 682, - 287, - 682 + 370, + 679, + 284, + 678 ], "text": "Name:", - "confidence": 0.911 + "confidence": 0.983 }, { "boundingBox": [ - 379, - 647, - 456, + 375, 647, - 455, - 682, - 378, - 682 + 453, + 646, + 453, + 679, + 375, + 679 ], "text": "Higgly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 462, - 647, - 549, + 459, 646, - 548, - 679, - 461, - 682 + 545, + 646, + 544, + 678, + 459, + 679 ], "text": "Wiggly", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 555, + 550, 646, 629, 646, 628, 676, - 554, - 679 + 550, + 678 ], "text": "Books", - "confidence": 0.959 + "confidence": 0.986 } ] }, { "boundingBox": [ - 161, + 160, 684, 526, 684, 526, 712, - 161, - 712 + 160, + 711 ], "text": "Address: 938 NE Burner Road", "words": [ { "boundingBox": [ - 162, + 161, 685, - 271, + 269, 685, - 271, - 713, - 162, - 712 + 268, + 712, + 160, + 711 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.981 }, { "boundingBox": [ - 277, + 274, 685, 324, 685, - 324, + 323, 713, - 277, - 713 + 273, + 712 ], "text": "938", - "confidence": 0.947 + "confidence": 0.987 }, { "boundingBox": [ - 330, + 329, 685, 365, 685, - 365, + 364, 713, - 329, + 328, 713 ], "text": "NE", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ 370, 685, - 456, + 455, 685, - 456, + 455, 713, - 370, + 369, 713 ], "text": "Burner", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 462, + 460, + 685, + 527, 685, - 526, - 686, - 526, + 527, 713, - 461, + 460, 713 ], "text": "Road", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 274, + 279, 722, - 603, - 720, - 604, - 751, - 274, - 754 + 566, + 721, + 566, + 750, + 279, + 751 ], "text": "Boulder City, CO 92848", "words": [ { "boundingBox": [ 279, - 723, - 375, - 721, - 374, - 754, - 278, - 754 + 722, + 371, + 722, + 372, + 751, + 280, + 750 ], "text": "Boulder", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 381, - 721, - 437, - 721, - 436, - 753, - 380, - 754 + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 ], "text": "City,", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 443, - 721, - 479, - 721, - 478, - 753, - 442, - 753 + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 ], "text": "CO", - "confidence": 0.886 + "confidence": 0.988 }, { "boundingBox": [ - 485, - 721, - 568, - 721, - 568, - 751, - 484, - 753 + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 ], "text": "92848", - "confidence": 0.937 + "confidence": 0.977 } ] }, @@ -1156,54 +1188,54 @@ "boundingBox": [ 612, 721, - 884, + 885, 721, - 884, - 749, + 885, + 747, 612, - 749 + 748 ], "text": "Phone: 938-294-2949", "words": [ { "boundingBox": [ - 614, + 613, 722, - 707, + 702, 722, - 707, - 750, - 614, - 750 + 702, + 749, + 613, + 749 ], "text": "Phone:", - "confidence": 0.952 + "confidence": 0.983 }, { "boundingBox": [ - 713, + 708, 722, - 884, + 885, 722, 884, - 749, - 713, - 750 + 748, + 708, + 749 ], "text": "938-294-2949", - "confidence": 0.956 + "confidence": 0.976 } ] }, { "boundingBox": [ - 165, - 783, - 451, - 783, - 451, - 827, - 166, + 167, + 784, + 453, + 784, + 453, + 829, + 167, 830 ], "text": "Shipped From", @@ -1212,86 +1244,86 @@ "boundingBox": [ 167, 784, - 336, - 784, - 335, - 829, - 166, + 330, + 785, + 330, + 830, + 169, 830 ], "text": "Shipped", - "confidence": 0.867 + "confidence": 0.982 }, { "boundingBox": [ - 345, - 784, - 441, - 783, - 440, - 825, - 344, - 829 + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 ], "text": "From", - "confidence": 0.918 + "confidence": 0.987 } ] }, { "boundingBox": [ 165, + 852, + 445, 851, - 446, - 851, - 446, - 881, + 445, + 878, 165, - 880 + 879 ], "text": "Name: Bernie Sanders", "words": [ { "boundingBox": [ 166, - 851, - 252, 853, - 251, - 880, - 165, - 881 + 250, + 853, + 250, + 879, + 166, + 879 ], "text": "Name:", - "confidence": 0.956 + "confidence": 0.986 }, { "boundingBox": [ - 258, - 853, - 339, - 854, + 255, + 852, + 338, + 852, 337, 880, - 257, - 880 + 255, + 879 ], "text": "Bernie", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 345, - 854, - 447, - 853, + 343, + 852, + 446, + 852, 445, - 881, + 879, 343, 880 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.983 } ] }, @@ -1302,407 +1334,407 @@ 629, 889, 629, - 920, + 919, 164, - 920 + 919 ], "text": "Company Name: Jupiter Book Supply", "words": [ { "boundingBox": [ - 167, - 891, - 287, + 164, 890, - 287, - 920, - 166, - 920 + 282, + 890, + 283, + 919, + 165, + 919 ], "text": "Company", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 293, - 890, - 376, + 288, 890, + 374, + 889, 375, - 921, - 292, - 920 + 919, + 289, + 919 ], "text": "Name:", - "confidence": 0.958 + "confidence": 0.985 }, { "boundingBox": [ - 382, - 890, - 470, - 890, - 469, - 921, - 381, - 921 + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 ], "text": "Jupiter", - "confidence": 0.958 + "confidence": 0.983 }, { "boundingBox": [ - 476, - 890, - 540, - 890, - 539, - 921, - 475, - 921 + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 546, - 890, - 629, + 542, + 889, + 630, 890, 629, - 921, - 545, - 921 + 920, + 542, + 920 ], "text": "Supply", - "confidence": 0.947 + "confidence": 0.986 } ] }, { "boundingBox": [ - 164, - 926, - 520, + 165, + 925, + 521, 926, - 520, + 521, 953, - 164, - 953 + 165, + 952 ], "text": "Address: 383 N Kinnick Road", "words": [ { "boundingBox": [ 166, - 927, - 277, - 927, - 277, + 926, + 273, + 925, + 273, 953, - 165, - 954 + 166, + 953 ], "text": "Address:", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 283, - 927, - 330, - 927, - 329, + 279, + 925, + 327, + 925, + 327, 953, - 282, + 278, 953 ], "text": "383", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 335, - 927, + 332, + 926, + 353, + 926, 353, - 927, - 352, 953, - 334, + 332, 953 ], "text": "N", - "confidence": 0.888 + "confidence": 0.983 }, { "boundingBox": [ - 362, - 927, - 452, - 927, - 451, + 358, + 926, + 448, + 926, + 448, 954, - 361, + 358, 953 ], "text": "Kinnick", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 457, - 927, + 453, + 926, 521, 927, - 521, + 520, 954, - 457, + 453, 954 ], "text": "Road", - "confidence": 0.959 + "confidence": 0.987 } ] }, { "boundingBox": [ 280, - 964, - 516, - 964, - 516, - 991, - 280, + 963, + 514, + 962, + 514, + 990, + 281, 991 ], "text": "Seattle, WA 38383", "words": [ { "boundingBox": [ - 284, - 965, - 381, + 281, 965, - 380, - 992, + 377, + 964, + 378, + 991, 283, - 992 + 991 ], "text": "Seattle,", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 386, - 965, - 432, - 965, - 431, - 992, - 385, - 992 + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 ], "text": "WA", - "confidence": 0.944 + "confidence": 0.988 }, { "boundingBox": [ - 438, - 965, - 516, + 434, 964, - 515, - 991, - 437, - 992 + 514, + 962, + 514, + 990, + 435, + 991 ], "text": "38383", - "confidence": 0.959 + "confidence": 0.975 } ] }, { "boundingBox": [ - 759, + 760, 963, - 1036, + 1032, 963, - 1036, - 991, - 759, - 991 + 1032, + 989, + 760, + 990 ], "text": "Phone: 932-299-0292", "words": [ { "boundingBox": [ - 761, + 760, 964, - 854, - 963, - 852, - 991, + 849, + 964, + 849, + 990, 760, 990 ], "text": "Phone:", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 859, - 963, - 1034, + 855, 964, + 1033, + 963, 1032, - 991, - 857, - 991 + 990, + 854, + 990 ], "text": "932-299-0292", - "confidence": 0.953 + "confidence": 0.978 } ] }, { "boundingBox": [ - 447, - 1045, - 557, - 1045, - 557, - 1079, - 447, - 1079 + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 ], "text": "Details", "words": [ { "boundingBox": [ - 448, + 447, 1048, - 555, - 1046, - 556, - 1080, - 449, - 1079 + 558, + 1048, + 558, + 1077, + 446, + 1078 ], "text": "Details", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 889, - 1045, - 1030, - 1046, - 1030, - 1084, - 889, - 1084 + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 ], "text": "Quantity", "words": [ { "boundingBox": [ - 889, - 1046, - 1029, - 1046, - 1027, + 886, + 1048, + 1034, + 1047, + 1034, 1084, - 890, - 1083 + 886, + 1084 ], "text": "Quantity", - "confidence": 0.959 + "confidence": 0.981 } ] }, { "boundingBox": [ - 1114, - 1046, - 1271, + 1111, + 1047, + 1270, 1047, - 1271, + 1269, 1078, - 1114, + 1111, 1077 ], "text": "Unit Price", "words": [ { "boundingBox": [ - 1114, - 1048, - 1184, + 1112, 1047, - 1184, + 1181, + 1047, + 1180, 1078, - 1114, + 1111, 1078 ], "text": "Unit", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 1190, - 1047, - 1271, + 1187, 1047, - 1271, - 1079, - 1190, + 1270, + 1049, + 1269, + 1078, + 1186, 1078 ], "text": "Price", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1384, + 1382, + 1047, + 1468, 1047, - 1469, - 1046, - 1470, - 1076, - 1385, + 1467, + 1077, + 1382, 1077 ], "text": "Total", "words": [ { "boundingBox": [ - 1387, + 1384, + 1047, + 1468, 1047, - 1470, - 1046, - 1470, - 1076, - 1387, + 1468, + 1077, + 1384, 1077 ], "text": "Total", - "confidence": 0.858 + "confidence": 0.986 } ] }, { "boundingBox": [ 172, - 1094, - 280, - 1096, + 1093, 279, - 1124, + 1095, + 279, + 1123, 172, 1121 ], @@ -1715,51 +1747,51 @@ 278, 1097, 278, - 1124, - 172, - 1121 + 1123, + 173, + 1122 ], "text": "Bindings", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ 859, - 1091, - 894, - 1089, - 895, - 1118, - 860, - 1120 + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 ], "text": "20", "words": [ { "boundingBox": [ 861, - 1091, - 893, - 1089, - 895, - 1118, - 863, - 1120 + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1241, - 1095, - 1296, + 1240, + 1096, + 1295, 1094, - 1296, + 1294, 1118, 1241, 1118 @@ -1768,46 +1800,46 @@ "words": [ { "boundingBox": [ - 1242, - 1094, - 1295, + 1241, + 1095, + 1293, 1094, - 1295, - 1118, + 1294, + 1117, 1242, 1118 ], "text": "1.00", - "confidence": 0.958 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1459, + 1458, 1095, - 1531, - 1093, - 1531, - 1118, - 1459, + 1530, + 1095, + 1530, + 1119, + 1458, 1119 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1094, - 1530, - 1093, + 1458, + 1096, 1531, - 1118, - 1460, + 1095, + 1530, + 1120, + 1459, 1119 ], "text": "20.00", - "confidence": 0.957 + "confidence": 0.983 } ] }, @@ -1815,184 +1847,184 @@ "boundingBox": [ 169, 1135, - 329, + 332, 1134, - 329, - 1162, + 333, + 1160, 169, - 1163 + 1161 ], "text": "Covers Small", "words": [ { "boundingBox": [ - 173, - 1135, - 257, - 1135, - 256, - 1163, - 172, - 1163 + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 ], "text": "Covers", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 262, + 259, + 1136, + 333, 1135, - 329, - 1134, - 328, - 1163, - 262, - 1163 + 332, + 1161, + 258, + 1161 ], "text": "Small", - "confidence": 0.958 + "confidence": 0.982 } ] }, { "boundingBox": [ - 860, - 1137, - 893, + 859, 1135, - 893, - 1158, - 861, + 894, + 1135, + 891, + 1160, + 860, 1160 ], "text": "20", "words": [ { "boundingBox": [ - 862, - 1137, - 892, + 861, 1135, - 893, - 1158, - 863, + 894, + 1135, + 894, + 1160, + 861, 1160 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ 1239, - 1136, - 1294, + 1135, + 1295, 1135, 1294, 1159, 1239, - 1159 + 1160 ], "text": "1.00", "words": [ { "boundingBox": [ - 1243, + 1240, 1135, - 1293, + 1294, 1135, - 1293, + 1294, 1159, - 1243, - 1159 + 1241, + 1160 ], "text": "1.00", - "confidence": 0.908 + "confidence": 0.986 } ] }, { "boundingBox": [ - 1457, - 1136, - 1532, + 1458, + 1135, + 1530, 1135, - 1532, + 1530, 1159, - 1457, + 1459, 1160 ], "text": "20.00", "words": [ { "boundingBox": [ - 1459, - 1136, + 1458, + 1135, 1529, 1135, 1530, - 1160, - 1459, + 1159, + 1458, 1160 ], "text": "20.00", - "confidence": 0.958 + "confidence": 0.985 } ] }, { "boundingBox": [ - 170, - 1179, - 400, + 173, 1178, - 400, + 403, + 1177, + 403, 1205, - 170, + 173, 1206 ], "text": "Feather Bookmark", "words": [ { "boundingBox": [ - 172, - 1180, - 271, + 173, 1180, - 270, + 266, + 1179, + 267, 1206, - 171, + 174, 1206 ], "text": "Feather", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 276, - 1180, - 401, + 271, 1179, - 400, + 402, + 1178, + 403, 1206, - 275, + 272, 1206 ], "text": "Bookmark", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 863, - 1181, - 893, - 1180, - 893, - 1202, - 863, + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, 1203 ], "text": "20", @@ -2000,16 +2032,16 @@ { "boundingBox": [ 863, - 1181, - 892, - 1180, + 1179, 892, - 1202, + 1179, + 891, + 1204, 863, - 1203 + 1204 ], "text": "20", - "confidence": 0.958 + "confidence": 0.986 } ] }, @@ -2018,37 +2050,37 @@ 1239, 1179, 1295, - 1179, + 1178, 1295, - 1202, + 1203, 1239, - 1202 + 1204 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, + 1239, 1179, 1294, - 1179, + 1178, 1294, - 1202, - 1241, - 1202 + 1203, + 1239, + 1204 ], - "text": "5,00", - "confidence": 0.423 + "text": "5.00", + "confidence": 0.986 } ] }, { "boundingBox": [ - 1443, + 1442, 1180, - 1531, - 1179, - 1532, + 1530, + 1180, + 1530, 1203, 1443, 1204 @@ -2057,331 +2089,331 @@ "words": [ { "boundingBox": [ - 1446, + 1443, 1181, - 1530, + 1529, 1180, 1529, - 1203, - 1446, - 1204 + 1204, + 1443, + 1205 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 168, - 1222, - 429, - 1221, + 169, + 1223, 429, - 1250, - 168, - 1252 + 1222, + 430, + 1249, + 169, + 1253 ], "text": "Copper Swirl Marker", "words": [ { "boundingBox": [ - 173, + 170, 1223, - 263, + 259, 1222, - 263, + 259, 1252, - 172, + 170, 1253 ], "text": "Copper", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 269, + 265, 1222, - 332, + 328, 1222, - 332, + 328, 1251, - 269, + 265, 1252 ], "text": "Swirl", - "confidence": 0.954 + "confidence": 0.986 }, { "boundingBox": [ - 338, - 1222, - 430, + 334, 1222, - 430, - 1249, - 338, + 429, + 1223, + 428, + 1248, + 334, 1251 ], "text": "Marker", - "confidence": 0.956 + "confidence": 0.983 } ] }, { "boundingBox": [ - 861, + 860, 1223, 893, - 1222, + 1223, 893, - 1246, - 861, - 1248 + 1247, + 860, + 1247 ], "text": "20", "words": [ { "boundingBox": [ - 861, + 860, 1223, 892, - 1222, - 893, - 1246, - 862, + 1223, + 892, + 1247, + 860, 1247 ], "text": "20", - "confidence": 0.958 + "confidence": 0.988 } ] }, { "boundingBox": [ - 1240, - 1222, - 1295, - 1223, - 1295, + 1239, + 1221, + 1294, + 1222, + 1294, 1246, - 1240, - 1245 + 1239, + 1247 ], - "text": "5,00", + "text": "5.00", "words": [ { "boundingBox": [ - 1241, - 1222, - 1294, - 1223, + 1239, + 1221, 1293, - 1246, - 1240, - 1245 + 1221, + 1293, + 1247, + 1239, + 1247 ], - "text": "5,00", - "confidence": 0.424 + "text": "5.00", + "confidence": 0.983 } ] }, { "boundingBox": [ 1443, + 1223, + 1530, 1222, - 1531, - 1222, - 1531, - 1247, - 1443, + 1530, + 1246, + 1444, 1247 ], "text": "100.00", "words": [ { "boundingBox": [ - 1445, + 1444, + 1224, + 1530, 1223, 1529, - 1222, - 1529, - 1248, + 1247, 1444, 1248 ], "text": "100.00", - "confidence": 0.959 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1148, - 1574, + 1146, + 1573, 1296, - 1574, + 1573, 1296, - 1599, - 1148, - 1599 + 1600, + 1146, + 1600 ], "text": "SUBTOTAL", "words": [ { "boundingBox": [ - 1149, - 1574, - 1295, + 1147, 1575, 1295, + 1575, + 1294, 1600, - 1149, + 1147, 1600 ], "text": "SUBTOTAL", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 1428, + 1426, + 1571, + 1530, 1571, 1530, - 1570, - 1531, - 1598, - 1428, - 1599 + 1597, + 1426, + 1598 ], "text": "$140.00", "words": [ { "boundingBox": [ - 1429, + 1426, 1572, - 1530, - 1570, - 1529, - 1599, - 1429, + 1531, + 1572, + 1531, + 1597, + 1427, 1599 ], "text": "$140.00", - "confidence": 0.957 + "confidence": 0.982 } ] }, { "boundingBox": [ - 1238, - 1619, - 1295, + 1236, + 1618, + 1296, 1618, 1295, - 1642, - 1237, - 1642 + 1643, + 1236, + 1643 ], "text": "TAX", "words": [ { "boundingBox": [ - 1241, + 1238, 1618, - 1294, + 1296, 1618, - 1294, - 1641, - 1241, - 1642 + 1296, + 1643, + 1238, + 1643 ], "text": "TAX", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 1460, - 1616, - 1531, - 1614, - 1531, + 1458, + 1615, + 1529, + 1615, + 1528, 1641, - 1460, - 1641 + 1458, + 1643 ], "text": "$4.00", "words": [ { "boundingBox": [ - 1461, + 1458, 1615, - 1530, - 1614, - 1530, - 1641, - 1461, - 1642 + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 ], "text": "$4.00", - "confidence": 0.939 + "confidence": 0.983 } ] }, { "boundingBox": [ - 481, + 484, 1670, 764, 1670, 764, - 1708, - 481, - 1708 + 1707, + 484, + 1706 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 483, - 1672, - 603, + 489, 1671, - 602, - 1707, - 482, - 1707 + 609, + 1671, + 609, + 1706, + 489, + 1706 ], "text": "Bernie", - "confidence": 0.909 + "confidence": 0.979 }, { "boundingBox": [ - 614, + 616, 1671, 764, 1670, - 763, - 1709, - 613, - 1708 + 765, + 1708, + 616, + 1706 ], "text": "Sanders", - "confidence": 0.958 + "confidence": 0.979 } ] }, { "boundingBox": [ - 1204, - 1672, - 1296, - 1672, - 1296, - 1699, + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, 1204, 1699 ], @@ -2389,657 +2421,673 @@ "words": [ { "boundingBox": [ - 1207, + 1204, 1674, - 1295, - 1672, - 1296, - 1700, - 1207, + 1297, + 1673, + 1297, + 1699, + 1205, 1699 ], "text": "TOTAL", - "confidence": 0.959 + "confidence": 0.983 } ] }, { "boundingBox": [ - 1426, + 1427, 1670, - 1530, + 1529, 1669, 1530, - 1695, - 1426, + 1696, + 1427, 1697 ], "text": "$144.00", "words": [ { "boundingBox": [ - 1429, + 1427, 1671, 1529, 1669, - 1530, - 1696, + 1529, + 1697, 1429, - 1697 + 1698 ], "text": "$144.00", - "confidence": 0.949 + "confidence": 0.984 } ] }, { "boundingBox": [ - 543, + 542, 1718, - 716, + 718, 1719, - 716, - 1743, - 543, - 1742 + 718, + 1742, + 542, + 1741 ], "text": "Bernie Sanders", "words": [ { "boundingBox": [ - 544, + 542, 1719, - 621, + 617, 1719, - 621, - 1743, + 618, + 1742, 544, - 1743 + 1742 ], "text": "Bernie", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 626, + 621, + 1719, + 717, 1719, 717, - 1720, - 716, - 1744, - 626, - 1743 + 1743, + 622, + 1742 ], "text": "Sanders", - "confidence": 0.959 + "confidence": 0.985 } ] }, { "boundingBox": [ - 581, - 1754, + 577, + 1753, + 681, + 1755, 681, - 1756, - 680, - 1777, - 581, + 1778, + 577, 1776 ], "text": "Manager", "words": [ { "boundingBox": [ - 582, - 1755, + 577, + 1754, 681, 1756, 680, 1778, - 581, + 578, 1776 ], "text": "Manager", - "confidence": 0.957 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 172, 1796, - 480, - 1797, - 480, + 478, + 1796, + 478, 1832, - 173, - 1830 + 172, + 1831 ], "text": "Additional Notes:", "words": [ { "boundingBox": [ - 175, - 1798, - 360, - 1797, - 360, - 1833, - 174, - 1830 + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 ], "text": "Additional", - "confidence": 0.959 + "confidence": 0.98 }, { "boundingBox": [ - 366, + 361, + 1796, + 479, 1797, - 481, - 1800, - 481, - 1832, - 366, - 1833 + 478, + 1833, + 361, + 1832 ], "text": "Notes:", - "confidence": 0.944 + "confidence": 0.985 } ] }, { "boundingBox": [ - 173, + 174, 1879, - 705, + 707, 1880, - 705, - 1912, - 173, - 1910 + 707, + 1911, + 174, + 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "words": [ { "boundingBox": [ - 176, - 1883, - 209, - 1882, - 208, + 175, + 1881, + 205, + 1881, + 205, 1907, - 174, - 1906 + 175, + 1907 ], "text": "Do", - "confidence": 0.959 + "confidence": 0.988 }, { "boundingBox": [ - 215, - 1882, - 261, + 210, 1881, - 260, + 256, + 1880, + 257, 1908, - 214, + 210, 1907 ], "text": "not", - "confidence": 0.951 + "confidence": 0.987 }, { "boundingBox": [ - 266, - 1881, - 336, - 1881, + 261, + 1880, + 335, + 1880, 335, 1909, - 265, + 262, 1908 ], "text": "Jostle", - "confidence": 0.958 + "confidence": 0.982 }, { "boundingBox": [ - 342, - 1881, - 403, + 340, + 1880, + 401, 1880, 402, - 1910, - 341, + 1909, + 340, 1909 ], "text": "Box.", - "confidence": 0.892 + "confidence": 0.986 }, { "boundingBox": [ - 410, + 406, 1880, - 504, + 500, 1880, - 503, - 1912, - 408, - 1911 + 500, + 1910, + 407, + 1909 ], "text": "Unpack", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 510, + 505, 1880, - 628, + 623, 1880, - 627, - 1913, - 509, - 1912 + 623, + 1911, + 505, + 1910 ], "text": "carefully.", - "confidence": 0.958 + "confidence": 0.975 }, { "boundingBox": [ - 633, + 628, 1880, - 705, + 707, 1881, - 704, - 1913, - 632, - 1913 + 707, + 1912, + 628, + 1911 ], "text": "Enjoy.", - "confidence": 0.959 + "confidence": 0.984 } ] }, { "boundingBox": [ - 172, + 168, 1923, - 1508, - 1924, - 1508, - 1959, - 172, - 1959 + 1510, + 1923, + 1510, + 1957, + 168, + 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "words": [ { "boundingBox": [ - 172, - 1925, - 273, - 1925, - 273, + 169, + 1924, + 270, + 1924, + 270, 1959, - 172, + 169, 1959 ], "text": "Jupiter", - "confidence": 0.955 + "confidence": 0.984 }, { "boundingBox": [ - 280, + 277, 1924, - 359, + 355, 1924, - 359, - 1959, - 280, + 355, + 1958, + 277, 1959 ], "text": "Book", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 366, + 361, 1924, - 468, + 465, 1924, - 467, - 1959, - 366, - 1959 + 465, + 1958, + 361, + 1958 ], "text": "Supply", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 474, + 472, 1924, - 522, + 517, 1924, - 521, - 1959, - 474, - 1959 + 517, + 1958, + 471, + 1958 ], "text": "will", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 529, + 524, 1924, - 628, + 623, 1924, - 628, - 1959, - 528, - 1959 + 623, + 1958, + 524, + 1958 ], "text": "refund", - "confidence": 0.958 + "confidence": 0.984 }, { "boundingBox": [ - 635, + 630, 1924, - 692, + 687, 1924, - 691, - 1959, - 634, - 1959 + 687, + 1958, + 629, + 1958 ], "text": "you", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 698, + 694, 1924, - 762, + 763, 1924, - 761, - 1959, - 698, - 1959 + 762, + 1958, + 694, + 1958 ], "text": "50%", - "confidence": 0.955 + "confidence": 0.983 }, { "boundingBox": [ - 773, + 770, 1924, - 823, + 820, 1924, - 822, - 1959, - 772, - 1959 + 819, + 1958, + 769, + 1958 ], "text": "per", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 830, + 827, 1924, - 904, + 900, 1924, - 903, - 1959, - 829, - 1959 + 900, + 1958, + 826, + 1958 ], "text": "book", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 911, + 907, 1924, - 932, + 926, 1924, - 931, - 1959, - 910, - 1959 + 925, + 1958, + 907, + 1958 ], "text": "if", - "confidence": 0.909 + "confidence": 0.985 }, { "boundingBox": [ - 938, + 932, 1924, - 1065, + 1061, 1924, - 1064, - 1959, - 937, - 1959 + 1060, + 1958, + 932, + 1958 ], "text": "returned", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1072, + 1068, 1924, - 1160, + 1157, 1924, - 1159, - 1959, - 1071, - 1959 + 1156, + 1958, + 1067, + 1958 ], "text": "within", - "confidence": 0.959 + "confidence": 0.981 }, { "boundingBox": [ - 1167, + 1164, 1924, - 1208, + 1201, 1924, - 1206, - 1960, - 1166, - 1959 + 1200, + 1958, + 1163, + 1958 ], "text": "60", - "confidence": 0.929 + "confidence": 0.987 }, { "boundingBox": [ - 1215, + 1208, 1924, - 1287, + 1283, 1924, - 1285, - 1960, - 1213, - 1960 + 1282, + 1958, + 1206, + 1958 ], "text": "days", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 1294, + 1290, 1924, - 1323, + 1318, 1924, - 1322, - 1960, - 1292, - 1960 + 1316, + 1958, + 1289, + 1958 ], "text": "of", - "confidence": 0.958 + "confidence": 0.988 }, { "boundingBox": [ - 1330, + 1325, 1924, - 1443, + 1439, 1924, - 1441, - 1960, - 1328, - 1960 + 1438, + 1958, + 1323, + 1958 ], "text": "reading", - "confidence": 0.959 + "confidence": 0.983 }, { "boundingBox": [ - 1450, + 1446, 1924, - 1508, + 1510, 1924, - 1506, - 1960, - 1448, - 1960 + 1509, + 1958, + 1445, + 1958 ], "text": "and", - "confidence": 0.958 + "confidence": 0.987 } ] }, { "boundingBox": [ - 169, + 168, 1957, 786, - 1957, + 1958, 786, - 1993, - 169, - 1993 + 1991, + 168, + 1991 ], "text": "offer you 25% off you next total purchase.", "words": [ { "boundingBox": [ - 171, - 1959, - 239, + 169, 1958, - 238, - 1992, - 170, + 235, + 1958, + 236, + 1991, + 169, 1991 ], "text": "offer", - "confidence": 0.959 + "confidence": 0.985 }, { "boundingBox": [ - 245, + 242, 1958, - 302, + 299, 1958, 300, - 1993, - 244, - 1992 + 1992, + 242, + 1991 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 308, + 306, 1958, - 371, + 374, 1958, - 369, - 1994, - 307, - 1993 + 374, + 1992, + 306, + 1992 ], "text": "25%", - "confidence": 0.934 + "confidence": 0.983 }, { "boundingBox": [ - 385, + 380, 1958, - 425, + 421, 1958, - 424, - 1994, - 384, - 1994 + 421, + 1992, + 381, + 1992 ], "text": "off", - "confidence": 0.958 + "confidence": 0.987 }, { "boundingBox": [ - 431, + 427, 1958, - 488, + 483, 1958, - 487, - 1994, - 430, - 1994 + 483, + 1992, + 428, + 1992 ], "text": "you", - "confidence": 0.959 + "confidence": 0.987 }, { "boundingBox": [ - 494, - 1958, - 559, + 489, 1958, - 558, - 1994, - 493, - 1994 + 555, + 1959, + 556, + 1992, + 490, + 1992 ], "text": "next", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 565, - 1958, - 632, + 562, + 1959, + 628, 1959, - 631, - 1993, - 564, - 1994 + 628, + 1991, + 562, + 1992 ], "text": "total", - "confidence": 0.959 + "confidence": 0.986 }, { "boundingBox": [ - 638, + 634, 1959, - 785, - 1960, - 785, + 786, + 1961, + 786, 1990, - 637, - 1993 + 635, + 1991 ], "text": "purchase.", - "confidence": 0.959 + "confidence": 0.967 } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 2, + 2060, + 195, + 2060, + 195, + 2200, + 2, + 2200 + ], + "confidence": 0.881, + "state": "unselected" + } ] } ], @@ -3128,13 +3176,13 @@ "columnIndex": 0, "text": "Bernie Sanders", "boundingBox": [ - 482, + 489, 1658, 1072, 1658, 1072, 1708, - 482, + 489, 1708 ], "elements": [ @@ -3442,7 +3490,7 @@ { "rowIndex": 3, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1172, @@ -3516,7 +3564,7 @@ { "rowIndex": 4, "columnIndex": 2, - "text": "5,00", + "text": "5.00", "boundingBox": [ 1072, 1216, @@ -3556,161 +3604,172 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:f5a17c08-3061-4e3a-a440-c2106cbbae21", + "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", "pageRange": [ 1, 1 ], "fields": { - "CompanyAddress": { + "Website": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 277.0, - 685.0, - 568.0, - 685.0, - 568.0, - 754.0, - 277.0, - 754.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/4/words/1" ] }, - "Merchant": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962, + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + "Subtotal": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 621.0, - 202.0, - 1075.0, - 202.0, - 1075.0, - 266.0, - 621.0, - 266.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/0/lines/42/words/0" ] }, - "CompanyName": { + "Total": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 378.0, - 646.0, - 629.0, - 646.0, - 629.0, - 682.0, - 378.0, - 682.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 1.0, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/11/words/2", - "#/readResults/0/lines/11/words/3", - "#/readResults/0/lines/11/words/4" + "#/readResults/0/lines/47/words/0" ] }, - "DatedAs": { + "VendorName": { "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 1168.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 450.0, - 1168.0, - 450.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 1.0, + "confidence": 0.93, "elements": [ - "#/readResults/0/lines/6/words/2" + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] }, - "Subtotal": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 1429.0, - 1570.0, - 1530.0, - 1570.0, - 1530.0, - 1599.0, - 1429.0, - 1599.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/14/words/1" ] }, - "Total": { + "Merchant": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1429.0, - 1669.0, - 1530.0, - 1669.0, - 1530.0, - 1697.0, - 1429.0, - 1697.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Signature": { + "PhoneNumber": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 482.0, - 1670.0, - 764.0, - 1670.0, - 764.0, - 1709.0, - 482.0, - 1709.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0, + "confidence": 0.89, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/3/words/2" ] }, "Email": { @@ -3719,13 +3778,13 @@ "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 166.0, - 480.0, - 475.0, - 480.0, - 475.0, + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, 503.0, - 166.0, + 164.0, 503.0 ], "confidence": 1.0, @@ -3739,98 +3798,81 @@ "text": "948284", "page": 1, "boundingBox": [ - 1282.0, + 1277.0, 461.0, - 1377.0, + 1376.0, 461.0, - 1377.0, + 1376.0, 489.0, - 1282.0, + 1277.0, 489.0 ], - "confidence": 1.0, + "confidence": 0.94, "elements": [ "#/readResults/0/lines/8/words/3" ] }, - "Quantity": { - "type": "number", - "text": "20", - "page": 1, - "boundingBox": [ - 861.0, - 1089.0, - 895.0, - 1089.0, - 895.0, - 1120.0, - 861.0, - 1120.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/26/words/0" - ] - }, - "Website": { + "DatedAs": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "12/20/2020", + "text": "12/20/2020", "page": 1, "boundingBox": [ - 274.0, - 393.0, - 529.0, - 393.0, - 529.0, - 419.0, - 274.0, - 419.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 ], - "confidence": 1.0, + "confidence": 0.99, "elements": [ - "#/readResults/0/lines/4/words/1" + "#/readResults/0/lines/6/words/2" ] }, - "CompanyPhoneNumber": { + "CompanyName": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 713.0, - 722.0, - 884.0, - 722.0, - 884.0, - 750.0, - 713.0, - 750.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/11/words/2", + "#/readResults/0/lines/11/words/3", + "#/readResults/0/lines/11/words/4" ] }, - "VendorName": { + "Signature": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 351.0, - 609.0, - 518.0, - 609.0, - 518.0, - 641.0, - 351.0, - 641.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 1.0, + "confidence": 0.998, "elements": [ - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" ] }, "Tax": { @@ -3839,41 +3881,49 @@ "text": "$4.00", "page": 1, "boundingBox": [ - 1461.0, - 1614.0, - 1530.0, - 1614.0, - 1530.0, - 1642.0, - 1461.0, - 1642.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 1.0, + "confidence": 0.994, "elements": [ "#/readResults/0/lines/44/words/0" ] }, - "PhoneNumber": { + "CompanyAddress": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 367.0, - 351.0, - 529.0, - 351.0, - 529.0, - 378.0, - 367.0, - 378.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/2/words/2" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] } - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -3881,28 +3931,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a3104874-0e54-4f6f-abb0-6bb236c2c1c8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ea8377058a61bc469a7639e22c268522-dd7eb6ef3801804e-00", + "traceparent": "00-f33350265a24624f8e567e3bad8276b8-a0a5a95595e61f4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eaa5dc59d0c9e770aa7cf7db00997be2", + "x-ms-client-request-id": "6a2b9d4b8cbd56f95686cfcc817b4054", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "c40ea30b-9f00-4595-86fd-ce5eb99fb721", + "apim-request-id": "2a784219-498a-4687-a59e-0b4b2d02625d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:04:57 GMT", + "Date": "Thu, 10 Sep 2020 23:53:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": [] } @@ -3910,7 +3960,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "114448164" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1153916353" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json index b2503b5d810b0..b3a5aa946d76c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b15575a32ccc634ca07f73fe29235fcd-1021f63169753740-00", + "traceparent": "00-4f28bfcd7973a14bb70827a28bd45c59-b4ffcfbab6bc3b44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f24c38e1c98c0f9cb8478cfac16578eb", + "x-ms-client-request-id": "cd613dd032dfb3c02a02c836a2d59792", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "1404f1be-9a8d-492a-a4ab-00dc28eb085a", + "apim-request-id": "bc413410-d237-4350-b420-9c499365d9e4", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:56:55 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617", + "Date": "Wed, 09 Sep 2020 22:28:32 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "92" + "x-envoy-upstream-service-time": "253" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7e1b9e2a098b825e810cf32fce9da52e", + "x-ms-client-request-id": "f1de004151442f5c9dbcc1e5552acbe9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "506e288f-46ac-43ca-9f71-1e219865a28f", + "apim-request-id": "cc8cef65-99da-4d52-8761-247f43803ab9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:55 GMT", + "Date": "Wed, 09 Sep 2020 22:28:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "0d038b74-6b4d-4676-b5e2-1d17f9831617", + "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", "status": "creating", - "createdDateTime": "2020-08-20T17:56:55Z", - "lastUpdatedDateTime": "2020-08-20T17:56:55Z" + "createdDateTime": "2020-09-09T22:28:32Z", + "lastUpdatedDateTime": "2020-09-09T22:28:32Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5728bf3bb487c39cee339aed0e4908f8", + "x-ms-client-request-id": "7aecc22c98e24e0e420b500c78c56c9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "428c16ea-10f6-4720-bb70-bd76aae6a247", + "apim-request-id": "bc55eee0-8db5-48e7-8061-7ebaf366ca34", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:57 GMT", + "Date": "Wed, 09 Sep 2020 22:28:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "modelInfo": { - "modelId": "0d038b74-6b4d-4676-b5e2-1d17f9831617", + "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", "status": "creating", - "createdDateTime": "2020-08-20T17:56:55Z", - "lastUpdatedDateTime": "2020-08-20T17:56:55Z" + "createdDateTime": "2020-09-09T22:28:32Z", + "lastUpdatedDateTime": "2020-09-09T22:28:32Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "853acd33d6c5d74dd9ca707fd66c401a", + "x-ms-client-request-id": "d72eadef59c37fefe031302370da5dff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b252106-f444-4194-affc-c5959b8fb59f", + "apim-request-id": "64f1974d-5322-4d06-95bd-e8e2cecf2bbb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:58 GMT", + "Date": "Wed, 09 Sep 2020 22:28:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "0d038b74-6b4d-4676-b5e2-1d17f9831617", + "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T17:56:55Z", - "lastUpdatedDateTime": "2020-08-20T17:56:57Z" + "createdDateTime": "2020-09-09T22:28:32Z", + "lastUpdatedDateTime": "2020-09-09T22:28:34Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,428 +228,247 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d9796361fdcf5a4da1c2f0be90b6b8e5-c3a1097c65413442-00", + "traceparent": "00-d85ff93ef09e224faf78cd1dbada2fe7-50a1815cfea99f4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "01be5da2203d7564015790586f717337", + "x-ms-client-request-id": "df09df371de9a8aff18faf38014fb7d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "49270bcc-0f8e-4063-9233-5e86e71acd12", + "apim-request-id": "e062dd41-a5c7-4b0a-8acb-3d6cca3b6a36", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:56:58 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeresults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "Date": "Wed, 09 Sep 2020 22:28:34 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeresults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "00fcfb041f63646972517dbc431ded81", + "x-ms-client-request-id": "a8f6214ff3fbd325d26c99b067ebdd67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "134d7ffb-4ef6-414d-93ad-89a8611960da", + "apim-request-id": "4193c8f8-384a-4baf-beb7-71c420b1657f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:58 GMT", + "Date": "Wed, 09 Sep 2020 22:28:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:56:58Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b14b7ff2068a12bb69c4836d45f56868", + "x-ms-client-request-id": "99d550ae8dbbd1b6fd86e533aab67e90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "325edaaa-5857-42c8-86e8-678249955fb0", + "apim-request-id": "5f7a6f6a-5469-4e8e-aff5-c108ab39bd27", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:56:59 GMT", + "Date": "Wed, 09 Sep 2020 22:28:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:56:58Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "da7a3856407082b7f4598feca2a731e4", + "x-ms-client-request-id": "4fd3597ab4e34304b9360c7d83fe4006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cab423be-df20-4512-bb45-9a66ea25f88f", + "apim-request-id": "b3f0d671-2cb8-4b80-9709-ffb786f5f8bc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:00 GMT", + "Date": "Wed, 09 Sep 2020 22:28:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:56:58Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ef660f6ac225fdac3fe9979e9cfb1e7d", + "x-ms-client-request-id": "b08a48b21d7ac21b6a25aa750ef1291c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d45b112b-f85c-4907-b2eb-aba833dffd86", + "apim-request-id": "892ae01b-2435-423c-8c24-ff888483d13e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:01 GMT", + "Date": "Wed, 09 Sep 2020 22:28:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:56:58Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:38Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b6615e913a2b210c8c8bc3077ce6fc1", + "x-ms-client-request-id": "0e3609ee8e17f9834c91df8580394eff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59faebd6-1e90-4a67-89df-701939118951", + "apim-request-id": "8a8ea769-5b3f-40f5-be6b-53a37e6ee244", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:02 GMT", + "Date": "Wed, 09 Sep 2020 22:28:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:56:58Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:38Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "36039e92788e94428c7c9a87a818e5f8", + "x-ms-client-request-id": "6181df45cd2c5c153e11e4be0a8e35c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73093bfb-10fa-46bc-8df5-43a5251aaf01", + "apim-request-id": "1f655508-9068-4912-99b7-28ecdf28ead8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:03 GMT", + "Date": "Wed, 09 Sep 2020 22:28:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:03Z" + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:38Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8d03113a26415741feb4265d057b8671", + "x-ms-client-request-id": "7a8ef00d32c824eec49164e93e954131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8901c45f-6adf-4f73-808b-886890fa2dc2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:04Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "fd0cd579e8f770eed2d17f25788909b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f638c671-ea8b-4404-b469-cff3107d12aa", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "65f6c3e2e1cb6c805dac38da52e58f10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9524f1c4-5f4c-444f-b8ca-ffaac93a67a0", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "d30d29f6e80c52012393bb6fa71bde75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d673e1d7-c70a-480f-ada3-0c872bcdf2e3", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "417a76aa208597a554a0a04baf131ded", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf7ab29e-c992-47d8-920d-9aee619ad076", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "4e2f6e42367bfaa4c2a342382611c441", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2774ec64-12da-41b7-bac9-6e4a2c424fb2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:05Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617/analyzeResults/c9fe9e83-4f08-4fe8-946c-ba1c5933555c", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "dc30c2cd4d6ad68a84757e6b47b5a310", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1b2564c-93b2-40e7-9583-fac8e8c4ee22", - "Content-Length": "643", + "apim-request-id": "54923dc0-581c-455c-81ed-f6d0666e6c21", + "Content-Length": "732", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:11 GMT", + "Date": "Wed, 09 Sep 2020 22:28:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:56:58Z", - "lastUpdatedDateTime": "2020-08-20T17:57:10Z", + "createdDateTime": "2020-09-09T22:28:35Z", + "lastUpdatedDateTime": "2020-09-09T22:28:41Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -662,7 +484,8 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:34fe23d4-7756-4e94-b878-0f0f3128931e", + "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", "pageRange": [ 1, 1 @@ -683,7 +506,8 @@ "Total": null, "VendorName": null, "Website": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -691,28 +515,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d038b74-6b4d-4676-b5e2-1d17f9831617", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9614aacddc3e3a4faf7235459f3b351e-a440c4635bab6749-00", + "traceparent": "00-a3828ecf2b01e543a7be3bb7dd5c9fb0-ad6c27bfcf57a347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "382ccd7590ec74f9d1807ee2de6d7043", + "x-ms-client-request-id": "2e2fabd6c76f21f0f3d9cf05a9c4eebd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "a2b5bb67-40f1-4cee-af6b-9d52d935f1a3", + "apim-request-id": "d74e9273-7035-43ef-96c0-c47fab73cedf", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:11 GMT", + "Date": "Wed, 09 Sep 2020 22:28:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": [] } @@ -720,7 +544,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "927034248" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "651268351" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json index f853eaf975d82..68276406b4bb9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-233903d8650c784085c49e527e109747-9c6db61ec8315b4e-00", + "traceparent": "00-b13b21c70cd5534ebe1ee54b0aa7e9d0-dc9583add306424e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2a008264d5cebe5ce26e8b72e092feb9", + "x-ms-client-request-id": "daa2e13da3cd17ec207df3b52476893a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,313 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "00831149-95b9-4dfd-986a-f91776f999f0", + "apim-request-id": "a1b0bbc1-2ef4-43af-89ee-614b71343212", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:08 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133", + "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "246" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3716e0df303555d41393a801f22da3a4", + "x-ms-client-request-id": "5520161ee2286ca806b6fd4751e45bef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d835277d-b3d4-49db-94c3-f101da0fba7f", + "apim-request-id": "c1dd4b11-57fc-4832-b2ee-64b26d3e28f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:08 GMT", + "Date": "Wed, 09 Sep 2020 22:33:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8a0ff588e6e21462392872b3b4d8ac3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "135bc230-bc30-4284-a8f1-b63aea087738", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3d9ba14b91f45beb3936d317a6a4c53b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a95fd00e-1807-4a19-b0af-2c382d5040a6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2e2c0421fe673857b30c1bff6ff5b72d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bed5bece-bd10-4d10-a973-889f394abea6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b0fcbd0a1e48f7fa0ab450ac124b6d94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7c36a1a6-8c2a-422b-8ac7-2767aa955737", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b09136627dac4cd84a6389e875ebeb44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a2ba8aad-b3fc-405b-a914-aaa0009ea916", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e80da67e15a803f30a3423b2aeaa2668", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "39a7027b-089a-4707-940e-4446b435eb4a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "97" }, "ResponseBody": { "modelInfo": { - "modelId": "8f4cb088-c7b0-4894-bc43-f1cf531dd133", + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", "status": "creating", - "createdDateTime": "2020-08-20T18:03:09Z", - "lastUpdatedDateTime": "2020-08-20T18:03:09Z" + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1f767da717bbbd5571c2ab3357acafdd", + "x-ms-client-request-id": "389c869f07638c81e5b065e59412821f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e24248f-85f2-4030-8648-f6dc5c4c23bd", + "apim-request-id": "3c7e454e-9d58-44ac-9244-3530e5ba2141", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:10 GMT", + "Date": "Wed, 09 Sep 2020 22:33:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "8f4cb088-c7b0-4894-bc43-f1cf531dd133", + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", "status": "creating", - "createdDateTime": "2020-08-20T18:03:09Z", - "lastUpdatedDateTime": "2020-08-20T18:03:09Z" + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:24Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3f3d4b0bcc13468adaa173a2c5bcbb5", + "x-ms-client-request-id": "6b2d0cc8843e4dec438ea5775a259e9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7ce5a2a-68af-4480-906d-2889f0ecb292", + "apim-request-id": "2cb359c5-6c8a-4f0e-9f91-9e757d66198b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:11 GMT", + "Date": "Wed, 09 Sep 2020 22:33:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "8f4cb088-c7b0-4894-bc43-f1cf531dd133", + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:03:09Z", - "lastUpdatedDateTime": "2020-08-20T18:03:10Z" + "createdDateTime": "2020-09-09T22:33:24Z", + "lastUpdatedDateTime": "2020-09-09T22:33:32Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,188 +426,217 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ec25eed90db254479d3fa7f8087ebbcf-4e2cc69d7f249246-00", + "traceparent": "00-203434fb75c2b94e8a6d304c142c5a30-73ce32f4e02d0342-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "63cae7cbde1cc8fe8b59c67285a1fe67", + "x-ms-client-request-id": "ee49203cb34e77e0258003f8af0e6ef8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6cd3b684-2b11-4542-9dff-4a9da0cbafe2", + "apim-request-id": "29c1f199-baea-495e-8c97-3efac8cbefa5", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:11 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeresults/8c75eae2-6143-4b94-921c-648d8c364e31", + "Date": "Wed, 09 Sep 2020 22:33:33 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeresults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeResults/8c75eae2-6143-4b94-921c-648d8c364e31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1e51cbe4cf3aebe214417210ff1b9015", + "x-ms-client-request-id": "a1ea04b2ba7d1a2a9a4ff4d5610932c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5b827f8-4984-487c-9195-256aa2511813", + "apim-request-id": "59d0fbb9-a811-4dcc-a1ed-ce33d6ea31a4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:11 GMT", + "Date": "Wed, 09 Sep 2020 22:33:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:11Z", - "lastUpdatedDateTime": "2020-08-20T18:03:11Z" + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:33Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeResults/8c75eae2-6143-4b94-921c-648d8c364e31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6f67f6f64ce1d1c0d52b4868f6f6ae0c", + "x-ms-client-request-id": "74a8c61293c815d12bb546bd81f49d35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d71f264-ff4a-4aa2-8bd0-bfa804e98442", + "apim-request-id": "950de75c-f4ad-49d8-8b89-3a82fedf4047", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:12 GMT", + "Date": "Wed, 09 Sep 2020 22:33:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:11Z", - "lastUpdatedDateTime": "2020-08-20T18:03:12Z" + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:33Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeResults/8c75eae2-6143-4b94-921c-648d8c364e31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6155b0acad0afc7a05df4eda6bedc870", + "x-ms-client-request-id": "55c4ad1ffc3a8221f52e54febe0b161b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73bd3dfe-0d39-4d2a-8c3d-c55b051425af", + "apim-request-id": "106d9622-d566-47a3-8eaa-e35f52f9c1a2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:13 GMT", + "Date": "Wed, 09 Sep 2020 22:33:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:11Z", - "lastUpdatedDateTime": "2020-08-20T18:03:14Z" + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:33Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeResults/8c75eae2-6143-4b94-921c-648d8c364e31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8e7cb0c88f3998850a7f480f8679f41e", + "x-ms-client-request-id": "e9e5424ef9651f2f33d575c7736d98a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8f4493e-0582-4c4d-aa37-e6b6d454813b", + "apim-request-id": "d8bc748d-e109-4dd8-adfa-5eee89e77191", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:15 GMT", + "Date": "Wed, 09 Sep 2020 22:33:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:11Z", - "lastUpdatedDateTime": "2020-08-20T18:03:15Z" + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:33Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133/analyzeResults/8c75eae2-6143-4b94-921c-648d8c364e31", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f6466922fc5480b7b6b6a02fde566e8", + "x-ms-client-request-id": "b3b5bfb2dc441585a4257e993fd25620", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9875d0b1-50fa-4cd4-b1cc-f9cf33f0c727", - "Content-Length": "643", + "apim-request-id": "3686302c-3dce-4a76-b6a0-57db35450d7b", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:16 GMT", + "Date": "Wed, 09 Sep 2020 22:33:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:36Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3f6e2a9fb40e25cf7ea52265875a0e87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bedefd46-1c2a-4b56-b825-87632c863d9f", + "Content-Length": "732", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:33:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "5053" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:11Z", - "lastUpdatedDateTime": "2020-08-20T18:03:15Z", + "createdDateTime": "2020-09-09T22:33:33Z", + "lastUpdatedDateTime": "2020-09-09T22:33:39Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -422,7 +652,8 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", "pageRange": [ 1, 1 @@ -443,7 +674,8 @@ "Total": null, "VendorName": null, "Website": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -451,28 +683,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f4cb088-c7b0-4894-bc43-f1cf531dd133", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-82cbc7997df6a547a52d81ef8d3d3b32-a38d1f174a1fc749-00", + "traceparent": "00-86a28a3be22e684f856c2da84d7e841d-0701b5a8a5e9024d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "46a0d8621f7a1dd22abd568b656b768b", + "x-ms-client-request-id": "fe4bad96625671d7bcd044407b95df60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "01e75688-6b3e-414b-88dd-dc5cfb48b8e2", + "apim-request-id": "230100bd-bbfb-49ee-a801-d33095221547", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:16 GMT", + "Date": "Wed, 09 Sep 2020 22:33:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": [] } @@ -480,7 +712,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "28832889" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1410966940" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json index 73e19498dd4b9..9fe4edf1820f0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55642ee29b1266439aa67b6990babe37-4c7a626408d33f4d-00", + "traceparent": "00-c5c4efc76b4e204c9ea1e244dfdd865d-81b7b789bb2fd543-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "32922fd400181f2043ef1def69d1aec5", + "x-ms-client-request-id": "a1298fa55ac31405377f260ca9705b95", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,409 +22,148 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "287bb193-89ba-41f1-a54f-b1e6a9fd5287", + "apim-request-id": "22f6ad37-e315-49b2-949d-72a900c2cad0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:11 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139", + "Date": "Wed, 09 Sep 2020 22:28:42 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "311" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "59a450d3ac1183665e95bea4eeae2d7c", + "x-ms-client-request-id": "70e8c89cb2c2ffe4bacabe2a7d84f6e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9188d80b-3201-42d6-8496-ee7c649a23f8", + "apim-request-id": "054a7651-152d-4aa1-ae4e-fa154b485d7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:11 GMT", + "Date": "Wed, 09 Sep 2020 22:28:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", + "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" + "createdDateTime": "2020-09-09T22:28:42Z", + "lastUpdatedDateTime": "2020-09-09T22:28:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2c1addb98b8c645a674e7b930c718f41", + "x-ms-client-request-id": "0d28b2ea1e320cdd30fa66ecfebe8766", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "41515e71-3afe-4bb0-8838-dd25b6e2e0c3", + "apim-request-id": "8ff7733e-5cef-43ea-890a-257adb2ae35c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:12 GMT", + "Date": "Wed, 09 Sep 2020 22:28:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", + "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" + "createdDateTime": "2020-09-09T22:28:42Z", + "lastUpdatedDateTime": "2020-09-09T22:28:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cfab392093c728eac90fd483417b3194", + "x-ms-client-request-id": "0413c0083ac8f219ab2ae6f99cda97b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c98335d1-c189-4799-b797-f296765cc2e6", + "apim-request-id": "d1794945-cb54-4348-8143-7e506f46f3b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:13 GMT", + "Date": "Wed, 09 Sep 2020 22:28:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", + "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" + "createdDateTime": "2020-09-09T22:28:42Z", + "lastUpdatedDateTime": "2020-09-09T22:28:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c36a1c281b74738f640f1c330d276ec", + "x-ms-client-request-id": "f62143884e477d62ebdb3fc84cf800fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1f0e764-b0dc-40b0-b4a2-678664df8c84", + "apim-request-id": "54babc50-83da-4803-bf8c-a0c3b79b9a0a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:14 GMT", + "Date": "Wed, 09 Sep 2020 22:28:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b4837c065d0225b4f3f1637db7d722ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1cd58a83-e99b-466c-8d47-6414abfa2b67", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "6bd1e61c033b9f8a0163d987a127f7f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "93d34c1f-493a-4e97-893c-18b6d9032feb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c47ce7987cf76592ec1198c51dba8f1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e99747fd-a2b9-4b7d-a6df-77bcb7698ce0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "4aa6051d0b0103b1f1e4b29e832d83cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d45b9e4b-9f57-4676-89d2-e692846868da", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "d0e56dfa5d5a9ff4546b7e296ac48147", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0dd621b9-c55c-417b-82c9-81b5d812621e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "146" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9c69bad3ac808df53579d213caf3e1bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "edcbbf11-9f08-4571-ab39-fff29aa314a1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b0cbcc8ebfd5bfc41007f6958c88982d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8eb78144-00a2-41e8-9ce4-73c63c11c2f8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", - "status": "creating", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:11Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c9ca6b62e6c34d4b77589be18be1d560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8e4c01d2-82ad-40f2-b816-174d61a40738", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "112" }, "ResponseBody": { "modelInfo": { - "modelId": "f819c0a9-c402-4b3a-b220-4f810bfc8139", + "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T17:57:11Z", - "lastUpdatedDateTime": "2020-08-20T17:57:23Z" + "createdDateTime": "2020-09-09T22:28:42Z", + "lastUpdatedDateTime": "2020-09-09T22:28:44Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -522,222 +261,295 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9fb74a14df91cd44a756d9fe3cf7165c-676d4020042c0a45-00", + "traceparent": "00-eb0c8a52b6f8b24ab61256853bb52ff7-aeee6bfa87df6241-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9e9bbf8ad1f91472f5aa8b79b65f00ad", + "x-ms-client-request-id": "bd225742f271af1a9936620838e47056", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9982aff1-d552-4d65-b04f-1d8326677727", + "apim-request-id": "9f5bd0f3-0164-4f51-bbc5-b20d571c1656", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:23 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeresults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "Date": "Wed, 09 Sep 2020 22:28:46 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeresults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ba63b462919cba1f5d9519ecfb50a5b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c74259ba-2a62-40d3-894a-e3534476df90", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:28:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "52" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:46Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5eb0a5e01828a7fc807e397c24e3342f", + "x-ms-client-request-id": "45b7e929dab7964128725d10ec5a4507", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "836f2519-bfb1-4a23-8b9e-2a4685435097", + "apim-request-id": "2a215e69-a709-4e4e-90a3-045c7a7393c9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:23 GMT", + "Date": "Wed, 09 Sep 2020 22:28:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:23Z" + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:46Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cd0b9531faec9134f9b6d4195bd29717", + "x-ms-client-request-id": "9865e96b4694b05f386860dcd92eb449", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97811fb7-89b9-46a9-8c18-72d50eed6050", + "apim-request-id": "fb8290f5-ac85-4267-a5f3-5d1ff2b33da6", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:24 GMT", + "Date": "Wed, 09 Sep 2020 22:28:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:24Z" + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:46Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e501ed5777307238c3f31d7a98f5f011", + "x-ms-client-request-id": "4edeae912b2d889e73cd922a340ecd02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0da7394-4d68-4b3d-8576-b7180cd3d5f0", + "apim-request-id": "e8ad3641-99a1-4b1b-9b3f-13a7ee8b28e3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:25 GMT", + "Date": "Wed, 09 Sep 2020 22:28:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:25Z" + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:46Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "20475b753354e5c0711f647243e24cae", + "x-ms-client-request-id": "1181124f0deae31e8a060c4f7a64bdfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ead3e76-fb08-4a43-a209-0d7338cecb1b", + "apim-request-id": "d0fdcf02-c55c-482e-9d1d-39a7f6674f71", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:27 GMT", + "Date": "Wed, 09 Sep 2020 22:28:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:26Z" + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "362521e74fe2baff5d990af8dcb9f904", + "x-ms-client-request-id": "3d7f13bdf67b3fda4add25c7b4357c29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "103527e9-cc76-4656-9013-67565fe77548", + "apim-request-id": "6c0938c3-2627-43d5-94b9-ec566e04f5c5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:28 GMT", + "Date": "Wed, 09 Sep 2020 22:28:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:28Z" + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139/analyzeResults/f2be82b0-2297-43bb-8103-33b2b01918a9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ffa3c2c5768a23c32c1b731012c62ee0", + "x-ms-client-request-id": "c68c5d9aa2ad835e90fbc4261e4e0e0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "391328c1-80dd-43a1-a69b-5b20be2a440d", - "Content-Length": "2786", + "apim-request-id": "fe3769b0-30a6-4c58-88cd-a7366d4863f7", + "Content-Length": "3213", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:29 GMT", + "Date": "Wed, 09 Sep 2020 22:28:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "5053" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:57:23Z", - "lastUpdatedDateTime": "2020-08-20T17:57:28Z", + "createdDateTime": "2020-09-09T22:28:46Z", + "lastUpdatedDateTime": "2020-09-09T22:28:52Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, - "unit": "inch" + "unit": "inch", + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -906,28 +718,63 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:17342abd-c1a1-471c-97b4-509743fec8fa", + "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", "pageRange": [ 1, 1 ], "fields": { - "CompanyPhoneNumber": { + "CompanyAddress": { "type": "string", - "valueString": "$56,651.49", - "text": "$56,651.49", + "valueString": "1 Redmond way Suite 6000 Redmond, WA", + "text": "1 Redmond way Suite 6000 Redmond, WA", "page": 1, "boundingBox": [ - 5.385, - 3.405, - 6.07, - 3.405, - 6.07, - 3.53, - 5.385, - 3.53 + 0.8, + 1.705, + 2.145, + 1.705, + 2.145, + 2.015, + 0.8, + 2.015 ], - "confidence": 0.249 + "confidence": 0.258 + }, + "VendorName": { + "type": "string", + "valueString": "Charges", + "text": "Charges", + "page": 1, + "boundingBox": [ + 4.745, + 2.87, + 5.29, + 2.87, + 5.29, + 3.005, + 4.745, + 3.005 + ], + "confidence": 0.145 + }, + "Merchant": { + "type": "string", + "valueString": "Invoice For:", + "text": "Invoice For:", + "page": 1, + "boundingBox": [ + 4.405, + 1.515, + 5.1, + 1.515, + 5.1, + 1.615, + 4.405, + 1.615 + ], + "confidence": 0.116 }, "Website": { "type": "string", @@ -963,56 +810,22 @@ ], "confidence": 0.245 }, - "Merchant": { - "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", - "page": 1, - "boundingBox": [ - 4.405, - 1.515, - 5.1, - 1.515, - 5.1, - 1.615, - 4.405, - 1.615 - ], - "confidence": 0.116 - }, - "CompanyAddress": { - "type": "string", - "valueString": "1 Redmond way Suite 6000 Redmond, WA", - "text": "1 Redmond way Suite 6000 Redmond, WA", - "page": 1, - "boundingBox": [ - 0.8, - 1.705, - 2.145, - 1.705, - 2.145, - 2.015, - 0.8, - 2.015 - ], - "confidence": 0.258 - }, - "VendorName": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Charges", - "text": "Charges", + "valueString": "$56,651.49", + "text": "$56,651.49", "page": 1, "boundingBox": [ - 4.745, - 2.87, - 5.29, - 2.87, - 5.29, - 3.005, - 4.745, - 3.005 + 5.385, + 3.405, + 6.07, + 3.405, + 6.07, + 3.53, + 5.385, + 3.53 ], - "confidence": 0.145 + "confidence": 0.249 }, "DatedAs": null, "Email": null, @@ -1023,7 +836,8 @@ "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -1031,28 +845,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f819c0a9-c402-4b3a-b220-4f810bfc8139", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-03039e8a34c410408742368f278fe534-9d6bf640ea5ef144-00", + "traceparent": "00-73dd800291f8834093ef93130a2eff04-f08f8c22df96784b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "76936fa7b9cf262f5c8dc2ba29c708b8", + "x-ms-client-request-id": "206c970f908f58863841c70de8562f54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "68f9b6dd-8f86-4b66-9009-ce32eff278ba", + "apim-request-id": "1443ffcc-1683-4dcf-85ea-2cf27ef820e1", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:29 GMT", + "Date": "Wed, 09 Sep 2020 22:28:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": [] } @@ -1060,7 +874,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2026993019" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1059968756" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json index f4f230e8ea118..e96e5eb8c085f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-13fae6ab45ea6b4088072bfe0e63e2b6-2f82bcc88770e64f-00", + "traceparent": "00-803bb1431b06df428b8542daab66b3d6-418e367f73bdb341-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a5a9c12d31f68a2cff5a781d7984ffb1", + "x-ms-client-request-id": "3667d0c2ade31c17847ec925bcc53541", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d03ce2c8-5323-406d-a20a-e3f361827b5e", + "apim-request-id": "f0515b8a-bd06-4164-b661-21243910bf35", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:16 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600", + "Date": "Wed, 09 Sep 2020 22:33:43 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "256" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1a395930f840bb9ad99e66b43ade9d52", + "x-ms-client-request-id": "4d2ba277ea7061f614f32e8879092315", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a305f13f-8692-47dc-bc26-4434e4c32f0e", + "apim-request-id": "7afe2ae4-4ed9-48e0-b92f-b25a3d37b8e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:16 GMT", + "Date": "Wed, 09 Sep 2020 22:33:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "182" }, "ResponseBody": { "modelInfo": { - "modelId": "6c04dc45-a2b3-44fd-a47b-82d4871ca600", + "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", "status": "creating", - "createdDateTime": "2020-08-20T18:03:16Z", - "lastUpdatedDateTime": "2020-08-20T18:03:16Z" + "createdDateTime": "2020-09-09T22:33:44Z", + "lastUpdatedDateTime": "2020-09-09T22:33:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "368881fef3b527985bc216aa1b796d3c", + "x-ms-client-request-id": "46b105208982632bd981026a53781120", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2333e5e0-8088-420f-8371-db90311af130", + "apim-request-id": "c4d48908-fecc-44dd-8abe-4754eeded111", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:17 GMT", + "Date": "Wed, 09 Sep 2020 22:33:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": { "modelInfo": { - "modelId": "6c04dc45-a2b3-44fd-a47b-82d4871ca600", + "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", "status": "creating", - "createdDateTime": "2020-08-20T18:03:16Z", - "lastUpdatedDateTime": "2020-08-20T18:03:16Z" + "createdDateTime": "2020-09-09T22:33:44Z", + "lastUpdatedDateTime": "2020-09-09T22:33:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a36b2049214d346726eecb57cb774f20", + "x-ms-client-request-id": "9acccedb8a2cd874d90521ef7f8ea27a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1893c22d-f4b2-4a87-8b16-a03e5b4fe374", + "apim-request-id": "24af0e47-2a29-4b23-96d5-61339720b522", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:18 GMT", + "Date": "Wed, 09 Sep 2020 22:33:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "6c04dc45-a2b3-44fd-a47b-82d4871ca600", + "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:03:16Z", - "lastUpdatedDateTime": "2020-08-20T18:03:17Z" + "createdDateTime": "2020-09-09T22:33:44Z", + "lastUpdatedDateTime": "2020-09-09T22:33:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,342 +228,235 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-51774f0d8260be418eb290d8a620c1c6-3d8124894678c840-00", + "traceparent": "00-140181974f4da34d9e7e462dfe19cf34-fd65c0286763254e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f71f25bdc8fc3dfcc111be7de2f09f5f", + "x-ms-client-request-id": "b605b45bef14edbf76c773eee78c0e9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7ecf7e9c-3b12-4e5b-9c1c-38b4b8f24db6", + "apim-request-id": "55458fc8-ca27-4376-b312-2042b4d28859", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:18 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeresults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "Date": "Wed, 09 Sep 2020 22:33:46 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeresults/4598564b-bfae-4939-81c1-f9675615f947", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1a6b2a31f972dd0419540fc727405ce3", + "x-ms-client-request-id": "aaac0de1883c95e890d86d7c673be44b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8bf15f1-b342-4d0b-930a-3168c8d5572f", + "apim-request-id": "f3d2b229-ae00-4eb7-9a33-f40a21b9ba6d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:18 GMT", + "Date": "Wed, 09 Sep 2020 22:33:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:18Z" + "createdDateTime": "2020-09-09T22:33:47Z", + "lastUpdatedDateTime": "2020-09-09T22:33:47Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f5edf672755a803f242ee23b62ea5236", + "x-ms-client-request-id": "9e0f87de5a72ec0c0fde24641686f04d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8fbfb54-2fb3-4f76-ba7b-58d49275bc92", + "apim-request-id": "52e9aab8-5541-4ae0-9b7f-177335496ba2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:19 GMT", + "Date": "Wed, 09 Sep 2020 22:33:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:18Z" + "createdDateTime": "2020-09-09T22:33:47Z", + "lastUpdatedDateTime": "2020-09-09T22:33:47Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1266b4e350cc3ad2142dda8b8341580", + "x-ms-client-request-id": "710e85f7f8e1d23ecc6f263b8142863a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5309f674-9bb8-46d7-b6cc-f5d928b0e197", + "apim-request-id": "ceae8d04-375c-4ad5-9a37-6fd7fcb47ff0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:20 GMT", + "Date": "Wed, 09 Sep 2020 22:33:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "5049" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:18Z" + "createdDateTime": "2020-09-09T22:33:47Z", + "lastUpdatedDateTime": "2020-09-09T22:33:47Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb0adab5aa02bc05eaeaf54417c87a2f", + "x-ms-client-request-id": "600f28e36f7c872901c09b5d64837e0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1535fd3b-d7ce-4bb8-a077-578470094ebb", + "apim-request-id": "234291b8-b351-47db-bcd0-1a9192e8648d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:22 GMT", + "Date": "Wed, 09 Sep 2020 22:33:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:18Z" + "createdDateTime": "2020-09-09T22:33:47Z", + "lastUpdatedDateTime": "2020-09-09T22:33:47Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bc78d901bb1a3dd7482ad4179797c7ef", + "x-ms-client-request-id": "e2851fe8722de669493cd20234d06acc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "479924b5-978f-46e3-997a-9432732264aa", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:18Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "8786611866dfa4336569b7223f68ac58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2c34b1e6-45b1-4d23-a874-413af32aa2a2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:24Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "dfa6aec859bcfa6503cda3d8d5ee2452", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "59c06f25-5695-4cd3-9455-4cb39e306033", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:25Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b52c0622f2429b50a5d456b104b5fddf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7e78f1b5-6603-4171-a0af-7eac524921bd", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:26Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "e94f7c7de8f1be33fb8c8411c25bce77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dcde1dab-5752-4679-a99b-9f89617215a1", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:27Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600/analyzeResults/0b656677-0bfc-48b1-914d-141f88c9f50b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "39ff6444f63cd5155d0a39e803b4f64e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7d805db6-8380-4b5f-8b09-4e38e8a21845", - "Content-Length": "2786", + "apim-request-id": "a7bfbbae-04c6-41a5-b96a-fc63a27ed418", + "Content-Length": "3213", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:28 GMT", + "Date": "Wed, 09 Sep 2020 22:33:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:18Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z", + "createdDateTime": "2020-09-09T22:33:47Z", + "lastUpdatedDateTime": "2020-09-09T22:33:55Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, - "unit": "inch" + "unit": "inch", + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8562, + 1.1255, + 9.8562, + 1.1255, + 10.9934, + 0, + 10.9934 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4809, + 1.854, + 10.4809, + 1.854, + 10.9976, + 0, + 10.9976 + ], + "confidence": 0.69, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5162, + 10.3545, + 8.4955, + 10.3545, + 8.4955, + 11, + 7.5162, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } + ] } ], "pageResults": [ @@ -729,28 +625,29 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", "pageRange": [ 1, 1 ], "fields": { - "CompanyPhoneNumber": { + "CompanyAddress": { "type": "string", - "valueString": "$56,651.49", - "text": "$56,651.49", + "valueString": "1 Redmond way Suite 6000 Redmond, WA", + "text": "1 Redmond way Suite 6000 Redmond, WA", "page": 1, "boundingBox": [ - 5.385, - 3.405, - 6.07, - 3.405, - 6.07, - 3.53, - 5.385, - 3.53 + 0.8, + 1.705, + 2.145, + 1.705, + 2.145, + 2.015, + 0.8, + 2.015 ], - "confidence": 0.249 + "confidence": 0.258 }, "Website": { "type": "string", @@ -769,23 +666,6 @@ ], "confidence": 0.114 }, - "CompanyName": { - "type": "string", - "valueString": "PT", - "text": "PT", - "page": 1, - "boundingBox": [ - 6.23, - 3.41, - 6.39, - 3.41, - 6.39, - 3.51, - 6.23, - 3.51 - ], - "confidence": 0.245 - }, "Merchant": { "type": "string", "valueString": "Invoice For:", @@ -803,22 +683,22 @@ ], "confidence": 0.116 }, - "CompanyAddress": { + "CompanyName": { "type": "string", - "valueString": "1 Redmond way Suite 6000 Redmond, WA", - "text": "1 Redmond way Suite 6000 Redmond, WA", + "valueString": "PT", + "text": "PT", "page": 1, "boundingBox": [ - 0.8, - 1.705, - 2.145, - 1.705, - 2.145, - 2.015, - 0.8, - 2.015 + 6.23, + 3.41, + 6.39, + 3.41, + 6.39, + 3.51, + 6.23, + 3.51 ], - "confidence": 0.258 + "confidence": 0.245 }, "VendorName": { "type": "string", @@ -837,6 +717,23 @@ ], "confidence": 0.145 }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "$56,651.49", + "text": "$56,651.49", + "page": 1, + "boundingBox": [ + 5.385, + 3.405, + 6.07, + 3.405, + 6.07, + 3.53, + 5.385, + 3.53 + ], + "confidence": 0.249 + }, "DatedAs": null, "Email": null, "PhoneNumber": null, @@ -846,7 +743,8 @@ "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -854,28 +752,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6c04dc45-a2b3-44fd-a47b-82d4871ca600", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-26561082a2b168499efa86fac2e51359-363f661315907c4c-00", + "traceparent": "00-f66dd202da7ed245ac8790e5f7634b8d-489c0f34f04ede4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "595ac3cf3b9e3961d26eb9b66e3ed84a", + "x-ms-client-request-id": "ed81e958907688d05b8770215de06d48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "fc6f4e70-f46b-467a-bd74-41e71949e03d", + "apim-request-id": "0e5c2d3d-e7de-4660-916b-62ac1122827a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:28 GMT", + "Date": "Wed, 09 Sep 2020 22:33:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": [] } @@ -883,7 +781,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1929334734" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1908054441" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json index 29039f289e13a..1b24b4b9d3958 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e8a50be50e4975449a7faf6cda05454b-3739952b9f1ba04f-00", + "traceparent": "00-96bdf82ca55ebf468004a4107d0408ad-b005a7ba1afa8446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d85f9f51de0ece205d3add117330801e", + "x-ms-client-request-id": "20a9efd71143ca39ea975f4dd213c03b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,244 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "22abeab0-1fad-4568-8d33-f3d66d660a51", + "apim-request-id": "7b5d5a4f-512c-48ba-8d1c-ece0d9cff020", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:34 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471", + "Date": "Wed, 09 Sep 2020 22:31:05 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "244" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5d1946cb068bc386ec9c48a0e262a3e7", + "x-ms-client-request-id": "9605b91498bb34d00b9d79f6287b9bb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "295e8470-5373-4427-ad99-27d973ee7528", + "apim-request-id": "e1d90f9f-5619-4449-9747-f0ef5c99ebb6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:35 GMT", + "Date": "Wed, 09 Sep 2020 22:31:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", + "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" + "createdDateTime": "2020-09-09T22:31:06Z", + "lastUpdatedDateTime": "2020-09-09T22:31:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f5b742c31422997d1108fab55ecbb967", + "x-ms-client-request-id": "d60dc4f1b373d6ffeea573da8a4d9bf5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b3ef643-a820-4114-b6a1-415df19284d8", + "apim-request-id": "aa0bb4c0-e87d-4b9a-a85e-3aeeb8c8032d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:36 GMT", + "Date": "Wed, 09 Sep 2020 22:31:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", + "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" + "createdDateTime": "2020-09-09T22:31:06Z", + "lastUpdatedDateTime": "2020-09-09T22:31:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "724125a3536f4bea189ceb72967febfa", + "x-ms-client-request-id": "6b2a74144bde3ffa1f7414a59743a16f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63d04f86-56c9-4824-98c0-601759a44bc6", + "apim-request-id": "992c606d-643b-4976-9efc-1d6ac66f1cca", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:37 GMT", + "Date": "Wed, 09 Sep 2020 22:31:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", - "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "314ef5978b78b6fcc8804b820bd16421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5acefc3-2395-4254-b82e-c33f9a0d118f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", - "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "bcfde0e231216f78586cdc86280b0391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "49127f08-608e-4022-8f84-f1b370d8dc7f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", - "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "691e001c887c18ef298aaaee08673f47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b30635c-b69d-464e-a1e9-1c97cc572dd2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", - "status": "creating", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:35Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b58fca372f8266d87ddfd90cae758dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f43bb844-72f4-4af7-840e-95bad0451afa", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "98f9206e-4bbc-4c87-b99f-c277a5779471", + "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:35Z", - "lastUpdatedDateTime": "2020-08-20T18:00:41Z" + "createdDateTime": "2020-09-09T22:31:06Z", + "lastUpdatedDateTime": "2020-09-09T22:31:07Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -325,19 +196,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e49ce426a59aa441868689fd963d1f0d-67497cbd57c91d46-00", + "traceparent": "00-be430c36b1cec347a24fdaa2bea9103d-1c696e229053914c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b65b97dfbb25aa4f0e49396868967f0", + "x-ms-client-request-id": "0e5badfce90660c7ba2ea81625f5aabd", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -345,223 +216,283 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9ec0a58f-4c93-415e-8770-a03085934972", + "apim-request-id": "ef98f3b0-755d-45c9-90a9-0d5f80d25405", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:42 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeresults/87d33430-334d-488a-93a6-225f8b8ee322", + "Date": "Wed, 09 Sep 2020 22:31:07 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeresults/db062ddc-505c-43a0-9b7e-449e47306422", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b4e284023051a6d2c9ceb7fe9f593fab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "64bdc5c3-27c0-4745-b53d-2a620d58840a", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dcde03038cf12aefacc9b1b0a2e41a29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "61afbf69-fc29-4594-9a48-f5788a21d170", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5e4f952c4d7bed0f27b8eb9daee36ab3", + "x-ms-client-request-id": "13a357c9ed60cc1ddbb5453832c8c160", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9fd677b6-a755-4af9-90d0-860343511b62", + "apim-request-id": "235a09f5-1c77-400e-91c7-9a5ae27e365b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:42 GMT", + "Date": "Wed, 09 Sep 2020 22:31:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:42Z", - "lastUpdatedDateTime": "2020-08-20T18:00:42Z" + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:08Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4e71ecfc34013b942634c49d9b42dff4", + "x-ms-client-request-id": "2113fdeece1775cc94b807877e2203e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8f1c0ef-bbdd-44a0-bab0-b16fe5b55ad9", + "apim-request-id": "860e5e3a-05e1-4569-9c86-c3bda605860b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:43 GMT", + "Date": "Wed, 09 Sep 2020 22:31:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:42Z", - "lastUpdatedDateTime": "2020-08-20T18:00:43Z" + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:08Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "18e0e8772f263041a977e4fa1006ab0d", + "x-ms-client-request-id": "47358db32cb6154ae612013c47b7f7e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa1f2e35-71fa-4897-9ed2-7476f3cb953f", + "apim-request-id": "f52829b2-0576-4f30-a780-0cc40c7b8914", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:44 GMT", + "Date": "Wed, 09 Sep 2020 22:31:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:42Z", - "lastUpdatedDateTime": "2020-08-20T18:00:44Z" + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:11Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9a9adf7a1817f7ee00143847887252e5", + "x-ms-client-request-id": "a5c15008f9d0fb128a2d7ea8e6954db8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "466bb6e9-bf0d-4bdf-9b9c-37dcfbffa25c", + "apim-request-id": "fe35cc5b-a76f-4ec8-8224-e4cc3cf49f0e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:45 GMT", + "Date": "Wed, 09 Sep 2020 22:31:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:42Z", - "lastUpdatedDateTime": "2020-08-20T18:00:45Z" + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:11Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c625f7d95102cc8dab41a48a4f9a2b1f", + "x-ms-client-request-id": "a48460b17993c2a9b3fd3a04cd8f2edc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "15e2b117-a57b-4f41-b6e4-b93f610038eb", + "apim-request-id": "665b21b7-1045-4549-bf8c-4df444bdbac7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:46 GMT", + "Date": "Wed, 09 Sep 2020 22:31:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:42Z", - "lastUpdatedDateTime": "2020-08-20T18:00:46Z" + "createdDateTime": "2020-09-09T22:31:08Z", + "lastUpdatedDateTime": "2020-09-09T22:31:11Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471/analyzeResults/87d33430-334d-488a-93a6-225f8b8ee322", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bb22b68845a75fdcf9e81712f7faa737", + "x-ms-client-request-id": "2d7f23c05e60ba147b39bd88ada12f50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eeb36aaa-00dd-4f7c-ab93-bacbbe36dfcd", - "Content-Length": "34047", + "apim-request-id": "df002023-f683-438d-960a-bbd2905e3d42", + "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:47 GMT", + "Date": "Wed, 09 Sep 2020 22:31:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "38" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:00:42Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:00:47Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:form\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}}}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:31:08Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:31:15Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:4279fa29-3a06-4741-8e25-4b9809380078\u0022,\u0022modelId\u0022:\u00224279fa29-3a06-4741-8e25-4b9809380078\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/98f9206e-4bbc-4c87-b99f-c277a5779471", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7d3887e21b93e64682cd1854babef02b-79276e8b7c750549-00", + "traceparent": "00-7439b6cd422a0142af21fca8d42f2d73-2272bdc873d9284f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1821ff25e5e0290b52cdeed67364a866", + "x-ms-client-request-id": "e68a48c453338f50a7fef2d3be0d2efa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9a673f0f-a0f5-4e40-9060-996d66a51750", + "apim-request-id": "b5f3f908-9ce0-4559-bb68-5d16f1ddf31e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:47 GMT", + "Date": "Wed, 09 Sep 2020 22:31:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "993966797" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "1541823604" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json index a884c0f847702..9a398e74374d0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8ca2683404f7e04a9042a0105a61b692-199a6a1ed887364f-00", + "traceparent": "00-ba8c579e1f0dc0458b5b72777780caa2-42519e3985e17b4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4bcf59dad0c224dba5e60daf8ed9973f", + "x-ms-client-request-id": "c810a32692c891372d4fed3920427f99", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "fb29edf5-b4be-45b2-a548-e473cb5b3a25", + "apim-request-id": "da94a68b-6632-45f9-9190-47b6d226e837", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:24 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a", + "Date": "Wed, 09 Sep 2020 22:36:31 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "227" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "50c67c7d306c2b12ed1786be5b669b4a", + "x-ms-client-request-id": "64ecbfd8b463f90da0cc966441c925e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08f57a76-fe7b-46d1-82bb-ebaab1b3b813", + "apim-request-id": "ab9ee007-7e0e-460c-b5ac-bc34e0d57e2c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:24 GMT", + "Date": "Wed, 09 Sep 2020 22:36:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "c8983a23-7bf1-4f96-b9a5-669012967c3a", + "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", "status": "creating", - "createdDateTime": "2020-08-20T18:05:24Z", - "lastUpdatedDateTime": "2020-08-20T18:05:24Z" + "createdDateTime": "2020-09-09T22:36:32Z", + "lastUpdatedDateTime": "2020-09-09T22:36:32Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5dc690817f6804a9c97358393bfea669", + "x-ms-client-request-id": "62f6346a37f26727d30211205bdcc030", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4779dba0-9970-49e5-8b11-02e3e1d0d9e7", + "apim-request-id": "30aeca3e-57e0-4d04-9800-7b5993757997", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:25 GMT", + "Date": "Wed, 09 Sep 2020 22:36:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "c8983a23-7bf1-4f96-b9a5-669012967c3a", + "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:32Z", + "lastUpdatedDateTime": "2020-09-09T22:36:32Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "eea1a9a801e87255961728fcfcd25064", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "658d968a-452a-4bb3-9abd-21a588f1ea78", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:24Z", - "lastUpdatedDateTime": "2020-08-20T18:05:25Z" + "createdDateTime": "2020-09-09T22:36:32Z", + "lastUpdatedDateTime": "2020-09-09T22:36:33Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -160,19 +196,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a296b709a6d954458d308e8f667f0e59-22c420a36757464b-00", + "traceparent": "00-b2e3629b101fe54da5c443b8fb1a7b08-ac8c70f5b546bf44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8fa5ed989531a9e247a45dab491cc93e", + "x-ms-client-request-id": "ebcf052a1d4ca0a697859161a3ed9ec4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -180,253 +216,283 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9ba8c31f-a087-4ebf-bf5d-ad396ac66529", + "apim-request-id": "fb27a3cb-2098-4456-b5c4-ec6be9c1dbd0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:25 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeresults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "Date": "Wed, 09 Sep 2020 22:36:33 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeresults/5e70aec7-36fe-4b61-947b-87610f115668", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fd2dc34a3a13fdd6d3c187f8d8d8efef", + "x-ms-client-request-id": "98bc650b362768ffdf83ccda0f2b6b00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d8406bd-e7e3-40d0-a966-a84df43ccc3d", + "apim-request-id": "841fe760-b405-4367-974f-3b2827c61d17", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:25 GMT", + "Date": "Wed, 09 Sep 2020 22:36:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:25Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:34Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6d261d710cc1eb18ae1c15c322febbac", + "x-ms-client-request-id": "56f6adb2d40d8be40200576370f4cfa8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a71e8972-891f-448c-be0e-0adc0a23acdc", + "apim-request-id": "460b5ce0-1599-4ba9-8ce6-dca6d67736d7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:26 GMT", + "Date": "Wed, 09 Sep 2020 22:36:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:26Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "78ee1aaaa8d05d5517a8bc6f0ee9d16e", + "x-ms-client-request-id": "96f06379b716f33c06660cc850cb916c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19217005-c779-4bc9-9f07-5001887114be", + "apim-request-id": "4bc2052b-da79-4757-beab-2c705b55fe02", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:27 GMT", + "Date": "Wed, 09 Sep 2020 22:36:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:27Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2c3a6eb55bf53e7daa414ff62413dbd5", + "x-ms-client-request-id": "f6af901948f736b681319626df9bf8eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac0de81c-123e-4771-b80b-7db33f3eca04", + "apim-request-id": "09100b29-af11-4193-9cc2-d8c887179974", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:28 GMT", + "Date": "Wed, 09 Sep 2020 22:36:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:28Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:35Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "be4eda0677eac81ec7c8561850a9ddc4", + "x-ms-client-request-id": "ab6123b4d43afaea70024fa6c81c3a36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3809a746-db5e-4ee2-8d23-0cbaaa68c383", + "apim-request-id": "43fe1664-8536-44e1-abd1-c0659e7593ec", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:29 GMT", + "Date": "Wed, 09 Sep 2020 22:36:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:38Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "df49eb6fd84430b1adba14e52015146a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0274eabc-1d18-415b-8174-25dd3faae085", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:29Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:38Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b30ea74b8fc34eb69dafcd8f595e3903", + "x-ms-client-request-id": "2d13216ee56a4431a6b485f4f8106e65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "346f581a-d212-4884-9638-ac60378fc97d", + "apim-request-id": "833a3548-c404-4bbd-91c5-90bf85c15c75", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:30 GMT", + "Date": "Wed, 09 Sep 2020 22:36:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:25Z", - "lastUpdatedDateTime": "2020-08-20T18:05:31Z" + "createdDateTime": "2020-09-09T22:36:34Z", + "lastUpdatedDateTime": "2020-09-09T22:36:38Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a/analyzeResults/7a5ec29b-4b01-49b4-8893-b28c148f4a0c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3469e6cc139b3d844f72642d0464ee01", + "x-ms-client-request-id": "f4b760f71851dca67230fe80bf04da5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecdc98be-9942-4a85-b9a7-18b162af07cb", - "Content-Length": "34047", + "apim-request-id": "8bdc5166-bcaa-4d9f-a738-4e082c2e8b6a", + "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:32 GMT", + "Date": "Wed, 09 Sep 2020 22:36:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "29" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:05:25Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:05:31Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:form\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]}}}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:36:34Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:36:41Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:e4e0fc18-3069-462b-9599-81d682ec7c1e\u0022,\u0022modelId\u0022:\u0022e4e0fc18-3069-462b-9599-81d682ec7c1e\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c8983a23-7bf1-4f96-b9a5-669012967c3a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-008841c55e7d1945bd134c06347d7815-9d69be7a1d4eb34d-00", + "traceparent": "00-aabf4ce64d9ddc4bbcd2b7b4bd1dfe9e-0a638705e3555c42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7cab8b642705771123ff213aa98f6f68", + "x-ms-client-request-id": "a638e5ee0c0889cbb905399052bd389d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "0de0fb17-48b2-4a8c-b627-0001074474c6", + "apim-request-id": "e32211ec-3996-4c17-8d28-83b512af2bd0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:32 GMT", + "Date": "Wed, 09 Sep 2020 22:36:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "1162515713" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "473842376" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json index 4915d23deb41a..b05665ccdd6d9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3446013e90ba0746a6a38963f1097cf9-4244436199c9d047-00", + "traceparent": "00-31697d2007da5d41b45e646f76e8d7fa-b4d46957610f3a47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c86fd57b9987e2e91eb1d6db9876c6a5", + "x-ms-client-request-id": "1410bbdd588790916bdcf209574fa663", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "33857095-fe55-423d-98ea-34d14872755a", + "apim-request-id": "aa355a85-4b1e-4ab2-9e8e-9123827563c6", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:26 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc", + "Date": "Wed, 09 Sep 2020 22:30:54 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "269" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5baf7f3154d8d46720412e4feb68c43c", + "x-ms-client-request-id": "b166a42523e8acd167d94e6d1428ed5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f35fcb3f-e1ed-4f14-acaf-ddb910425cfe", + "apim-request-id": "97895846-3a8c-4886-8d0a-a05201805e0f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:26 GMT", + "Date": "Wed, 09 Sep 2020 22:30:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "d897670e-a04e-42bc-948e-ba16cfcf1cbc", + "modelId": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", "status": "creating", - "createdDateTime": "2020-08-20T18:00:26Z", - "lastUpdatedDateTime": "2020-08-20T18:00:26Z" + "createdDateTime": "2020-09-09T22:30:55Z", + "lastUpdatedDateTime": "2020-09-09T22:30:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a64b23d508f24e8d711db76d12430380", + "x-ms-client-request-id": "428a216a8f81740453882ee6b2b39a81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8dc19e3-8a6e-4f05-9602-e747c251b8bf", + "apim-request-id": "a4eccb2a-dc64-44fb-9fdb-d9bec6faf820", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:27 GMT", + "Date": "Wed, 09 Sep 2020 22:30:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "d897670e-a04e-42bc-948e-ba16cfcf1cbc", + "modelId": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", "status": "creating", - "createdDateTime": "2020-08-20T18:00:26Z", - "lastUpdatedDateTime": "2020-08-20T18:00:26Z" + "createdDateTime": "2020-09-09T22:30:55Z", + "lastUpdatedDateTime": "2020-09-09T22:30:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "27b42003c00a27716d9aa7466a9af7b6", + "x-ms-client-request-id": "28c0562ce73db922ea64acad09237b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b977ca94-3196-4b55-b895-c5435b1c6815", + "apim-request-id": "7eddbd33-7530-4d23-9b80-59fa23d061b9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:28 GMT", + "Date": "Wed, 09 Sep 2020 22:30:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "d897670e-a04e-42bc-948e-ba16cfcf1cbc", + "modelId": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:26Z", - "lastUpdatedDateTime": "2020-08-20T18:00:27Z" + "createdDateTime": "2020-09-09T22:30:55Z", + "lastUpdatedDateTime": "2020-09-09T22:30:56Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -193,271 +196,301 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cf7371e7f37f6a42a6159878630e8fe0-6fe5b1ed4bb72041-00", + "traceparent": "00-088c831ee9ab4c49a2e1170ca50c4ad5-5050ad3a30884c4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "75059aed202a28b2f161e9ba9cfac1dd", + "x-ms-client-request-id": "359e94ee64c596e19ff15e60f5eaf9b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "90d5fb86-1176-45d4-8819-6468e376bcf3", + "apim-request-id": "861e2228-a9d3-487c-a52a-3f962ba683a8", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:28 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeresults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "Date": "Wed, 09 Sep 2020 22:30:57 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeresults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb4cae3d9cb41431b12439586047e3d7", + "x-ms-client-request-id": "bd41cd3fc4678320ffd0571de3566b2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5ddebf1a-6136-4b56-a428-eeae60332017", + "apim-request-id": "fdcfd313-bb42-43ef-9c5f-740c24077a96", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:28 GMT", + "Date": "Wed, 09 Sep 2020 22:30:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:28Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:30:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "787f01268e3de2566d8b35a9d7b68a72", + "x-ms-client-request-id": "1ef7ea0c6515c8bb752a884b88c2c400", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c867ef2-5420-4fd0-9fb0-3ae6b78a2944", + "apim-request-id": "a6114d45-e1c7-42c9-bcf3-f6470b011056", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:29 GMT", + "Date": "Wed, 09 Sep 2020 22:30:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:29Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:30:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bc09cad82c4d500268f1c306e75ac7aa", + "x-ms-client-request-id": "3b6ef86abde22adb731b36f40cc4b348", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c92ed200-ec3a-47ec-853c-5902ee1fbdf7", + "apim-request-id": "170acfae-9d29-41cd-8dc4-532543aa07d4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:30 GMT", + "Date": "Wed, 09 Sep 2020 22:30:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:30Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:30:58Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9b93117d497baf9f57695d2867873dfb", + "x-ms-client-request-id": "0a532f86daf2da9e1178483d3bd5fa3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ea9ea09-d39a-415b-be43-b20fcbf8b7a5", + "apim-request-id": "eba42a9f-b05c-43e3-94ae-58d5749dbcf6", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:31 GMT", + "Date": "Wed, 09 Sep 2020 22:31:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:30:58Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "eab2560c2fe84f4c0fcdabf92fc7bbb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3e81fd77-1219-42f1-aef1-913c2da56b70", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:32Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "967fc699263dfa8aff2f0f4bca50fb12", + "x-ms-client-request-id": "59c53f76ba6f8f0d59942969749eee9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d8e6cc1-cffb-48b1-8934-3f3e5cbcc32e", + "apim-request-id": "8fa2fb8a-cab2-4efe-beac-67806a5ca6e9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:32 GMT", + "Date": "Wed, 09 Sep 2020 22:31:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:33Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c52c8bc3ef238ff72a5a64e3ced9e9e1", + "x-ms-client-request-id": "b5e8f920c8115660e203fb242fa5ab4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f2a4530-8d59-472f-9026-2b83b6c82c4e", + "apim-request-id": "755311d0-f7ec-4702-830f-e400dfa965fd", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:33 GMT", + "Date": "Wed, 09 Sep 2020 22:31:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:28Z", - "lastUpdatedDateTime": "2020-08-20T18:00:34Z" + "createdDateTime": "2020-09-09T22:30:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc/analyzeResults/a61f6313-8d01-4a38-a660-8fe21000d5b2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "206cc8b431da566c87999b4b3a53e407", + "x-ms-client-request-id": "fbc697bda10f52cd4923915405e3da70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "301bb017-6e58-41ef-8f4c-ca6070e38908", - "Content-Length": "34047", + "apim-request-id": "dd0d2eaf-4564-4227-b6f4-62787ab7597a", + "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:34 GMT", + "Date": "Wed, 09 Sep 2020 22:31:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "102" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:00:28Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:00:34Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:form\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]}}}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:30:58Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:31:05Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:389a00e0-71fa-4d9e-a8bb-821e56f60c23\u0022,\u0022modelId\u0022:\u0022389a00e0-71fa-4d9e-a8bb-821e56f60c23\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d897670e-a04e-42bc-948e-ba16cfcf1cbc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fde21248d329c14ab63163fb5465b4bc-33f734771192664a-00", + "traceparent": "00-d40758c7d7b8e1459fabab2f1c0f5625-dafc98f56a666a44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "db654a6e775ba9d7cff06be3c2a62b26", + "x-ms-client-request-id": "35d80cdf05dfada0df6f766bbee960b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "dbacaf0d-9645-4de6-ab8e-2e389c7fad49", + "apim-request-id": "0fa9c91d-b0f8-4dfd-9e8f-a7f3cd3d583f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:34 GMT", + "Date": "Wed, 09 Sep 2020 22:31:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "639675201" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "697771995" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json index 1711c9a344202..1e688156bf908 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4166b69fe3f4704b963b28c522a8f7ab-6f9da7e0cd385946-00", + "traceparent": "00-544d659cbb9c1e409201ab18e7857802-108d92b016529b4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3a12e6295afe2aad3194dbb83de38cb0", + "x-ms-client-request-id": "3dab3dfb9023a4c657e3e434ce6e62c8", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,412 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "c581754c-bed3-474a-b1a6-d71dd111e227", + "apim-request-id": "f0489774-e456-42bb-90c7-a1cf055096d0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:17 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a", + "Date": "Wed, 09 Sep 2020 22:36:03 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "782bcd4f310554caca2fa5db21739e39", + "x-ms-client-request-id": "f88b2271f7250f014801cb7242a3b420", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae8ecd14-0ed4-4f40-95f9-43c63ba62048", + "apim-request-id": "bfa2e132-ee10-4dc6-a600-eda5db95614b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:17 GMT", + "Date": "Wed, 09 Sep 2020 22:36:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "85e94adcc610b485552fc7ba87df7c16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "92736852-abd6-404f-bcb9-13fa10c18e49", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1fc46a8673a803fd3c9bf422c55362b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7bca8ff8-c9b8-4643-9091-056091710be8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8358c42fdd85abb79cd6a3f62f468869", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "86c6b7c7-1443-48bc-9baf-921e36e4cee7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d7ecb48494df68774ce54875d163ef01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d487223d-d4aa-431f-adc2-3ba2c1bd6c47", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c28b14ccf887a891b31982d2d007d3f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a04a12fe-a7f5-4b46-b8f6-09fcfbf4c153", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "109d8b138b679bd44cef369f9442d939", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c7be51e1-f77d-44b7-91be-853612697576", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1b29a1e6c5bb8be2234324c511a59845", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a6ae69d1-618f-494f-a22f-4f0df2b92172", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "45625311dec541993ff07697c2f11470", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "12844cb4-9da6-42ce-a288-c352bbaeea6c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2eeb493fb8de4d3aa912ed24670e89a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ae40d118-daca-457e-89a2-cd7f1a9371c1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "418ef15694e0087408e7dbcb4f4ac932", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "31afd9a2-7b67-414e-9ad3-46359d473a4b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "36d1b53c-c474-4ba5-b1c4-6f7290e6f29a", + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", "status": "creating", - "createdDateTime": "2020-08-20T18:05:17Z", - "lastUpdatedDateTime": "2020-08-20T18:05:17Z" + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:04Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cd79e2f54b02d2ecd11b070c83916aea", + "x-ms-client-request-id": "c886b32e6aba596718149cb3f175da31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7a69270-db0a-45d5-853a-38d797e134f6", + "apim-request-id": "2928fafb-090d-48b6-a44c-8edc0dfbb211", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:18 GMT", + "Date": "Wed, 09 Sep 2020 22:36:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "36d1b53c-c474-4ba5-b1c4-6f7290e6f29a", + "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:17Z", - "lastUpdatedDateTime": "2020-08-20T18:05:18Z" + "createdDateTime": "2020-09-09T22:36:04Z", + "lastUpdatedDateTime": "2020-09-09T22:36:16Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -160,241 +493,511 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1109f3991d268e40aa2e00bddc112960-afac28c275eeeb4f-00", + "traceparent": "00-6c1ae13f9a43784484f5f583d2c34e7e-f2f028f1b5e9a24a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "18b0dcd68bfaf85b1cbd70cfb5d108bd", + "x-ms-client-request-id": "d041cf66d363ab90d4e326f6dc6ffd5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "de0764af-45c3-4119-af4b-04c92d0203e9", + "apim-request-id": "49163638-2f3a-464c-a52e-b553abf05090", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:18 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeresults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "Date": "Wed, 09 Sep 2020 22:36:16 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeresults/25463559-eb54-479a-8f49-b86f79c402e8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "269" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5ac2a1f5bf6a04aee159a7e92abdd039", + "x-ms-client-request-id": "b4f5bb48c188ecec893428cbf8c11692", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c0b3a84f-dcfd-4543-86ff-9f122253f3e8", + "apim-request-id": "4aa34972-8c14-4fe4-a02e-eaf2a584867e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:18 GMT", + "Date": "Wed, 09 Sep 2020 22:36:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:18Z", - "lastUpdatedDateTime": "2020-08-20T18:05:18Z" + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4504bac586c26a3f8681b044da1c1cff", + "x-ms-client-request-id": "7f64aa0df8095bcf22daf3d644707ca9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04992a51-267e-4fa5-844f-1b75867707a2", + "apim-request-id": "a388e29d-84d5-4d1a-b8e5-f6253a4bbf91", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:19 GMT", + "Date": "Wed, 09 Sep 2020 22:36:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:18Z", - "lastUpdatedDateTime": "2020-08-20T18:05:19Z" + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e11749130fce17802eac36a0e372ce5e", + "x-ms-client-request-id": "366a3d172680a5a8e254462eaac5b313", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "555cc483-4c7e-4e32-8e67-daee527f0e40", + "apim-request-id": "234b11ea-8497-4d3b-82ae-6dae868efd92", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:20 GMT", + "Date": "Wed, 09 Sep 2020 22:36:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:18Z", - "lastUpdatedDateTime": "2020-08-20T18:05:20Z" + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa0937edc2cc6efb6257d3e80e6929c4", + "x-ms-client-request-id": "32e993cc7d0a4f55eb9991adcd16a818", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69174640-4e46-48ad-a888-f8ae1be1666e", + "apim-request-id": "75cc3c38-b4ad-414d-81b7-5c7cebd3f754", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:21 GMT", + "Date": "Wed, 09 Sep 2020 22:36:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:18Z", - "lastUpdatedDateTime": "2020-08-20T18:05:21Z" + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e0d6a73ceea6b56a3aed17154f9e8714", + "x-ms-client-request-id": "bab47fb8e056e61201bf9db4b1a0b05d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba3b9000-159e-427e-9487-5316f5d71513", + "apim-request-id": "0a9e5d6b-60de-4da9-af36-dd8735540d62", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:23 GMT", + "Date": "Wed, 09 Sep 2020 22:36:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b00ae0274987999ee81a4ae694fad7cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d573c827-f732-49f5-949f-d6e1570f3cba", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:17Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2b762eacf811ecbc8102314be0a19d4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fdecb43d-86c8-4d6b-912b-f4afec100a10", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:22Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ec8634e9f70b6e91e11ad23b952c5106", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c01d47aa-cd67-425e-937f-1d96e24a5b49", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:18Z", - "lastUpdatedDateTime": "2020-08-20T18:05:23Z" + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a/analyzeResults/3c779c0d-a9bf-455d-ae81-c431b1b17b48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a35752b3211250334da87f763c9709c4", + "x-ms-client-request-id": "8307d0e7852a2f4b241e2f841852b846", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08f3d7a9-f74c-4c4b-bbc0-db363c88a018", - "Content-Length": "34047", + "apim-request-id": "1644360a-53bc-4e1c-9f13-dcc002dff0c3", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:24 GMT", + "Date": "Wed, 09 Sep 2020 22:36:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "29" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:05:18Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:05:23Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022language\u0022:\u0022en\u0022,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:form\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}}}],\u0022errors\u0022:[]}}" + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/36d1b53c-c474-4ba5-b1c4-6f7290e6f29a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "60fdff7deb74b4c09c0849f625805654", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2e941f45-a9d1-499f-a89a-0eb7229cda76", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "10632ab11a996321e856c8edc80d558e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3cb5a5a1-fd41-4e3f-9d91-237ddcfd52e2", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "96be8b61f12ffc920f52e7213c5409a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e4618de8-9f63-4863-86b8-d3a2c01cdca9", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "eed3dac7a8ee63addd99771d22d3ec8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c9e1487c-639a-4673-acfb-2158a97f7167", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9a94bab2bfc2bf259867014632ff2794", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3ab0c667-22b7-4df7-985e-020d82efc021", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:17Z", + "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ed26244d6739b99fdd5bb8957a74d93c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a543138a-1af3-4f21-bd3c-7a3dc831f699", + "Content-Length": "34822", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:36:17Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:36:31Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:588c1f7e-ec05-45dc-90cf-da133fb7ed10\u0022,\u0022modelId\u0022:\u0022588c1f7e-ec05-45dc-90cf-da133fb7ed10\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0a2d71896409e746b266d2892c059c71-7c20082311b85a47-00", + "traceparent": "00-dc7340672e1444499c592ecc153b7067-e5af2efeb38d134a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3b637183ed9cfeb8cc54c0deabe61ec3", + "x-ms-client-request-id": "816e57666fbf08e1b5145687a66730de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "141342d6-c80b-441c-8d0e-f5a8d8ff9031", + "apim-request-id": "c8efd5de-29aa-4dd2-b0fa-d9ea8adc139a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:24 GMT", + "Date": "Wed, 09 Sep 2020 22:36:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "101" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "2140599331" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "1101840301" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json index a54524fd797bc..a9d7fc33b7ade 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-71ae1654f68d4f4a91aa20cb5121e261-63a7bf986c846f4f-00", + "traceparent": "00-b737d12ad1b6ab4b89bc1700bd7bc4e0-43da2e62dbedd444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b2fc8d0d9bc996d025fe31321b51b68c", + "x-ms-client-request-id": "80161b84cf3a2c46e4bde6cd52de6834", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "964940b5-0bc1-43a3-b583-b7ebd5618146", + "apim-request-id": "a7faa7f3-4ab2-4e92-8ccf-51897da577f0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:55 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9", + "Date": "Wed, 09 Sep 2020 22:31:26 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "255" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "035f57efaf3d27e20a8b71f112d17d67", + "x-ms-client-request-id": "07d63e81b52617bbc701c4ee9eb7fde9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad7bd040-06dd-4bbf-8603-60fa46ae34a8", + "apim-request-id": "50c319c4-b686-4686-b9f5-9ee7d7e2e880", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:55 GMT", + "Date": "Wed, 09 Sep 2020 22:31:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "3ae1de4e-1071-46bc-bb71-1228725e91b9", + "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", "status": "creating", - "createdDateTime": "2020-08-20T18:00:55Z", - "lastUpdatedDateTime": "2020-08-20T18:00:55Z" + "createdDateTime": "2020-09-09T22:31:26Z", + "lastUpdatedDateTime": "2020-09-09T22:31:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1901419787c605fc007ac385b78ec79", + "x-ms-client-request-id": "7c8b6b42f9b3a01b195b4a92de899361", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "964d0b3f-c1cb-4783-b38d-8073c593e6ce", + "apim-request-id": "b08cb862-0a06-4489-95c9-b1ab6ba6d3e7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:56 GMT", + "Date": "Wed, 09 Sep 2020 22:31:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "3ae1de4e-1071-46bc-bb71-1228725e91b9", + "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", "status": "creating", - "createdDateTime": "2020-08-20T18:00:55Z", - "lastUpdatedDateTime": "2020-08-20T18:00:55Z" + "createdDateTime": "2020-09-09T22:31:26Z", + "lastUpdatedDateTime": "2020-09-09T22:31:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "997176f5c6305ed9abd5a83e2adf8454", + "x-ms-client-request-id": "3191a1c36c80cfda5ffeb8380a588e2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d93c00c9-b899-4009-bc6f-f67f07f1de96", + "apim-request-id": "48d7cc15-35ac-4777-942c-494617b8d85d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:58 GMT", + "Date": "Wed, 09 Sep 2020 22:31:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "3ae1de4e-1071-46bc-bb71-1228725e91b9", + "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:55Z", - "lastUpdatedDateTime": "2020-08-20T18:00:57Z" + "createdDateTime": "2020-09-09T22:31:26Z", + "lastUpdatedDateTime": "2020-09-09T22:31:28Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,19 +228,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ad84dce3845ae54492c7e7d0c28df5f2-4b5f6125ae1c044c-00", + "traceparent": "00-f7d9fc8b60b88943af4f68ab027e929b-8bce87ef63f72d43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0718ca8115c0770ff8fe423503a9cb92", + "x-ms-client-request-id": "e68bfcc0eb5388802235edcb6b29393e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -245,170 +248,259 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1dd87f37-4ec4-4ac5-9ffe-bf6b3b13aaf4", + "apim-request-id": "01d40022-5dd6-4cd6-afb9-c15437ffc635", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:58 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeresults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "Date": "Wed, 09 Sep 2020 22:31:28 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeresults/a23bef33-f898-4f13-9a62-87f6e43f1431", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeResults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9bfbf89fe45f53373b32f6a7d02136e1", + "x-ms-client-request-id": "fc2b626ecc25d56990bc1cb440e295c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d31ed30-df98-4efb-8b13-0a7b6a0ca523", + "apim-request-id": "5ccf055d-0719-42e2-8cad-4c4a4c672806", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:58 GMT", + "Date": "Wed, 09 Sep 2020 22:31:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:58Z", - "lastUpdatedDateTime": "2020-08-20T18:00:58Z" + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:28Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeResults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "90b75883e55fe0b866faa03183a35a01", + "x-ms-client-request-id": "e1d21cccacfed70e20090e4a7f0f6336", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7dae517-6138-4484-8ee1-80a1214b6530", + "apim-request-id": "8716b10f-e68a-46d5-b844-45779fd8bf90", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:59 GMT", + "Date": "Wed, 09 Sep 2020 22:31:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:58Z", - "lastUpdatedDateTime": "2020-08-20T18:00:59Z" + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:29Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeResults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "319e1609e8e39cf493c4cc8e1f68a7d6", + "x-ms-client-request-id": "a8c97ac5912df40893b55696cfcb4740", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c65df128-0798-4bde-a4d7-eaa4f325f36f", + "apim-request-id": "c61332b6-9521-4432-aebe-a80ffd0c619c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:00 GMT", + "Date": "Wed, 09 Sep 2020 22:31:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:58Z", - "lastUpdatedDateTime": "2020-08-20T18:01:00Z" + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:29Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeResults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "abb161c83af2ba32401b34644305d097", + "x-ms-client-request-id": "4efe2b9f5757c23f5453dc1bbd1e5681", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8a5300e-95d9-4262-be30-7c990ef9e0a8", + "apim-request-id": "f0293b9b-4b8a-4184-8ef9-68cde56c4d5e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:01 GMT", + "Date": "Wed, 09 Sep 2020 22:31:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:58Z", - "lastUpdatedDateTime": "2020-08-20T18:01:01Z" + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:29Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9/analyzeResults/83ac02e5-22c3-4dc4-abf6-82b01a71eea6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b99df5d705829afd631afd9a1929c1fe", + "x-ms-client-request-id": "c6efe658ed193a9314dd4e4955780754", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9def028d-42bf-427c-ad6d-84ed685c18d4", - "Content-Length": "29808", + "apim-request-id": "c5b5805f-5656-48e3-aaae-e784106705e9", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "53aacec215106ddf3a0753d9b5ec3674", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bd834c1a-6aef-452f-916d-41029fd2a8ae", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e93dd55e81dcb22698c43a7909f66cdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "98c92c52-fed4-4766-91f9-387bc675822d", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:02 GMT", + "Date": "Wed, 09 Sep 2020 22:31:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ef59874b0274437007818b1199ba8527", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3e1e1d0c-1e27-47ea-9e1b-917ca65276c3", + "Content-Length": "30845", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:58Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z", + "createdDateTime": "2020-09-09T22:31:28Z", + "lastUpdatedDateTime": "2020-09-09T22:31:35Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1769,11 +1861,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1782,7 +1931,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -3143,6 +3291,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -4040,52 +4260,13 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:4a918c49-5b19-4267-873a-9bcf95f06648", + "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", "pageRange": [ 1, 3 ], "fields": { - "Signature": { - "type": "string", - "valueString": "Signature:", - "text": "Signature:", - "page": 1, - "boundingBox": [ - 1.005, - 6.66, - 1.7, - 6.66, - 1.7, - 6.8, - 1.005, - 6.8 - ], - "confidence": 0.175, - "elements": [ - "#/readResults/0/lines/38/words/0" - ] - }, - "CompanyAddress": { - "type": "string", - "valueString": "G", - "text": "G", - "page": 1, - "boundingBox": [ - 1.09, - 4.475, - 1.175, - 4.475, - 1.175, - 4.585, - 1.09, - 4.585 - ], - "confidence": 0.297, - "elements": [ - "#/readResults/0/lines/31/words/0" - ] - }, "PurchaseOrderNumber": { "type": "string", "valueString": "100.99", @@ -4106,45 +4287,44 @@ "#/readResults/2/lines/15/words/0" ] }, - "CompanyName": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "22.00", + "text": "22.00", "page": 1, "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 + 5.42, + 4.475, + 5.78, + 4.475, + 5.78, + 4.585, + 5.42, + 4.585 ], - "confidence": 0.198, + "confidence": 0.296, "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" + "#/readResults/0/lines/33/words/0" ] }, - "Website": { + "Signature": { "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", + "valueString": "Signature:", + "text": "Signature:", "page": 1, "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 + 1.005, + 6.66, + 1.7, + 6.66, + 1.7, + 6.8, + 1.005, + 6.8 ], - "confidence": 0.126, + "confidence": 0.175, "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/38/words/0" ] }, "Email": { @@ -4169,24 +4349,25 @@ "#/readResults/0/lines/0/words/2" ] }, - "CompanyPhoneNumber": { + "CompanyName": { "type": "string", - "valueString": "22.00", - "text": "22.00", + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", "page": 1, "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 ], - "confidence": 0.296, + "confidence": 0.198, "elements": [ - "#/readResults/0/lines/33/words/0" + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" ] }, "Merchant": { @@ -4210,6 +4391,46 @@ "#/readResults/0/lines/1/words/1" ] }, + "Website": { + "type": "string", + "valueString": "555-555-5555", + "text": "555-555-5555", + "page": 1, + "boundingBox": [ + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 + ], + "confidence": 0.126, + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, + "CompanyAddress": { + "type": "string", + "valueString": "G", + "text": "G", + "page": 1, + "boundingBox": [ + 1.09, + 4.475, + 1.175, + 4.475, + 1.175, + 4.585, + 1.09, + 4.585 + ], + "confidence": 0.297, + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, "VendorName": { "type": "string", "valueString": "B", @@ -4236,7 +4457,8 @@ "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -4244,28 +4466,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ae1de4e-1071-46bc-bb71-1228725e91b9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b76e736e97cd7247b921d251b52071df-4035360e44657647-00", + "traceparent": "00-c11143b47afddc438543758f794161a3-bfacba881ad3864a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2269ca53aff1ce0ee3e4f1c8b38f588d", + "x-ms-client-request-id": "80eadaa71e3a4078a7f8bb4cdb656444", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "ef4a4d2a-6169-45e5-b9ed-5cafb09d61e8", + "apim-request-id": "48e54474-26c3-45ea-bd58-b3c56964a335", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:02 GMT", + "Date": "Wed, 09 Sep 2020 22:31:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "165" }, "ResponseBody": [] } @@ -4273,7 +4495,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1083514458" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1253358472" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json index 1ba79271b47f0..b699a5e3760d3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-820341f252ab8b4c94e015299c6b0fbf-731e275503898341-00", + "traceparent": "00-e21bf1f06c9ad34cb0e7d2385cd9f7cf-898770852e6a5b41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8221744190fa0b48b4148faa7b8b5ce7", + "x-ms-client-request-id": "1c73297b76f14bbe8547f6b93efca427", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "fd7fb511-cb89-4617-bec2-f0001558fc8d", + "apim-request-id": "abc398a2-f32c-43fd-862e-b41b63be290c", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:38 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771", + "Date": "Wed, 09 Sep 2020 22:36:54 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "220" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b79e0ef07bdcf759124ec2ffdc500f02", + "x-ms-client-request-id": "c1406b49f914fcb2e509baefc95d6f35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb0c161c-a451-48fe-9b04-0d2c2fde9f11", + "apim-request-id": "18b92b21-aa2a-4a35-af49-9969c8e9b609", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:38 GMT", + "Date": "Wed, 09 Sep 2020 22:36:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "5adfccb0-ae4a-4dbd-81da-511f04e17771", + "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", "status": "creating", - "createdDateTime": "2020-08-20T18:05:39Z", - "lastUpdatedDateTime": "2020-08-20T18:05:39Z" + "createdDateTime": "2020-09-09T22:36:55Z", + "lastUpdatedDateTime": "2020-09-09T22:36:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "49aaa359646860369f0621a96193f23d", + "x-ms-client-request-id": "d396cb49d6f16d641edf837df0c544bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71d5d437-91c5-479a-a89a-19348cd1da86", + "apim-request-id": "22eb6b56-b766-4fee-9f9d-928485e79e18", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:40 GMT", + "Date": "Wed, 09 Sep 2020 22:36:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "5adfccb0-ae4a-4dbd-81da-511f04e17771", + "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:55Z", + "lastUpdatedDateTime": "2020-09-09T22:36:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ae4ec08751e88266777736e7bbce8128", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2e048fd1-f9a6-46e6-82f1-0e689cff1623", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "66" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:39Z", - "lastUpdatedDateTime": "2020-08-20T18:05:40Z" + "createdDateTime": "2020-09-09T22:36:55Z", + "lastUpdatedDateTime": "2020-09-09T22:36:56Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,19 +228,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-16701bde648eba49b12f203b37dcf4f3-f69887a4dd01fc43-00", + "traceparent": "00-2b622ec70002cf46bf790070b8bab34e-f87df842a0342c42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9c37f2584b01c6381a2970abce492f64", + "x-ms-client-request-id": "726fc1d7d066733606d3a33575350b20", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -212,200 +248,259 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "71963221-2d7d-4665-87dc-a6bc98325c0a", + "apim-request-id": "b21cc2f2-4422-4a00-a074-41d98996f100", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:40 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeresults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "Date": "Wed, 09 Sep 2020 22:36:57 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeresults/94dc8388-9425-459a-827b-0efaaafb77d0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d8518d0513e08b7fd73e17d55aaf967e", + "x-ms-client-request-id": "0968fbc5c10ff84d64135c799f7cb14f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "678dd986-7658-4316-bc1b-dd2fe3b9ab8e", + "apim-request-id": "930a0564-b24d-4f74-8b0a-dda03bd087dd", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:40 GMT", + "Date": "Wed, 09 Sep 2020 22:36:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:36:57Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2fa55b5dd156b75889daa714ad310d42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5767888c-f633-4f08-b933-68f2e32dcd38", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:40Z" + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:36:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e9a6855c72190d006ae42e3ef38b9256", + "x-ms-client-request-id": "bf22166c7866161974760e5374bdd38a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1e637b2-95cd-462e-b1db-895d6da592f9", + "apim-request-id": "842177d3-740d-43e4-93f3-a9ed3e540bb3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:41 GMT", + "Date": "Wed, 09 Sep 2020 22:36:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:41Z" + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:36:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d4a4bdd71941445c73abc4c334626c6b", + "x-ms-client-request-id": "1ad85421dc8ff4c9a2b17f3419384a33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19456223-160e-4fbe-9ce1-bc2272cfe020", + "apim-request-id": "b4bbdac7-c26d-49cb-b60d-1a730e166167", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:42 GMT", + "Date": "Wed, 09 Sep 2020 22:37:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:42Z" + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:36:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "484ff19245a2924b8c436dfce440984c", + "x-ms-client-request-id": "890c1905f25ae4e8418ebadfc30542cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1890dfc5-cbcd-4157-b179-699a0c0e5129", + "apim-request-id": "12ed20b1-9704-4558-b9d7-307370acdccc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:43 GMT", + "Date": "Wed, 09 Sep 2020 22:37:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:43Z" + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:37:00Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9dfec1abc10a423d2962766dae3dd907", + "x-ms-client-request-id": "59f31d07f35890b24c2e1db5f9e5fc3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7191a36e-2ada-4c19-bca3-1aa85433e5d0", + "apim-request-id": "ce119d3d-553e-471e-b402-36bae901c526", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:44 GMT", + "Date": "Wed, 09 Sep 2020 22:37:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:44Z" + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:37:00Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771/analyzeResults/a19cd6fc-24ff-4de9-a1b0-1244d9c44335", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "02abc3774a3b91b3721247fdab5f6032", + "x-ms-client-request-id": "5a4eda2c49b02f2f6bf3d80021ea319d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce99ad6b-2681-4350-9481-d4c43931ede8", - "Content-Length": "29808", + "apim-request-id": "dd3d0d0c-2ff2-4393-8dd0-db9c63cc90cc", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:45 GMT", + "Date": "Wed, 09 Sep 2020 22:37:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:37:00Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fc2cb26ef14411da677c3c2cd532eb5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "468bb4c7-c8b7-4da2-9db9-522da661ffe1", + "Content-Length": "30845", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:05:40Z", - "lastUpdatedDateTime": "2020-08-20T18:05:45Z", + "createdDateTime": "2020-09-09T22:36:57Z", + "lastUpdatedDateTime": "2020-09-09T22:37:04Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1766,11 +1861,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1779,7 +1931,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -3140,6 +3291,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -4037,31 +4260,31 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:737b93ce-4abb-4d84-b508-87298bba6009", + "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", "pageRange": [ 1, 3 ], "fields": { - "CompanyName": { + "Website": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", + "valueString": "555-555-5555", + "text": "555-555-5555", "page": 1, "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 ], - "confidence": 0.198, + "confidence": 0.126, "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" + "#/readResults/0/lines/9/words/0" ] }, "Merchant": { @@ -4085,26 +4308,6 @@ "#/readResults/0/lines/1/words/1" ] }, - "VendorName": { - "type": "string", - "valueString": "B", - "text": "B", - "page": 1, - "boundingBox": [ - 1.095, - 3.425, - 1.165, - 3.425, - 1.165, - 3.53, - 1.095, - 3.53 - ], - "confidence": 0.157, - "elements": [ - "#/readResults/0/lines/16/words/0" - ] - }, "PurchaseOrderNumber": { "type": "string", "valueString": "100.99", @@ -4125,24 +4328,24 @@ "#/readResults/2/lines/15/words/0" ] }, - "Website": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", + "valueString": "22.00", + "text": "22.00", "page": 1, "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 + 5.42, + 4.475, + 5.78, + 4.475, + 5.78, + 4.585, + 5.42, + 4.585 ], - "confidence": 0.126, + "confidence": 0.296, "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/33/words/0" ] }, "Signature": { @@ -4165,26 +4368,6 @@ "#/readResults/0/lines/38/words/0" ] }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "22.00", - "text": "22.00", - "page": 1, - "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 - ], - "confidence": 0.296, - "elements": [ - "#/readResults/0/lines/33/words/0" - ] - }, "Email": { "type": "string", "valueString": "Company A Invoice", @@ -4227,13 +4410,55 @@ "#/readResults/0/lines/31/words/0" ] }, + "CompanyName": { + "type": "string", + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, + "boundingBox": [ + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 + ], + "confidence": 0.198, + "elements": [ + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" + ] + }, + "VendorName": { + "type": "string", + "valueString": "B", + "text": "B", + "page": 1, + "boundingBox": [ + 1.095, + 3.425, + 1.165, + 3.425, + 1.165, + 3.53, + 1.095, + 3.53 + ], + "confidence": 0.157, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, "DatedAs": null, "PhoneNumber": null, "Quantity": null, "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -4241,28 +4466,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5adfccb0-ae4a-4dbd-81da-511f04e17771", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f2b3d979f1f4a54dae147d4814ff96e4-f69cc98f26e59646-00", + "traceparent": "00-a994388b68ffa94e87dfc61e5a5ee031-ba85cbd60bf4744b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "73187813cf64d160b40d1f40cedde44f", + "x-ms-client-request-id": "e8b37e91e8b6bd1cedc4ed651ab16e61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "81a13022-bcd8-415a-a2bc-4b291802d57f", + "apim-request-id": "8e2f54e9-d613-4791-a28b-623bbe7db12b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:45 GMT", + "Date": "Wed, 09 Sep 2020 22:37:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "106" }, "ResponseBody": [] } @@ -4270,7 +4495,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1086556872" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1864944783" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json index 394b3fe39013a..852c97c9a394d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-81ad5a7a40a40149a4100c1b40ae486c-85f32b202fe9a442-00", + "traceparent": "00-e1048856240f854895843532b38a7d24-707676d42100a04d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6feb204a5f03e847b0c424f19e18a2e8", + "x-ms-client-request-id": "882fe0f65bad14205238cfcaa42e4965", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d1b18827-c51f-419a-b660-e5fea36a5bbc", + "apim-request-id": "801e0b23-019f-4579-8387-c7cd5e0a5f74", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:47 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab", + "Date": "Wed, 09 Sep 2020 22:31:15 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "112" + "x-envoy-upstream-service-time": "230" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3ea976ef29396cda37c0c660b66e5f9", + "x-ms-client-request-id": "f77ee0d57e5ae70e3feb85bcfdf4c252", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "88a54230-a12d-4f68-a90e-62d57570edec", + "apim-request-id": "47650480-05b3-4331-a399-a2c1b6fa21b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:47 GMT", + "Date": "Wed, 09 Sep 2020 22:31:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "0e665d5a-26e8-4b36-bec3-223b6f704eab", + "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", "status": "creating", - "createdDateTime": "2020-08-20T18:00:47Z", - "lastUpdatedDateTime": "2020-08-20T18:00:47Z" + "createdDateTime": "2020-09-09T22:31:16Z", + "lastUpdatedDateTime": "2020-09-09T22:31:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6355e9d80ec79202d7ec3a019d9b5b3a", + "x-ms-client-request-id": "fcd00d2cd7b4c82955fe0b1a3cae66e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb4f1bde-061b-499b-9736-f5c694a0fc20", + "apim-request-id": "95ce7d31-cf4e-4ebe-828e-48db84ff6d66", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:48 GMT", + "Date": "Wed, 09 Sep 2020 22:31:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "0e665d5a-26e8-4b36-bec3-223b6f704eab", + "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", "status": "creating", - "createdDateTime": "2020-08-20T18:00:47Z", - "lastUpdatedDateTime": "2020-08-20T18:00:47Z" + "createdDateTime": "2020-09-09T22:31:16Z", + "lastUpdatedDateTime": "2020-09-09T22:31:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "65b398803b3458a45354cb8652e1dd49", + "x-ms-client-request-id": "1bf773b398bd7873d14749c1d664175d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79d180fe-4366-4d04-9ace-b4d262e693e1", + "apim-request-id": "3186d500-d8d0-4a87-a42b-dffdf901324a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:50 GMT", + "Date": "Wed, 09 Sep 2020 22:31:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "0e665d5a-26e8-4b36-bec3-223b6f704eab", + "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:00:47Z", - "lastUpdatedDateTime": "2020-08-20T18:00:49Z" + "createdDateTime": "2020-09-09T22:31:16Z", + "lastUpdatedDateTime": "2020-09-09T22:31:18Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,218 +228,277 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8b6ec4ab76797c44a51b292f84c12e1d-214101b61a354b43-00", + "traceparent": "00-1922632679f6c642ad9219bc82b5095c-4da0ee1502301040-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b4182bdf3ec260219557fba6b7cbf908", + "x-ms-client-request-id": "979e7c764c5dfdb1b6b6a15b73f4ab91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3a69d8f9-d91b-46ca-95ec-8b1982d0dc83", + "apim-request-id": "80348bea-55f3-4a68-b6b3-035b8e2881fa", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:50 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeresults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "Date": "Wed, 09 Sep 2020 22:31:17 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeresults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8908a385a6fd949599582b6c8e68f2f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "32fa28cc-312f-4967-88a9-95cc31b4acd4", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bfa4ade7cf106784c2f96507f61704dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "372db2d2-4e09-472c-b884-9d0c9dcea5e5", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "73e5d22180b39dc545fd1073427b40f6", + "x-ms-client-request-id": "323cb89c8d5bd060e709fd0520446f4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f3152b2-9d6d-4df4-a863-980b5e4417bc", + "apim-request-id": "299a0d1b-a6e4-4d01-988d-b823518f72a2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:50 GMT", + "Date": "Wed, 09 Sep 2020 22:31:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:50Z" + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7221f10fa68341787752cfdc3ffda087", + "x-ms-client-request-id": "c674b0c4ec50b6811fa0c604408d9d82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1778e64-f890-4aeb-bbe6-972924723ebe", + "apim-request-id": "8e343e1e-42d6-4af0-b6c7-d3dc70d83d36", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:51 GMT", + "Date": "Wed, 09 Sep 2020 22:31:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:51Z" + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8065c35b69fb5f96657b6fc42dae1d19", + "x-ms-client-request-id": "d6d04d53bf2c59954cd3d806d27e467e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01e0824f-9064-4b11-97e5-5b9092b8ff0d", + "apim-request-id": "f840b183-0df5-4c37-8ef3-dc20170cef05", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:52 GMT", + "Date": "Wed, 09 Sep 2020 22:31:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:52Z" + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c696051787a97a8459a4fb60b0e85e47", + "x-ms-client-request-id": "4643178a3ea3b08d368613bac75b8f59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06ccb4ba-4df6-44b9-9d40-ef7a8eef4d2d", + "apim-request-id": "bf0815f5-54fa-4ab2-a0d3-95c1bbf9695d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:53 GMT", + "Date": "Wed, 09 Sep 2020 22:31:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:53Z" + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7f17895dbf15a6fa5bc20c0736b313c9", + "x-ms-client-request-id": "d3b27a6c987304211a1a797c137be4a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c491d59-2ecc-42d6-b40e-763f7a0c131d", + "apim-request-id": "c85d3cb8-5e06-403d-ad3f-a762385bb33c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:54 GMT", + "Date": "Wed, 09 Sep 2020 22:31:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:54Z" + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab/analyzeResults/5a36e0bf-0c9d-4c66-8828-265be374fe9a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "39c5b534d967d4dd3eea26566e36af7c", + "x-ms-client-request-id": "2879485a574a14dfc0209fa6acdb92f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "181da8cd-eb92-4851-a39b-15aeb3a4abf2", - "Content-Length": "29808", + "apim-request-id": "8cec2943-2a47-4447-8b0f-d90f3e64f3da", + "Content-Length": "30845", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:00:55 GMT", + "Date": "Wed, 09 Sep 2020 22:31:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:00:50Z", - "lastUpdatedDateTime": "2020-08-20T18:00:54Z", + "createdDateTime": "2020-09-09T22:31:18Z", + "lastUpdatedDateTime": "2020-09-09T22:31:25Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1797,11 +1859,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1810,7 +1929,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -3171,6 +3289,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -4068,31 +4258,31 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:84e64eea-c2c5-4779-9123-ac43a14a9222", + "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", "pageRange": [ 1, 3 ], "fields": { - "Merchant": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", - "page": 1, + "valueString": "100.99", + "text": "100.99", + "page": 3, "boundingBox": [ - 6.02, - 1.065, - 7.035, - 1.065, - 7.035, - 1.21, - 6.02, - 1.21 + 5.425, + 3.21, + 5.86, + 3.21, + 5.86, + 3.32, + 5.425, + 3.32 ], - "confidence": 0.16, + "confidence": 0.127, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/2/lines/15/words/0" ] }, "CompanyPhoneNumber": { @@ -4115,27 +4305,6 @@ "#/readResults/0/lines/33/words/0" ] }, - "CompanyName": { - "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "page": 1, - "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 - ], - "confidence": 0.198, - "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" - ] - }, "Signature": { "type": "string", "valueString": "Signature:", @@ -4156,26 +4325,6 @@ "#/readResults/0/lines/38/words/0" ] }, - "CompanyAddress": { - "type": "string", - "valueString": "G", - "text": "G", - "page": 1, - "boundingBox": [ - 1.09, - 4.475, - 1.175, - 4.475, - 1.175, - 4.585, - 1.09, - 4.585 - ], - "confidence": 0.297, - "elements": [ - "#/readResults/0/lines/31/words/0" - ] - }, "Email": { "type": "string", "valueString": "Company A Invoice", @@ -4198,24 +4347,46 @@ "#/readResults/0/lines/0/words/2" ] }, - "PurchaseOrderNumber": { + "CompanyName": { "type": "string", - "valueString": "100.99", - "text": "100.99", - "page": 3, + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, "boundingBox": [ - 5.425, - 3.21, - 5.86, - 3.21, - 5.86, - 3.32, - 5.425, - 3.32 + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 ], - "confidence": 0.127, + "confidence": 0.198, "elements": [ - "#/readResults/2/lines/15/words/0" + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" + ] + }, + "Merchant": { + "type": "string", + "valueString": "Invoice For:", + "text": "Invoice For:", + "page": 1, + "boundingBox": [ + 6.02, + 1.065, + 7.035, + 1.065, + 7.035, + 1.21, + 6.02, + 1.21 + ], + "confidence": 0.16, + "elements": [ + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, "Website": { @@ -4238,6 +4409,26 @@ "#/readResults/0/lines/9/words/0" ] }, + "CompanyAddress": { + "type": "string", + "valueString": "G", + "text": "G", + "page": 1, + "boundingBox": [ + 1.09, + 4.475, + 1.175, + 4.475, + 1.175, + 4.585, + 1.09, + 4.585 + ], + "confidence": 0.297, + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, "VendorName": { "type": "string", "valueString": "B", @@ -4264,7 +4455,8 @@ "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -4272,28 +4464,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0e665d5a-26e8-4b36-bec3-223b6f704eab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5ac46c43d71cc442945394778a4942a9-62bb6a6b52caa144-00", + "traceparent": "00-f25637bcfaaae94a8a15ad4943e37ec7-a262d4ef4605c94c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a467281d9e9657040af06be77a7c44a6", + "x-ms-client-request-id": "57997e4473ccf10af63e2b88c5119cbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "404b13e7-e90d-4495-b31b-ec623778a5f1", + "apim-request-id": "69f4f98b-65fe-4c35-8834-749789ccc0e5", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:00:55 GMT", + "Date": "Wed, 09 Sep 2020 22:31:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": [] } @@ -4301,7 +4493,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1922268452" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1094100444" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json index 055dae65dd4a0..8e16441628560 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-59291af451182941822c5277d0b2aaa1-adcefa4048dc8a4e-00", + "traceparent": "00-0cde7b1bf80afb44a925cfc6ed339591-a36818522cc79743-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c37f8fc165434c94e40c009852cc88c", + "x-ms-client-request-id": "40942c3caca52bd99d191e5ad991d1b4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "07908655-2e88-47ca-8de0-9b7b40e09741", + "apim-request-id": "ef06be24-6c95-4429-aef7-73270a62de9e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:32 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac", + "Date": "Wed, 09 Sep 2020 22:36:42 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "237" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f8cc29d212f9586bbdadef3963a286f1", + "x-ms-client-request-id": "c206179a24250e32608ce25e0572dce2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e5438f4-14ec-48f1-95a6-7c525ca7dbf5", + "apim-request-id": "7f8523e4-c445-4547-b2d2-14de5ab89675", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:32 GMT", + "Date": "Wed, 09 Sep 2020 22:36:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac", + "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", "status": "creating", - "createdDateTime": "2020-08-20T18:05:32Z", - "lastUpdatedDateTime": "2020-08-20T18:05:32Z" + "createdDateTime": "2020-09-09T22:36:42Z", + "lastUpdatedDateTime": "2020-09-09T22:36:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f7ae2dffc306792fd3997f2d5c957c2b", + "x-ms-client-request-id": "5bdb82beae6a2a79ee3c85bf15f5b4e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42cdcfc9-2b01-4b4f-b02a-966c4ff9d05a", + "apim-request-id": "9ff4750f-d71d-439e-b949-0f1e6147f6df", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:33 GMT", + "Date": "Wed, 09 Sep 2020 22:36:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac", + "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "status": "creating", + "createdDateTime": "2020-09-09T22:36:42Z", + "lastUpdatedDateTime": "2020-09-09T22:36:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "05cc120ea47a18ecf986e019c97b252b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f1ef56c9-221f-42c5-80ac-0cc584c7ebae", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:05:32Z", - "lastUpdatedDateTime": "2020-08-20T18:05:33Z" + "createdDateTime": "2020-09-09T22:36:42Z", + "lastUpdatedDateTime": "2020-09-09T22:36:44Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,218 +228,337 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f1b9eb16cddb5e44a014741d1648f381-d0a2d725600a2e4b-00", + "traceparent": "00-da64888b9fab7345b0854d4221dbbd4c-8ab8ebeae164044e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f072cf6e026aeab38ddfcea7268fd1ac", + "x-ms-client-request-id": "569c3c3d76b6eb4a9edcd3e99f73f86a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3eb97a6e-92f8-41a5-b63b-aef186ec9e26", + "apim-request-id": "b6693367-f1a7-41e5-b22f-94f4ce689755", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:33 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeresults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "Date": "Wed, 09 Sep 2020 22:36:44 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeresults/50252ac5-36c5-44bf-9e21-5149b67c970f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "580acfbad17e0e85fa522560933dfb28", + "x-ms-client-request-id": "f350fcd7d6a61a6895c361e4ce606073", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc58558b-6285-4ecb-bde2-b5439e27c76f", + "apim-request-id": "32885c96-a347-401d-a811-931dc338f6dc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:33 GMT", + "Date": "Wed, 09 Sep 2020 22:36:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:33Z" + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:44Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "94cac331962ffc8679c46a26f5885343", + "x-ms-client-request-id": "d9825a165d599730c7e0679ed0037886", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b2ad509-0178-482f-bb84-4fc8da8ef99a", + "apim-request-id": "9f97dbad-b27f-4fcd-9c43-0e2af1e8f5a2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:34 GMT", + "Date": "Wed, 09 Sep 2020 22:36:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:45Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cc41758d322a6684d481c1f215661d3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "997038de-9ab0-4660-a8bf-4ccd8b4d97c7", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:34Z" + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:45Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c73d2c7238b9dad4963f617dc52564f", + "x-ms-client-request-id": "44d2607b1ff17a10cbb82bc66fc94992", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "747cfc61-9ce0-41b8-bcd2-01b1e92c3a16", + "apim-request-id": "e1741841-6a4e-4b17-8a46-ffa9310e35a8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:35 GMT", + "Date": "Wed, 09 Sep 2020 22:36:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:35Z" + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6375a6e33dc5247c480ddeb9675e1972", + "x-ms-client-request-id": "5856db4a931ee448d61b05d79b3d8261", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ecae092-f039-480f-87fe-d674d2b507a5", + "apim-request-id": "0fc1cfe3-1ef4-44bc-b0a3-dcf34c52ae44", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:36 GMT", + "Date": "Wed, 09 Sep 2020 22:36:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:36Z" + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c098e2ff6fca0d9c152d4bcc9f6f2027", + "x-ms-client-request-id": "6f2329c234306d9464c6007206bef70a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c127831e-8c97-4e45-a65c-4a497f3187d2", + "apim-request-id": "cd049685-86a1-4e7a-9e87-06a9bc90dd05", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:37 GMT", + "Date": "Wed, 09 Sep 2020 22:36:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:37Z" + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac/analyzeResults/b5f1d3b7-8a34-41a0-9e42-5e8ef23a39c7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f431a6def128a7e554f447d45f336ea", + "x-ms-client-request-id": "3aa72e38c40fe71f17ee6ed51a39de8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed8524e2-879e-45da-8830-9de5be4dc780", - "Content-Length": "29808", + "apim-request-id": "6d8770c1-4798-4dad-bac9-bf74c20baf2d", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:38 GMT", + "Date": "Wed, 09 Sep 2020 22:36:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:51Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4503c936d9a6166146e8f35792d6de17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6c7791ee-9b44-4954-bd8b-8c71d963c83d", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:51Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6c9ffa244895fe52093b5842c5be532b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "614f9031-b7bb-4078-98ac-a3ac636ed386", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:51Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3c3b72e7b1bb5e64cd91f326d0c85440", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "26c1c9c5-7128-446c-84ad-ff1c4e7f9020", + "Content-Length": "30845", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:36:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:05:33Z", - "lastUpdatedDateTime": "2020-08-20T18:05:38Z", + "createdDateTime": "2020-09-09T22:36:44Z", + "lastUpdatedDateTime": "2020-09-09T22:36:54Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -1764,11 +1919,68 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.8745, + 1.1035, + 9.8745, + 1.1035, + 10.9943, + 0, + 10.9943 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.4952, + 1.9659, + 10.4952, + 1.9659, + 10.9978, + 0, + 10.9978 + ], + "confidence": 0.8, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0263, + 1.0499, + 0.0263, + 1.0499, + 1.0117, + 0, + 1.0117 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5064, + 9.9415, + 8.4985, + 9.9415, + 8.4985, + 11, + 7.5064, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] }, { "page": 2, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -1777,7 +1989,6 @@ }, { "page": 3, - "language": "en", "angle": 0, "width": 8.5, "height": 11, @@ -3138,6 +3349,78 @@ } ] } + ], + "selectionMarks": [ + { + "boundingBox": [ + 0, + 9.877, + 1.1039, + 9.877, + 1.1039, + 10.9946, + 0, + 10.9946 + ], + "confidence": 0.881, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 10.498, + 1.9897, + 10.498, + 1.9897, + 10.9975, + 0, + 10.9975 + ], + "confidence": 0.833, + "state": "unselected" + }, + { + "boundingBox": [ + 0, + 0.0268, + 1.048, + 0.0268, + 1.048, + 1.0107, + 0, + 1.0107 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 6.8221, + 10.6394, + 8.4766, + 10.6394, + 8.4766, + 11, + 6.8221, + 11 + ], + "confidence": 0.6, + "state": "unselected" + }, + { + "boundingBox": [ + 7.5061, + 9.9417, + 8.4988, + 9.9417, + 8.4988, + 11, + 7.5061, + 11 + ], + "confidence": 0.553, + "state": "unselected" + } ] } ], @@ -4035,74 +4318,13 @@ ], "documentResults": [ { - "docType": "custom:form", + "docType": "custom:41a8b302-0658-45e8-a6b5-136ab5f88366", + "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", "pageRange": [ 1, 3 ], "fields": { - "CompanyName": { - "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "page": 1, - "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 - ], - "confidence": 0.198, - "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" - ] - }, - "Merchant": { - "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", - "page": 1, - "boundingBox": [ - 6.02, - 1.065, - 7.035, - 1.065, - 7.035, - 1.21, - 6.02, - 1.21 - ], - "confidence": 0.16, - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "VendorName": { - "type": "string", - "valueString": "B", - "text": "B", - "page": 1, - "boundingBox": [ - 1.095, - 3.425, - 1.165, - 3.425, - 1.165, - 3.53, - 1.095, - 3.53 - ], - "confidence": 0.157, - "elements": [ - "#/readResults/0/lines/16/words/0" - ] - }, "PurchaseOrderNumber": { "type": "string", "valueString": "100.99", @@ -4123,24 +4345,24 @@ "#/readResults/2/lines/15/words/0" ] }, - "Website": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", + "valueString": "22.00", + "text": "22.00", "page": 1, "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 + 5.42, + 4.475, + 5.78, + 4.475, + 5.78, + 4.585, + 5.42, + 4.585 ], - "confidence": 0.126, + "confidence": 0.296, "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/33/words/0" ] }, "Signature": { @@ -4163,26 +4385,6 @@ "#/readResults/0/lines/38/words/0" ] }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "22.00", - "text": "22.00", - "page": 1, - "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 - ], - "confidence": 0.296, - "elements": [ - "#/readResults/0/lines/33/words/0" - ] - }, "Email": { "type": "string", "valueString": "Company A Invoice", @@ -4205,6 +4407,68 @@ "#/readResults/0/lines/0/words/2" ] }, + "CompanyName": { + "type": "string", + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, + "boundingBox": [ + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 + ], + "confidence": 0.198, + "elements": [ + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" + ] + }, + "Merchant": { + "type": "string", + "valueString": "Invoice For:", + "text": "Invoice For:", + "page": 1, + "boundingBox": [ + 6.02, + 1.065, + 7.035, + 1.065, + 7.035, + 1.21, + 6.02, + 1.21 + ], + "confidence": 0.16, + "elements": [ + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" + ] + }, + "Website": { + "type": "string", + "valueString": "555-555-5555", + "text": "555-555-5555", + "page": 1, + "boundingBox": [ + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 + ], + "confidence": 0.126, + "elements": [ + "#/readResults/0/lines/9/words/0" + ] + }, "CompanyAddress": { "type": "string", "valueString": "G", @@ -4225,13 +4489,34 @@ "#/readResults/0/lines/31/words/0" ] }, + "VendorName": { + "type": "string", + "valueString": "B", + "text": "B", + "page": 1, + "boundingBox": [ + 1.095, + 3.425, + 1.165, + 3.425, + 1.165, + 3.53, + 1.095, + 3.53 + ], + "confidence": 0.157, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, "DatedAs": null, "PhoneNumber": null, "Quantity": null, "Subtotal": null, "Tax": null, "Total": null - } + }, + "docTypeConfidence": 1.0 } ], "errors": [] @@ -4239,28 +4524,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ad04a3a-9fbb-4ec0-9f3a-3c3c0be731ac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9cc517a687667f4da9cb9be0e3bd9186-d1caa25b29553d45-00", + "traceparent": "00-c9d67c2fd385254b8a716dba27a9367c-0f3b14dd3f233e45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f918844995b9748509684e98f1b084d9", + "x-ms-client-request-id": "1fb156107299edf877053c6a811f5187", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "fffee1ce-96ba-4a1a-ac5a-b22eacea23a0", + "apim-request-id": "128953d5-e9ab-4bb9-981f-deee05538e7d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:38 GMT", + "Date": "Wed, 09 Sep 2020 22:36:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] } @@ -4268,7 +4553,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1247468703" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "432412203" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json index 3fe545f6c7409..9d595ff3d04a9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ac1f16b891e90b4fbd2d1ebf6b94ec65-a0c75d8db847ec4a-00", + "traceparent": "00-bbc3c2a6f5b99e45b6c2a2f50073bbec-b2b7b33dbb984e49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f6fa86b2302d88dd0934fd5b067e0d1c", + "x-ms-client-request-id": "05a0cc668e405f6656a3d2bfc4384365", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,299 +22,365 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "44a16a6f-8799-4dd8-84ed-c91721b0f3ab", + "apim-request-id": "53f53c04-9eff-4ac0-9953-878f3e0bfacf", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:44 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "Date": "Thu, 10 Sep 2020 23:52:40 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bbdcd91fe1034160fa315dd5abeb9de7", + "x-ms-client-request-id": "ba8e862e4604c8611818130bcc33b5f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95daffc1-334c-4447-ad49-b0b9c2289850", + "apim-request-id": "8176685e-8ba8-4e12-9fff-c04ba9e1371f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:44 GMT", + "Date": "Thu, 10 Sep 2020 23:52:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "58dd839e87a6d3c0b455a371147d5553", + "x-ms-client-request-id": "1f2c7e04cade8bc170a8abbee446825e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05e0ab15-271f-4ec2-937c-a7c842c40b2f", + "apim-request-id": "e53b6046-844c-44ca-92ea-9c5c974eda34", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:45 GMT", + "Date": "Thu, 10 Sep 2020 23:52:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "010bdb494c03d03626b9fcfbd308dd1e", + "x-ms-client-request-id": "1519b4a8cf261fbe6bd8ed277b5a9222", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5aa3b1a1-f6d9-4c17-b5a0-c3e7db0bdf68", + "apim-request-id": "03e55757-0314-443e-9a7e-4a60d5001b76", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:46 GMT", + "Date": "Thu, 10 Sep 2020 23:52:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "82bd1597b5a19776180807ae3dee2c7c", + "x-ms-client-request-id": "45bbdaee240c6386c5034a5b9aa2e3d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "306fbe92-3439-4426-91a3-a95256d44714", + "apim-request-id": "1e20c9a3-3adf-4396-ac28-5d83cbc80d75", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:47 GMT", + "Date": "Thu, 10 Sep 2020 23:52:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cf8c09dc9be052e34d0c31ec8bc500ab", + "x-ms-client-request-id": "1762b5959f1a34d1c00cb406dd991015", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c124d17-8cdd-40cc-9dd6-de14f724147a", + "apim-request-id": "b2e03376-fb76-4517-bfd2-302343e55fa3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:48 GMT", + "Date": "Thu, 10 Sep 2020 23:52:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fed98578d2c093b16573e8fb44889337", + "x-ms-client-request-id": "0ad089153c8a84522db64f22846285c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e458761-1221-4662-a97f-191771349c04", + "apim-request-id": "3db7e0ba-6df8-4d76-914b-4889ed9bb815", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:49 GMT", + "Date": "Thu, 10 Sep 2020 23:52:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c91e7f8c0d7cfb3e316a359483890c53", + "x-ms-client-request-id": "c5911af47bf74e07088685ff6f7f862c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee950c65-3dc3-4bea-a188-52180f762ae5", + "apim-request-id": "49e11c63-db2b-4eec-9e40-7f650be415ee", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:50 GMT", + "Date": "Thu, 10 Sep 2020 23:52:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b8355b082e1409bb57f86a6cb2e80dc4", + "x-ms-client-request-id": "104635f2d9d2584763dee96450aeaf5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2d585ec8-f2fc-4cd6-bfaf-b47bb8b58db8", + "apim-request-id": "60fca69f-89b1-4c94-824b-bc22a2d3e5aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:52 GMT", + "Date": "Thu, 10 Sep 2020 23:52:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "creating", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:44Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b60f97936a66a2f47decd569d1d10dc", + "x-ms-client-request-id": "c211eb874b079a1e81820103b75314ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ee4fa93-1f72-4848-8625-76419bf6a4f3", + "apim-request-id": "966a0716-74a4-4cfc-8c87-84612ee39a53", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:53 GMT", + "Date": "Thu, 10 Sep 2020 23:52:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4f30232f741c1af6d339621991a3fd59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "aac06dfe-efc6-4f1d-baab-33b487f162f2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "847727d6c46da62516ab8e4fd843a110", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cb68a836-689e-462f-8100-de541656698e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -322,10 +388,142 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2d343bc9607e1241f5f7eecee80509de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2664e52c-7210-41a4-ab27-1e2de901cc5a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "902da78490db6a40fd893870e5a6428f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a5a1c9ac-7b62-4682-bf94-90aea16f456e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "554f5297d06f76dbe5648e76d556be11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6e6a70e0-18f7-4548-a745-688b6c9df438", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "34" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "30cbb0a210163834fbc92ff427d12d4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6cfcc0c1-d5a2-4967-a0a3-be8c60660680", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", "status": "ready", - "createdDateTime": "2020-08-20T18:01:44Z", - "lastUpdatedDateTime": "2020-08-20T18:01:52Z" + "createdDateTime": "2020-09-10T23:52:40Z", + "lastUpdatedDateTime": "2020-09-10T23:52:54Z" }, "keys": { "clusters": { @@ -337,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,19 +593,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ae25c356d1d88c4cbf3150a2c55d922b-e321dbb690699549-00", + "traceparent": "00-1df9f5522e191c438c706530595f3962-c255a2275c61a244-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e9f39567db525e23c4157183a3d14849", + "x-ms-client-request-id": "96365fb5b3b5b36fccb6ab7601c995a7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -414,173 +613,390 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a88f6a6a-fc55-406f-8077-7d04ff8dd4c4", + "apim-request-id": "a1b18bbc-d37d-4290-be99-327b3b5a24c0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:53 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeresults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "Date": "Thu, 10 Sep 2020 23:52:55 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeresults/239a04f2-4857-4df6-b2db-9fca00069ef8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeResults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "891b705d0029d1ac2bca703660656c3a", + "x-ms-client-request-id": "34ce27cb11da87791d165aa5a1e64e13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f15933cf-fc94-4acb-8d66-a920f8d3bcd2", + "apim-request-id": "7793a1c7-a2d4-4870-9ccb-71d4815044ed", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:53 GMT", + "Date": "Thu, 10 Sep 2020 23:52:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:01:53Z", - "lastUpdatedDateTime": "2020-08-20T18:01:53Z" + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:55Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeResults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d058ee824f49e71d6024791c4abc775", + "x-ms-client-request-id": "76c140372720ee5b4118645f65be3731", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb46c86c-9e66-46e5-958a-f4d305cec915", + "apim-request-id": "ae7e2104-74c9-4d7e-9c05-8a6e3ce1e1bd", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:54 GMT", + "Date": "Thu, 10 Sep 2020 23:52:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ff288834f802a374e6ae799e59c912e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e1eadc0-fe6c-489a-a4b5-8a8e56d20622", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "42" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c13f97671f08a486cbe0f3c2ad19225e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e0e3b00b-aa6a-42d1-aa43-93be9d67ab66", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "187028df4ebe3e10cc1d8f71adbc9477", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1410fe20-f297-4bf2-b134-50fcd741fd2d", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:53Z", - "lastUpdatedDateTime": "2020-08-20T18:01:53Z", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeResults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2cf88395860166b2e821bd876aecfd5e", + "x-ms-client-request-id": "cdf77e05757f14290183342205b1f6cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "085a700d-e5e2-4dbd-842f-d6bc50eca295", + "apim-request-id": "a5ad6ad3-a4e1-462e-9bc8-c90efa14fb8e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:55 GMT", + "Date": "Thu, 10 Sep 2020 23:53:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:53Z", - "lastUpdatedDateTime": "2020-08-20T18:01:53Z", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeResults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "159b37a92bcc3954fe7cb226b81b0d7f", + "x-ms-client-request-id": "31bf1a8cf95919278700f5ea8f14f70e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5deeb5c-f232-4f28-8b0e-34be16c391cc", + "apim-request-id": "9c86faad-30ec-4004-ab67-4f0376036f5e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:56 GMT", + "Date": "Thu, 10 Sep 2020 23:53:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:53Z", - "lastUpdatedDateTime": "2020-08-20T18:01:53Z", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00/analyzeResults/1dc72d08-2fb4-43cc-9a8e-10427fbb58f4", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dda0fb033f6c6139db9e34d366ea34ea", + "x-ms-client-request-id": "2ebc7b4b552169dfff5b173a1aed391a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6a179e6-6cb1-43d7-a446-03294bb9fb06", - "Content-Length": "9147", + "apim-request-id": "96e8d0a3-d0c9-4e99-9c03-f73b19ba39de", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:57 GMT", + "Date": "Thu, 10 Sep 2020 23:53:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "92e5c22763fd0c1e57de467e803e85ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9defe1cd-802f-48d4-ad1f-792a5d7d5b23", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "89d6258cc7f437ab3b5531fde2ecfe99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5682dcfd-f6b9-4c3c-9bc2-c101ab2dfa53", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ccc2dac6642fe8115cb0d7430e60e9c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f72a194-9082-40b8-85b9-242742cafacf", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f5ad2ad6af17602517ad57a83121296a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "95ebdbdf-6eb1-418a-b4b6-72e900dcb11d", + "Content-Length": "8958", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:01:53Z", - "lastUpdatedDateTime": "2020-08-20T18:01:56Z", + "createdDateTime": "2020-09-10T23:52:55Z", + "lastUpdatedDateTime": "2020-09-10T23:53:07Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -591,54 +1007,32 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": null - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": null }, "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": null }, @@ -649,27 +1043,27 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": null }, "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": null }, @@ -677,30 +1071,30 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": null }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": null }, @@ -708,30 +1102,30 @@ }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": null }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": null }, @@ -741,28 +1135,28 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": null }, "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": null }, @@ -772,28 +1166,28 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": null }, "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": null }, @@ -803,13 +1197,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": null @@ -817,13 +1211,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": null @@ -834,28 +1228,28 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": null }, "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": null }, @@ -865,27 +1259,27 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": null }, "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": null @@ -897,27 +1291,27 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": null }, "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": null }, @@ -927,28 +1321,28 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": null }, "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": null }, @@ -958,28 +1352,28 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": null }, "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": null }, @@ -990,27 +1384,27 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": null }, "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": null }, @@ -1020,27 +1414,27 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": null }, "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": null @@ -1051,13 +1445,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": null @@ -1065,14 +1459,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": null }, @@ -1082,28 +1476,28 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": null }, "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": null }, @@ -1113,28 +1507,28 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": null }, "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": null }, @@ -1152,10 +1546,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1172,14 +1566,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1193,14 +1587,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1214,13 +1608,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -1235,14 +1629,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1256,13 +1650,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -1277,14 +1671,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1298,13 +1692,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -1319,14 +1713,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1340,14 +1734,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1361,13 +1755,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -1382,14 +1776,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1403,13 +1797,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -1425,13 +1819,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1445,14 +1839,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1466,13 +1860,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -1487,14 +1881,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1508,14 +1902,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1529,13 +1923,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -1550,14 +1944,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1578,28 +1972,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6e6c53c6-a1e7-4e64-af36-d104995c6e00", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a52eab7892de394c905c564ae1edffbc-a87a035cf5143b4c-00", + "traceparent": "00-9baf02a0f82d0b459c34526d472cd068-b9d21955ec913e46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8de7e905b2106aa92fbf2d84d38cadcc", + "x-ms-client-request-id": "a5b7ade0b87c28bd13ee2d43ef6828da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "15ad5b82-9de0-4301-9287-977d85dd7109", + "apim-request-id": "4b79a4c5-1116-4aee-916b-04f5f9f54395", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:57 GMT", + "Date": "Thu, 10 Sep 2020 23:53:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] } @@ -1607,7 +2001,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2027490814" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1925101383" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json index 891632dd4fec2..8d70c5e8dc881 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d1659c36cc412646ad6e74e6154109d4-eba8185282d13c44-00", + "traceparent": "00-84207d22879ade4fb43ade9dc26c045a-c4855e8761c16f4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e7a01d0c0c4249feaa4aa56809aa58c3", + "x-ms-client-request-id": "f72c04e7d020e4a85e79d1bc0a418e17", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,475 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "01a07a88-02d4-40a7-8bcd-5b5e948a02c3", + "apim-request-id": "d04ebc8a-3abe-476d-8c19-0729a2338b29", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:25 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1", + "Date": "Thu, 10 Sep 2020 23:54:59 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c3a4fcb9657c0b314c20ef5f9823316f", + "x-ms-client-request-id": "b611e9e16f4962984159d2f22e2fd544", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ab3194e-ccfd-466b-b8f5-f39372043bae", + "apim-request-id": "1e837556-bb65-4ffc-98f3-7b96f26cefd4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:25 GMT", + "Date": "Thu, 10 Sep 2020 23:54:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "260cdf1f7ab663585ba38307996b2a6c", + "x-ms-client-request-id": "35ee0429bb508ff43befec00d252a54b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f430521e-e1e6-4ec9-b396-c2a12b6610bc", + "apim-request-id": "d46dcc86-52fb-4808-bba4-31a778b701af", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:27 GMT", + "Date": "Thu, 10 Sep 2020 23:55:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d05ea8b93f9a66dec959a221d9fb086", + "x-ms-client-request-id": "2eba6935191c77836bcab6c6fdb6b52e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e58498b5-a982-4fb9-8114-ecb979376b60", + "apim-request-id": "02d6c16b-33a5-490a-af6a-48f92620c5ee", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:28 GMT", + "Date": "Thu, 10 Sep 2020 23:55:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2a483518329d3e0ca44067d9e22971e0", + "x-ms-client-request-id": "05938da4595226c7f4827a5983988fef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5297dc0f-b2e4-43a3-9283-eaac644b3208", + "apim-request-id": "2cd4f8b3-c9a7-4e0e-a529-04ef04d29531", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:29 GMT", + "Date": "Thu, 10 Sep 2020 23:55:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "add382f5141e8b7572653a21df3546bc", + "x-ms-client-request-id": "c5bc86b4a6750f278177c985052e9185", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84a2228d-7d5b-4f9b-9f5c-e7fdddf1048c", + "apim-request-id": "33fa30b8-98c3-4d34-abf5-80ca367f5929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:30 GMT", + "Date": "Thu, 10 Sep 2020 23:55:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "63eefdf3002259cfddc679b92c94c4c2", + "x-ms-client-request-id": "455cbd399fbedbf9a1933a9a9f29f3d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2582ab93-c3c5-4455-9ace-cd5001c9ce60", + "apim-request-id": "b37535a5-305d-42ee-b879-786348ee8997", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:31 GMT", + "Date": "Thu, 10 Sep 2020 23:55:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9a2db92303cb0468bfbdb738f8eb5f6f", + "x-ms-client-request-id": "7712c63aeff9fdb9658384db904121c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0592f9a4-aba4-4b93-bd33-179c28e882e4", + "apim-request-id": "f6b326a5-fc42-401c-9aee-c5fad7250f41", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:32 GMT", + "Date": "Thu, 10 Sep 2020 23:55:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e5e5abf90e3af4beb37acf579bbc5fde", + "x-ms-client-request-id": "c520f4f1493b14308de124e16b8d7057", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "730cf6c1-0a57-4db1-8d56-c22bc0e0a553", + "apim-request-id": "c197e0b9-3acf-4bdf-8ab5-05b18198bb0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:33 GMT", + "Date": "Thu, 10 Sep 2020 23:55:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "creating", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:26Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "25fe77a0ac07eff194eaa365499661f2", + "x-ms-client-request-id": "3e4bf583191c4a8c045edf3b1b1d4b5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34fc8efa-b9c7-4071-8e05-7fe68a22a274", + "apim-request-id": "0793499d-8349-4388-8edd-1047a9c068c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:34 GMT", + "Date": "Thu, 10 Sep 2020 23:55:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "aba874722d09f09796fdea18cbd891d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "972009c1-3e3e-4ff7-a1e6-aa82fe9d55db", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9a582c13e3f6d7aa68d5c1dd69f5f96f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "85ac8820-0de2-4f2b-a8bf-9bf12771f7c6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f76ec495c4e4554e5e5aa71e2f737e2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b58192b9-77d5-4c00-92d4-fca4f3564d36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ee2707ccb0c58f69c9d142336cba86a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "04651cd7-111a-4c85-97e0-3ee0488f41c4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "07827a0499694ef4de023c9b3b8ca7f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f58a9838-905c-4c54-b6b9-73c427531a81", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "e19a38bd-cfec-496c-9788-78514632c8c1", + "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "status": "ready", - "createdDateTime": "2020-08-20T18:06:26Z", - "lastUpdatedDateTime": "2020-08-20T18:06:34Z" + "createdDateTime": "2020-09-10T23:54:59Z", + "lastUpdatedDateTime": "2020-09-10T23:55:12Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,19 +560,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b918d5d82749cc42afc6f0ea6b13de54-5fd8ed050aee5f47-00", + "traceparent": "00-d3767eab140ec340a4d4bd9bdf870f9c-cc162b8a49f35f43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "81c00967dfae1588fb39e65133106903", + "x-ms-client-request-id": "621095570bcee5aa5adf2d13811be8a3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -414,173 +580,235 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fcf3919f-f1c8-4057-b33e-1845292d903d", + "apim-request-id": "9d59f9bc-b9d1-4c8b-8f70-1fc5f4405590", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:34 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeresults/841acf61-5585-4e24-b227-23fbd5ff5501", + "Date": "Thu, 10 Sep 2020 23:55:12 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeresults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeResults/841acf61-5585-4e24-b227-23fbd5ff5501", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8198d85e39ed4d67baf650506a59ab1c", + "x-ms-client-request-id": "b51906d377f133c213d80fc274ce533d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27e94c14-d8b1-432f-abe7-a21b99884d4f", + "apim-request-id": "5a73752f-65d5-4cf0-926b-a96a94d63293", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:34 GMT", + "Date": "Thu, 10 Sep 2020 23:55:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:06:34Z", - "lastUpdatedDateTime": "2020-08-20T18:06:34Z" + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeResults/841acf61-5585-4e24-b227-23fbd5ff5501", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "91f0dd19defcc030efe829cec5a0bc84", + "x-ms-client-request-id": "d7db4e2924aaf9d3d09dac896be0ccc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03ca6650-d28e-40fb-804d-61ebfff8d46a", + "apim-request-id": "53c2ad18-8d34-4283-a61d-3f6ccea0ce0e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:36 GMT", + "Date": "Thu, 10 Sep 2020 23:55:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:34Z", - "lastUpdatedDateTime": "2020-08-20T18:06:35Z", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:14Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeResults/841acf61-5585-4e24-b227-23fbd5ff5501", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7006a081dffe2d05a272c7b78f37aaa2", + "x-ms-client-request-id": "34c79819f272e002d2dc4ff5fbe7708c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e422819f-7b5f-402e-9a4e-177e9e16017a", + "apim-request-id": "0300b785-959a-4eae-8ba5-d25a34b359b1", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:37 GMT", + "Date": "Thu, 10 Sep 2020 23:55:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:34Z", - "lastUpdatedDateTime": "2020-08-20T18:06:35Z", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:14Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeResults/841acf61-5585-4e24-b227-23fbd5ff5501", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5537c98dd71f8007a8d791040f988719", + "x-ms-client-request-id": "33e9f08b113faff93320e554ca38c732", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cbf3f30f-c9b4-4f6d-99fc-fa2918b8d022", + "apim-request-id": "1d49a1f4-5613-44b4-9764-7dfa810c1fed", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:38 GMT", + "Date": "Thu, 10 Sep 2020 23:55:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:34Z", - "lastUpdatedDateTime": "2020-08-20T18:06:35Z", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:14Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1/analyzeResults/841acf61-5585-4e24-b227-23fbd5ff5501", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cacfcb393b52391ed7c3ee89167831b7", + "x-ms-client-request-id": "dca94c0b1f0636cb4cfb04cdd4ddfde9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63e93644-66e2-482c-80aa-8b78588a6511", - "Content-Length": "9147", + "apim-request-id": "bd9d1618-94d6-4a74-b79b-75e10790c3d4", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:39 GMT", + "Date": "Thu, 10 Sep 2020 23:55:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:14Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7bfe202c99f608849e1800510dae1599", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4ebd6d01-09db-4a20-b361-4f1bc007a321", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:14Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "afe91d15943d6c8624b2e6430c2cda56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56f145e5-ed24-410c-a058-ca1d4322b893", + "Content-Length": "8958", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:55:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:06:34Z", - "lastUpdatedDateTime": "2020-08-20T18:06:38Z", + "createdDateTime": "2020-09-10T23:55:13Z", + "lastUpdatedDateTime": "2020-09-10T23:55:19Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -591,54 +819,32 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": null - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": null }, "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": null }, @@ -649,27 +855,27 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": null }, "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": null }, @@ -677,30 +883,30 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": null }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": null }, @@ -708,30 +914,30 @@ }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": null }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": null }, @@ -741,28 +947,28 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": null }, "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": null }, @@ -772,28 +978,28 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": null }, "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": null }, @@ -803,13 +1009,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": null @@ -817,13 +1023,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": null @@ -834,28 +1040,28 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": null }, "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": null }, @@ -865,27 +1071,27 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": null }, "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": null @@ -897,27 +1103,27 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": null }, "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": null }, @@ -927,28 +1133,28 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": null }, "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": null }, @@ -958,28 +1164,28 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": null }, "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": null }, @@ -990,27 +1196,27 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": null }, "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": null }, @@ -1020,27 +1226,27 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": null }, "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": null @@ -1051,13 +1257,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": null @@ -1065,14 +1271,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": null }, @@ -1082,28 +1288,28 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": null }, "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": null }, @@ -1113,28 +1319,28 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": null }, "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": null }, @@ -1152,10 +1358,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1172,14 +1378,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1193,14 +1399,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1214,13 +1420,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -1235,14 +1441,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1256,13 +1462,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -1277,14 +1483,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1298,13 +1504,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -1319,14 +1525,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1340,14 +1546,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1361,13 +1567,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -1382,14 +1588,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1403,13 +1609,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -1425,13 +1631,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1445,14 +1651,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1466,13 +1672,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -1487,14 +1693,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1508,14 +1714,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1529,13 +1735,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -1550,14 +1756,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1578,28 +1784,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e19a38bd-cfec-496c-9788-78514632c8c1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8ae23df60d0d3c4fbf734a8d00e18b04-1af31268c51f8947-00", + "traceparent": "00-b3d0240f9c435e4fae9b5b0ce6ec5dab-07c8ba2dc2279947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fb40873e6668a9649986c8274e011d09", + "x-ms-client-request-id": "aa27fb234b3a723bc8a13dee1e79299d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "afa0cfd5-3248-4f57-a1b6-c3c104b8852f", + "apim-request-id": "6e3b2a80-2632-442b-9c22-32d739538a4d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:39 GMT", + "Date": "Thu, 10 Sep 2020 23:55:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": [] } @@ -1607,7 +1813,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "393305046" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1063512013" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json index b1d22c0870a62..8edf0f6944dbe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b8942673182c8543b430ce581e20b29d-a45cf730979fdf4f-00", + "traceparent": "00-4f6d797f2e96f846a270c617cc9db7f6-43f5f63433f02641-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ffb32260b8585b85e211233437e2d8fb", + "x-ms-client-request-id": "9d992b8fc5543f0f39c56d941daad28c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,442 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "57341099-fdfa-4f53-8483-55170579b29b", + "apim-request-id": "e7bacac4-2c16-457f-95a9-988fe62a6d2e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:30 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75", + "Date": "Thu, 10 Sep 2020 23:52:19 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e2bdf6eada1737b27d1a551fc7475910", + "x-ms-client-request-id": "a16cc91d3bd06e065153e56ef8ad6fa5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ad97738-73b8-4cf8-ab31-62cd1d211253", + "apim-request-id": "86276b01-d382-4682-9734-bbb0eacf6b32", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:30 GMT", + "Date": "Thu, 10 Sep 2020 23:52:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c42bcbefad88a5fa10bea29aff388778", + "x-ms-client-request-id": "8a00ec8e8dcee28ddbf7239995fea497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0803c61-f315-44e3-afea-31da8ba8322c", + "apim-request-id": "a47b7558-f951-4c88-893e-b10349dce2d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:31 GMT", + "Date": "Thu, 10 Sep 2020 23:52:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7fae1080a43a86fc707b813d6365939a", + "x-ms-client-request-id": "f4d9d58cdfb354b0242a4b01dfa1478c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f13413e7-21b8-4689-95ca-d9fcef72c1a0", + "apim-request-id": "a336b330-e9e9-4950-abab-1e0c9eec8e74", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:32 GMT", + "Date": "Thu, 10 Sep 2020 23:52:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3006c85547aa90bd3c8ac6d9186dd953", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3f5a6619-6973-4b94-ae59-3c0e8b0c9382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "22e14dae7bd4aff13cab66a4428b0239", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5d846db8-3891-4b1f-98ba-5db5f516bb8f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cd4396b074f845ed1748b72919d73cb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0a8a2869-5167-461e-9e2f-4c3eed968f33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "status": "creating", + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9252f85024c0dab7d656f3ffe1194eb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "df3dd791-013f-40a5-b553-c6c554b65c6a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6b4513b813b73d72fc18d15937173844", + "x-ms-client-request-id": "81288c870c2a3a5a609c0b8bc3c89565", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc8deda7-eadd-4bdc-945f-ae2f373cabd2", + "apim-request-id": "7f9a684c-1790-4e11-88a0-6c88b02bb4ef", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:33 GMT", + "Date": "Thu, 10 Sep 2020 23:52:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b79edc93d9994ad5cea5540d2bbd42aa", + "x-ms-client-request-id": "4953af6e70398b79df68f7a180ee64fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc6e2f9b-1e52-47d9-9ff2-81acf6158736", + "apim-request-id": "eed42445-a05b-40ab-a223-bbcc2845103c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:34 GMT", + "Date": "Thu, 10 Sep 2020 23:52:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ebe2082a1bf36cc19e708322d2a34e58", + "x-ms-client-request-id": "8da207fabbae448c9d183224182c170e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16cf1f51-70dd-4a12-894e-817b65ed9d5c", + "apim-request-id": "11bcacc0-9cbd-419d-b78e-afd22c8b9eaa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:36 GMT", + "Date": "Thu, 10 Sep 2020 23:52:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "87a93c42dcc6de013dfa9d11be64123f", + "x-ms-client-request-id": "31908ec104c51677129da2c215b8ba72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7d7cc24-ba4c-43e7-a283-947136384dc1", + "apim-request-id": "da0b1cc1-b33d-4a8d-9092-13bbd4f3fa20", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:37 GMT", + "Date": "Thu, 10 Sep 2020 23:52:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2f2e26d64d3477511a32192856b2782a", + "x-ms-client-request-id": "bb910d370825b3b6230fac213e5572b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5dceec13-7eb9-4668-b21a-9c4a42e70e2d", + "apim-request-id": "418e2d57-e5e3-44ea-a077-bc5dd6b40b52", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:38 GMT", + "Date": "Thu, 10 Sep 2020 23:52:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "creating", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:19Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eecbfb56ba134ee40603aef87eafae39", + "x-ms-client-request-id": "f1e0e850325df538908b7a1119ca2fe5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc683b74-e2ef-4fb9-84d3-1a794bf2ad9c", + "apim-request-id": "71710c2c-4219-4c2c-af05-9fde19be4d03", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:39 GMT", + "Date": "Thu, 10 Sep 2020 23:52:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "3420c97d-20b6-458a-8766-d36c8e244b75", + "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", "status": "ready", - "createdDateTime": "2020-08-20T18:01:30Z", - "lastUpdatedDateTime": "2020-08-20T18:01:38Z" + "createdDateTime": "2020-09-10T23:52:19Z", + "lastUpdatedDateTime": "2020-09-10T23:52:31Z" }, "keys": { "clusters": { @@ -337,6 +469,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,19 +527,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b806f0eeb7f938469ea939c11740181d-a34c04578672c849-00", + "traceparent": "00-a33ee7571259c24a82a4894331bd6477-f28e17f05859154c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ab4c445e1e75f524eb316c94c3d8888a", + "x-ms-client-request-id": "0becc05e5c9ab8e8d7dc0eb65856d8bd", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -414,173 +547,266 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5c71236f-ba9e-40d7-a23d-f5fac3969fc9", + "apim-request-id": "bca2375d-8660-4606-8ead-c9b15062b795", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:39 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeresults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "Date": "Thu, 10 Sep 2020 23:52:31 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeresults/3073dfea-0a04-46ac-a272-0d47821ac49f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "95" + "x-envoy-upstream-service-time": "183" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeResults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c3ba728223991b2b42e028319e58f96b", + "x-ms-client-request-id": "2c71ef2ac8d80514d59c2b9a8ea59a59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4a028a8-dc32-45b9-afb9-3d2329aebf15", + "apim-request-id": "2d81f7b6-301d-497b-8d01-57b38aee6c02", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:39 GMT", + "Date": "Thu, 10 Sep 2020 23:52:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:01:39Z", - "lastUpdatedDateTime": "2020-08-20T18:01:39Z" + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:32Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeResults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "11c9df84cc6638b5d7d503e14e4f8a2e", + "x-ms-client-request-id": "7ec3c7df6768f41800281a8124829c39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d95faca-16e0-4518-8601-04a01726be39", + "apim-request-id": "4f63f5f5-72a5-4a94-a4ac-f996c96afc5b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:40 GMT", + "Date": "Thu, 10 Sep 2020 23:52:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:39Z", - "lastUpdatedDateTime": "2020-08-20T18:01:40Z", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeResults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b76237aebf43ba018316994f6f35692", + "x-ms-client-request-id": "29e6bdb30358950cace636fd304d2931", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a96d7dd2-a0ab-4ff2-af68-6a62f4517d78", + "apim-request-id": "425f7b1c-d135-41ff-9250-9c2f97cbb440", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:41 GMT", + "Date": "Thu, 10 Sep 2020 23:52:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:39Z", - "lastUpdatedDateTime": "2020-08-20T18:01:40Z", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeResults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e4100138770fb524bc82ebc32049cdf3", + "x-ms-client-request-id": "91d6b5425a93c254d67d2bafad92e152", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5cb453e2-de08-46b4-872e-37d910c3bad1", + "apim-request-id": "9d24b5e4-9f77-4bed-ba98-17da0b323d10", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:43 GMT", + "Date": "Thu, 10 Sep 2020 23:52:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:39Z", - "lastUpdatedDateTime": "2020-08-20T18:01:40Z", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75/analyzeResults/15eaf5a2-34cd-4591-a420-62ca74d0bad3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7bb6fa55ede199763e8ef834632041e4", + "x-ms-client-request-id": "d1e7f1ff70bfdc00ba2dd281311ac3b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5325b4d0-2db1-4b42-aae9-d4db3af63e3f", - "Content-Length": "31054", + "apim-request-id": "568fcb6a-c7db-416d-854b-a8bb3627c2a4", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:44 GMT", + "Date": "Thu, 10 Sep 2020 23:52:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6f3ee8fe0aab58a6682353dad85de819", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e588483a-b172-4b06-b852-68f949def21d", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3efde3055866d172b4fad76687d291bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0e749284-a793-46fe-8262-00b3573d881a", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c4b178b97253f5a64b8e689b1d25045d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5eb0bdd9-6a71-442b-a451-f2f4988f554e", + "Content-Length": "30800", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:01:39Z", - "lastUpdatedDateTime": "2020-08-20T18:01:43Z", + "createdDateTime": "2020-09-10T23:52:32Z", + "lastUpdatedDateTime": "2020-09-10T23:52:39Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -588,40 +814,40 @@ { "text": "Purchase Order", "boundingBox": [ - 141.0, + 137.0, 140.0, - 348.0, + 351.0, 140.0, - 348.0, - 168.0, - 141.0, - 168.0 + 351.0, + 167.0, + 137.0, + 167.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 141.0, - 139.0, - 267.0, - 139.0, - 267.0, + 137.0, + 140.0, + 264.0, + 140.0, + 264.0, 167.0, - 141.0, + 137.0, 167.0 ] }, { "text": "Order", "boundingBox": [ - 273.0, - 142.0, - 348.0, - 142.0, - 348.0, - 169.0, - 273.0, - 169.0 + 269.0, + 139.0, + 351.0, + 139.0, + 351.0, + 167.0, + 269.0, + 167.0 ] } ] @@ -629,40 +855,40 @@ { "text": "Hero Limited", "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 + 621.0, + 206.0, + 1075.0, + 206.0, + 1075.0, + 266.0, + 621.0, + 266.0 ], "words": [ { "text": "Hero", "boundingBox": [ - 620.0, - 203.0, - 793.0, - 203.0, - 793.0, - 272.0, - 620.0, - 272.0 + 621.0, + 208.0, + 794.0, + 208.0, + 794.0, + 266.0, + 621.0, + 266.0 ] }, { "text": "Limited", "boundingBox": [ - 811.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 270.0, - 811.0, - 270.0 + 806.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 806.0, + 266.0 ] } ] @@ -670,40 +896,40 @@ { "text": "Purchase Order", "boundingBox": [ - 1117.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 372.0, - 1117.0, - 372.0 + 1113.0, + 322.0, + 1554.0, + 322.0, + 1554.0, + 369.0, + 1113.0, + 369.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1117.0, - 319.0, - 1380.0, - 319.0, - 1380.0, - 371.0, - 1117.0, - 371.0 + 1113.0, + 322.0, + 1381.0, + 322.0, + 1381.0, + 368.0, + 1113.0, + 368.0 ] }, { "text": "Order", "boundingBox": [ - 1397.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 374.0, - 1397.0, - 374.0 + 1390.0, + 321.0, + 1554.0, + 321.0, + 1554.0, + 370.0, + 1390.0, + 370.0 ] } ] @@ -711,40 +937,40 @@ { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "words": [ { "text": "Company", "boundingBox": [ - 167.0, - 351.0, - 276.0, - 351.0, - 276.0, - 383.0, - 167.0, - 383.0 + 163.0, + 353.0, + 274.0, + 353.0, + 274.0, + 378.0, + 163.0, + 378.0 ] }, { "text": "Phone:", "boundingBox": [ - 283.0, + 279.0, 351.0, - 365.0, + 359.0, 351.0, - 365.0, - 381.0, - 283.0, - 381.0 + 359.0, + 378.0, + 279.0, + 378.0 ] } ] @@ -752,27 +978,27 @@ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "words": [ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ] } ] @@ -781,26 +1007,26 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "words": [ { "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ] } ] @@ -808,27 +1034,55 @@ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "words": [ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 + ] + } + ] + }, + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 + ], + "words": [ + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ] } ] @@ -837,95 +1091,67 @@ "text": "Dated As:", "boundingBox": [ 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, 1025.0, - 452.0 + 448.0 ], "words": [ { "text": "Dated", "boundingBox": [ 1025.0, - 419.0, - 1111.0, - 419.0, - 1111.0, - 452.0, + 421.0, + 1108.0, + 421.0, + 1108.0, + 448.0, 1025.0, - 452.0 + 448.0 ] }, { "text": "As:", "boundingBox": [ - 1117.0, - 418.0, - 1161.0, - 418.0, - 1161.0, - 451.0, - 1117.0, - 451.0 - ] + 1114.0, + 420.0, + 1160.0, + 420.0, + 1160.0, + 448.0, + 1114.0, + 448.0 + ] } ] }, { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "words": [ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 - ] - } - ] - }, - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 - ], - "words": [ - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ] } ] @@ -933,53 +1159,53 @@ { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1027.0, - 458.0, - 1153.0, - 458.0, - 1153.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1152.0, + 461.0, + 1152.0, + 488.0, + 1023.0, + 488.0 ] }, { "text": "Order", "boundingBox": [ - 1160.0, + 1157.0, 461.0, - 1241.0, + 1238.0, 461.0, - 1241.0, - 492.0, - 1160.0, - 492.0 + 1238.0, + 489.0, + 1157.0, + 489.0 ] }, { "text": "#:", "boundingBox": [ - 1248.0, + 1244.0, 461.0, - 1275.0, + 1272.0, 461.0, - 1275.0, - 492.0, - 1248.0, - 492.0 + 1272.0, + 489.0, + 1244.0, + 489.0 ] } ] @@ -987,27 +1213,27 @@ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "words": [ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ] } ] @@ -1015,27 +1241,27 @@ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "words": [ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ] } ] @@ -1043,39 +1269,39 @@ { "text": "Shipped To", "boundingBox": [ - 170.0, - 546.0, - 398.0, - 546.0, - 398.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 397.0, + 547.0, + 397.0, + 592.0, + 167.0, + 592.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 170.0, - 546.0, - 340.0, - 546.0, - 340.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 333.0, + 547.0, + 333.0, + 592.0, + 167.0, + 592.0 ] }, { "text": "To", "boundingBox": [ - 349.0, + 342.0, 547.0, - 398.0, + 397.0, 547.0, - 398.0, + 397.0, 592.0, - 349.0, + 342.0, 592.0 ] } @@ -1084,40 +1310,40 @@ { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "words": [ { "text": "Vendor", "boundingBox": [ - 162.0, - 609.0, - 256.0, - 609.0, - 256.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 254.0, + 611.0, + 254.0, + 637.0, + 160.0, + 637.0 ] }, { "text": "Name:", "boundingBox": [ - 262.0, + 259.0, 610.0, - 346.0, + 344.0, 610.0, - 346.0, - 640.0, - 262.0, - 640.0 + 344.0, + 638.0, + 259.0, + 638.0 ] } ] @@ -1125,40 +1351,40 @@ { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "words": [ { "text": "Hillary", "boundingBox": [ - 352.0, - 610.0, - 435.0, - 610.0, - 435.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 430.0, + 609.0, + 430.0, + 639.0, + 350.0, + 639.0 ] }, { "text": "Swank", "boundingBox": [ - 440.0, - 611.0, - 519.0, - 611.0, - 519.0, - 641.0, - 440.0, - 641.0 + 435.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 435.0, + 639.0 ] } ] @@ -1166,39 +1392,39 @@ { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "words": [ { "text": "Company", "boundingBox": [ - 162.0, - 645.0, - 283.0, - 645.0, - 283.0, - 677.0, - 162.0, - 677.0 + 160.0, + 649.0, + 280.0, + 649.0, + 280.0, + 676.0, + 160.0, + 676.0 ] }, { "text": "Name:", "boundingBox": [ - 289.0, + 286.0, 647.0, - 373.0, + 370.0, 647.0, - 373.0, + 370.0, 678.0, - 289.0, + 286.0, 678.0 ] } @@ -1207,53 +1433,53 @@ { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "words": [ { "text": "Higgly", "boundingBox": [ - 379.0, + 375.0, 647.0, - 457.0, + 455.0, 647.0, - 457.0, + 455.0, 679.0, - 379.0, + 375.0, 679.0 ] }, { "text": "Wiggly", "boundingBox": [ - 463.0, - 647.0, - 549.0, - 647.0, - 549.0, + 461.0, + 646.0, + 546.0, + 646.0, + 546.0, 679.0, - 463.0, + 461.0, 679.0 ] }, { "text": "Books", "boundingBox": [ - 555.0, - 647.0, - 628.0, - 647.0, - 628.0, - 679.0, - 555.0, - 679.0 + 552.0, + 646.0, + 630.0, + 646.0, + 630.0, + 678.0, + 552.0, + 678.0 ] } ] @@ -1261,27 +1487,27 @@ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ] } ] @@ -1289,66 +1515,66 @@ { "text": "938 NE Burner Road", "boundingBox": [ - 279.0, - 684.0, - 526.0, - 684.0, - 526.0, - 715.0, - 279.0, - 715.0 + 274.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 274.0, + 713.0 ], "words": [ { "text": "938", "boundingBox": [ - 279.0, - 683.0, - 326.0, - 683.0, - 326.0, - 714.0, - 279.0, - 714.0 + 274.0, + 685.0, + 323.0, + 685.0, + 323.0, + 712.0, + 274.0, + 712.0 ] }, { "text": "NE", "boundingBox": [ - 332.0, - 684.0, - 366.0, - 684.0, - 366.0, - 715.0, - 332.0, - 715.0 + 329.0, + 685.0, + 364.0, + 685.0, + 364.0, + 713.0, + 329.0, + 713.0 ] }, { "text": "Burner", "boundingBox": [ - 372.0, - 684.0, - 458.0, - 684.0, - 458.0, - 715.0, - 372.0, - 715.0 + 370.0, + 685.0, + 455.0, + 685.0, + 455.0, + 713.0, + 370.0, + 713.0 ] }, { "text": "Road", "boundingBox": [ - 464.0, - 686.0, - 526.0, - 686.0, - 526.0, - 716.0, - 464.0, - 716.0 + 460.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 460.0, + 713.0 ] } ] @@ -1356,66 +1582,66 @@ { "text": "Boulder City, CO 92848", "boundingBox": [ - 283.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 283.0, - 753.0 + 279.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 279.0, + 751.0 ], "words": [ { "text": "Boulder", "boundingBox": [ - 283.0, - 721.0, - 377.0, - 721.0, - 377.0, - 752.0, - 283.0, - 752.0 + 279.0, + 722.0, + 371.0, + 722.0, + 371.0, + 750.0, + 279.0, + 750.0 ] }, { "text": "City,", "boundingBox": [ - 384.0, - 720.0, - 437.0, - 720.0, - 437.0, - 753.0, - 384.0, - 753.0 + 377.0, + 722.0, + 433.0, + 722.0, + 433.0, + 751.0, + 377.0, + 751.0 ] }, { "text": "CO", "boundingBox": [ - 443.0, - 720.0, - 482.0, - 720.0, - 482.0, - 753.0, - 443.0, - 753.0 + 439.0, + 722.0, + 477.0, + 722.0, + 477.0, + 751.0, + 439.0, + 751.0 ] }, { "text": "92848", "boundingBox": [ - 489.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 489.0, - 753.0 + 482.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 482.0, + 751.0 ] } ] @@ -1423,27 +1649,27 @@ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "words": [ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ] } ] @@ -1451,26 +1677,26 @@ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "words": [ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ] } @@ -1479,39 +1705,39 @@ { "text": "Shipped From", "boundingBox": [ - 169.0, + 167.0, 784.0, - 445.0, + 448.0, 784.0, - 445.0, - 831.0, - 169.0, - 831.0 + 448.0, + 830.0, + 167.0, + 830.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 169.0, + 167.0, 784.0, - 335.0, + 327.0, 784.0, - 335.0, - 832.0, - 169.0, - 832.0 + 327.0, + 830.0, + 167.0, + 830.0 ] }, { "text": "From", "boundingBox": [ - 345.0, + 336.0, 785.0, - 445.0, + 448.0, 785.0, - 445.0, + 448.0, 830.0, - 345.0, + 336.0, 830.0 ] } @@ -1521,26 +1747,26 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "words": [ { "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ] } ] @@ -1548,40 +1774,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 258.0, + 255.0, 852.0, - 341.0, + 336.0, 852.0, - 341.0, - 881.0, - 258.0, - 881.0 + 336.0, + 879.0, + 255.0, + 879.0 ] }, { "text": "Sanders", "boundingBox": [ - 347.0, - 853.0, - 445.0, - 853.0, - 445.0, - 882.0, - 347.0, - 882.0 + 341.0, + 852.0, + 446.0, + 852.0, + 446.0, + 880.0, + 341.0, + 880.0 ] } ] @@ -1589,39 +1815,39 @@ { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "words": [ { "text": "Company", "boundingBox": [ - 169.0, - 886.0, - 286.0, - 886.0, - 286.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 282.0, + 890.0, + 282.0, + 919.0, + 164.0, + 919.0 ] }, { "text": "Name:", "boundingBox": [ - 292.0, - 889.0, - 378.0, - 889.0, - 378.0, + 288.0, + 890.0, + 374.0, + 890.0, + 374.0, 919.0, - 292.0, + 288.0, 919.0 ] } @@ -1630,53 +1856,53 @@ { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 385.0, + 380.0, 889.0, - 470.0, + 467.0, 889.0, - 470.0, + 467.0, 919.0, - 385.0, + 380.0, 919.0 ] }, { "text": "Book", "boundingBox": [ - 477.0, + 473.0, 889.0, - 541.0, + 536.0, 889.0, - 541.0, - 920.0, - 477.0, - 920.0 + 536.0, + 919.0, + 473.0, + 919.0 ] }, { "text": "Supply", "boundingBox": [ - 547.0, - 888.0, - 624.0, - 888.0, - 624.0, - 921.0, - 547.0, - 921.0 + 542.0, + 889.0, + 629.0, + 889.0, + 629.0, + 920.0, + 542.0, + 920.0 ] } ] @@ -1684,27 +1910,27 @@ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ] } ] @@ -1712,65 +1938,65 @@ { "text": "383 N Kinnick Road", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 954.0, - 283.0, - 954.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 953.0, + 279.0, + 953.0 ], "words": [ { "text": "383", "boundingBox": [ - 283.0, - 924.0, - 328.0, - 924.0, - 328.0, - 954.0, - 283.0, - 954.0 + 279.0, + 925.0, + 327.0, + 925.0, + 327.0, + 953.0, + 279.0, + 953.0 ] }, { "text": "N", "boundingBox": [ - 335.0, - 924.0, - 355.0, - 924.0, - 355.0, - 954.0, - 335.0, - 954.0 + 332.0, + 926.0, + 353.0, + 926.0, + 353.0, + 953.0, + 332.0, + 953.0 ] }, { "text": "Kinnick", "boundingBox": [ - 362.0, - 924.0, - 451.0, - 924.0, - 451.0, - 954.0, - 362.0, - 954.0 + 358.0, + 926.0, + 448.0, + 926.0, + 448.0, + 953.0, + 358.0, + 953.0 ] }, { "text": "Road", "boundingBox": [ - 457.0, - 925.0, - 524.0, - 925.0, - 524.0, + 453.0, + 926.0, + 521.0, + 926.0, + 521.0, 954.0, - 457.0, + 453.0, 954.0 ] } @@ -1779,53 +2005,53 @@ { "text": "Seattle, WA 38383", "boundingBox": [ - 285.0, - 962.0, + 281.0, + 965.0, 514.0, - 962.0, + 965.0, 514.0, - 992.0, - 285.0, - 992.0 + 991.0, + 281.0, + 991.0 ], "words": [ { "text": "Seattle,", "boundingBox": [ - 285.0, - 961.0, - 380.0, - 961.0, - 380.0, - 992.0, - 285.0, - 992.0 + 281.0, + 965.0, + 377.0, + 965.0, + 377.0, + 991.0, + 281.0, + 991.0 ] }, { "text": "WA", "boundingBox": [ - 386.0, - 963.0, - 432.0, - 963.0, - 432.0, - 992.0, - 386.0, - 992.0 + 382.0, + 964.0, + 429.0, + 964.0, + 429.0, + 991.0, + 382.0, + 991.0 ] }, { "text": "38383", "boundingBox": [ - 438.0, - 963.0, + 434.0, + 964.0, 514.0, - 963.0, + 964.0, 514.0, - 992.0, - 438.0, - 992.0 + 991.0, + 434.0, + 991.0 ] } ] @@ -1834,26 +2060,26 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "words": [ { "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ] } ] @@ -1861,27 +2087,27 @@ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "words": [ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ] } ] @@ -1890,10 +2116,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1903,10 +2129,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1917,27 +2143,27 @@ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "words": [ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ] } ] @@ -1945,40 +2171,40 @@ { "text": "Unit Price", "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "words": [ { "text": "Unit", "boundingBox": [ - 1113.0, - 1045.0, - 1184.0, - 1045.0, - 1184.0, - 1080.0, - 1113.0, - 1080.0 + 1111.0, + 1047.0, + 1181.0, + 1047.0, + 1181.0, + 1078.0, + 1111.0, + 1078.0 ] }, { "text": "Price", "boundingBox": [ - 1191.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1191.0, - 1081.0 + 1187.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1187.0, + 1078.0 ] } ] @@ -1986,26 +2212,26 @@ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "words": [ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ] } @@ -2014,27 +2240,27 @@ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "words": [ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ] } ] @@ -2042,26 +2268,26 @@ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ] } @@ -2070,27 +2296,27 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ] } ] @@ -2098,26 +2324,26 @@ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ] } @@ -2126,40 +2352,40 @@ { "text": "Covers Small", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "words": [ { "text": "Covers", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 257.0, + 254.0, 1136.0, - 257.0, + 254.0, 1161.0, - 172.0, + 170.0, 1161.0 ] }, { "text": "Small", "boundingBox": [ - 262.0, - 1137.0, - 331.0, - 1137.0, - 331.0, - 1163.0, - 262.0, - 1163.0 + 259.0, + 1136.0, + 333.0, + 1136.0, + 333.0, + 1161.0, + 259.0, + 1161.0 ] } ] @@ -2167,27 +2393,27 @@ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "words": [ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ] } ] @@ -2195,26 +2421,26 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ] } @@ -2223,27 +2449,27 @@ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ] } ] @@ -2251,39 +2477,39 @@ { "text": "Feather Bookmark", "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "words": [ { "text": "Feather", "boundingBox": [ - 172.0, - 1178.0, - 271.0, - 1178.0, - 271.0, - 1205.0, - 172.0, - 1205.0 + 173.0, + 1180.0, + 266.0, + 1180.0, + 266.0, + 1206.0, + 173.0, + 1206.0 ] }, { "text": "Bookmark", "boundingBox": [ - 276.0, - 1181.0, - 403.0, - 1181.0, - 403.0, + 271.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 276.0, + 271.0, 1206.0 ] } @@ -2293,26 +2519,26 @@ "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "words": [ { "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ] } ] @@ -2320,27 +2546,27 @@ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ] } ] @@ -2348,26 +2574,26 @@ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ] } @@ -2376,53 +2602,53 @@ { "text": "Copper Swirl Marker", "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "words": [ { "text": "Copper", "boundingBox": [ - 171.0, - 1224.0, - 265.0, - 1224.0, - 265.0, - 1247.0, - 171.0, - 1247.0 + 170.0, + 1223.0, + 259.0, + 1223.0, + 259.0, + 1253.0, + 170.0, + 1253.0 ] }, { "text": "Swirl", "boundingBox": [ - 270.0, - 1225.0, - 334.0, - 1225.0, - 334.0, - 1249.0, - 270.0, - 1249.0 + 265.0, + 1222.0, + 328.0, + 1222.0, + 328.0, + 1252.0, + 265.0, + 1252.0 ] }, { "text": "Marker", "boundingBox": [ - 339.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1249.0, - 339.0, - 1249.0 + 334.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1251.0, + 334.0, + 1251.0 ] } ] @@ -2430,27 +2656,27 @@ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ] } ] @@ -2458,26 +2684,26 @@ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ] } @@ -2486,27 +2712,27 @@ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ] } ] @@ -2514,27 +2740,27 @@ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "words": [ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ] } ] @@ -2542,26 +2768,26 @@ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "words": [ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ] } @@ -2570,26 +2796,26 @@ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "words": [ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ] } @@ -2598,27 +2824,27 @@ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "words": [ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ] } ] @@ -2626,40 +2852,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 485.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1709.0, - 485.0, - 1709.0 + 489.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 489.0, + 1706.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 485.0, - 1669.0, - 605.0, - 1669.0, - 605.0, - 1707.0, - 485.0, - 1707.0 + 489.0, + 1671.0, + 609.0, + 1671.0, + 609.0, + 1706.0, + 489.0, + 1706.0 ] }, { "text": "Sanders", "boundingBox": [ - 613.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1710.0, - 613.0, - 1710.0 + 616.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 616.0, + 1706.0 ] } ] @@ -2667,27 +2893,27 @@ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "words": [ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ] } ] @@ -2695,27 +2921,27 @@ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "words": [ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ] } ] @@ -2723,40 +2949,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 544.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1743.0, - 544.0, - 1743.0 + 542.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 542.0, + 1742.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 544.0, - 1717.0, - 622.0, - 1717.0, - 622.0, + 542.0, + 1719.0, + 617.0, + 1719.0, + 617.0, 1742.0, - 544.0, + 542.0, 1742.0 ] }, { "text": "Sanders", "boundingBox": [ - 627.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1744.0, - 627.0, - 1744.0 + 621.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 621.0, + 1742.0 ] } ] @@ -2764,27 +2990,27 @@ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ], "words": [ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ] } ] @@ -2792,40 +3018,40 @@ { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "words": [ { "text": "Additional", "boundingBox": [ - 175.0, + 173.0, 1796.0, - 358.0, + 355.0, 1796.0, - 358.0, - 1834.0, - 175.0, - 1834.0 + 355.0, + 1831.0, + 173.0, + 1831.0 ] }, { "text": "Notes:", "boundingBox": [ - 366.0, - 1799.0, + 361.0, + 1796.0, 479.0, - 1799.0, + 1796.0, 479.0, - 1835.0, - 366.0, - 1835.0 + 1832.0, + 361.0, + 1832.0 ] } ] @@ -2833,105 +3059,105 @@ { "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "boundingBox": [ - 176.0, - 1881.0, + 175.0, + 1880.0, 707.0, - 1881.0, + 1880.0, 707.0, - 1910.0, - 176.0, - 1910.0 + 1909.0, + 175.0, + 1909.0 ], "words": [ { "text": "Do", "boundingBox": [ - 176.0, - 1880.0, - 208.0, - 1880.0, - 208.0, - 1908.0, - 176.0, - 1908.0 + 175.0, + 1881.0, + 205.0, + 1881.0, + 205.0, + 1907.0, + 175.0, + 1907.0 ] }, { "text": "not", "boundingBox": [ - 213.0, - 1880.0, - 258.0, - 1880.0, - 258.0, - 1908.0, - 213.0, - 1908.0 + 210.0, + 1881.0, + 256.0, + 1881.0, + 256.0, + 1907.0, + 210.0, + 1907.0 ] }, { "text": "Jostle", "boundingBox": [ - 264.0, - 1881.0, - 338.0, - 1881.0, - 338.0, - 1909.0, - 264.0, - 1909.0 + 261.0, + 1880.0, + 335.0, + 1880.0, + 335.0, + 1908.0, + 261.0, + 1908.0 ] }, { "text": "Box.", "boundingBox": [ - 343.0, - 1881.0, - 404.0, - 1881.0, - 404.0, - 1910.0, - 343.0, - 1910.0 + 340.0, + 1880.0, + 401.0, + 1880.0, + 401.0, + 1909.0, + 340.0, + 1909.0 ] }, { "text": "Unpack", "boundingBox": [ - 410.0, - 1881.0, - 503.0, - 1881.0, - 503.0, - 1911.0, - 410.0, - 1911.0 + 406.0, + 1880.0, + 500.0, + 1880.0, + 500.0, + 1909.0, + 406.0, + 1909.0 ] }, { "text": "carefully.", "boundingBox": [ - 509.0, - 1881.0, - 626.0, - 1881.0, - 626.0, - 1912.0, - 509.0, - 1912.0 + 505.0, + 1880.0, + 623.0, + 1880.0, + 623.0, + 1910.0, + 505.0, + 1910.0 ] }, { "text": "Enjoy.", "boundingBox": [ - 631.0, + 628.0, 1880.0, 707.0, 1880.0, 707.0, - 1912.0, - 631.0, - 1912.0 + 1911.0, + 628.0, + 1911.0 ] } ] @@ -2939,235 +3165,235 @@ { "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "boundingBox": [ - 173.0, - 1925.0, + 169.0, + 1924.0, 1511.0, - 1925.0, + 1924.0, 1511.0, - 1960.0, - 173.0, - 1960.0 + 1958.0, + 169.0, + 1958.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 173.0, - 1925.0, - 274.0, - 1925.0, - 274.0, + 169.0, + 1924.0, + 270.0, + 1924.0, + 270.0, 1959.0, - 173.0, + 169.0, 1959.0 ] }, { "text": "Book", "boundingBox": [ - 280.0, - 1926.0, - 361.0, - 1926.0, - 361.0, + 277.0, + 1924.0, + 355.0, + 1924.0, + 355.0, 1959.0, - 280.0, + 277.0, 1959.0 ] }, { "text": "Supply", "boundingBox": [ - 367.0, - 1926.0, - 470.0, - 1926.0, - 470.0, - 1959.0, - 367.0, - 1959.0 + 361.0, + 1924.0, + 465.0, + 1924.0, + 465.0, + 1958.0, + 361.0, + 1958.0 ] }, { "text": "will", "boundingBox": [ - 477.0, - 1926.0, - 523.0, - 1926.0, - 523.0, - 1960.0, - 477.0, - 1960.0 + 472.0, + 1924.0, + 517.0, + 1924.0, + 517.0, + 1958.0, + 472.0, + 1958.0 ] }, { "text": "refund", "boundingBox": [ - 530.0, - 1926.0, - 628.0, - 1926.0, - 628.0, - 1960.0, - 530.0, - 1960.0 + 524.0, + 1924.0, + 625.0, + 1924.0, + 625.0, + 1958.0, + 524.0, + 1958.0 ] }, { "text": "you", "boundingBox": [ - 635.0, - 1926.0, - 693.0, - 1926.0, - 693.0, - 1960.0, - 635.0, - 1960.0 + 632.0, + 1924.0, + 687.0, + 1924.0, + 687.0, + 1958.0, + 632.0, + 1958.0 ] }, { "text": "50%", "boundingBox": [ - 700.0, - 1926.0, - 767.0, - 1926.0, - 767.0, - 1960.0, - 700.0, - 1960.0 + 694.0, + 1924.0, + 763.0, + 1924.0, + 763.0, + 1958.0, + 694.0, + 1958.0 ] }, { "text": "per", "boundingBox": [ - 773.0, - 1926.0, - 827.0, - 1926.0, - 827.0, - 1960.0, - 773.0, - 1960.0 + 770.0, + 1924.0, + 820.0, + 1924.0, + 820.0, + 1958.0, + 770.0, + 1958.0 ] }, { "text": "book", "boundingBox": [ - 833.0, - 1926.0, - 907.0, - 1926.0, - 907.0, - 1960.0, - 833.0, - 1960.0 + 827.0, + 1924.0, + 900.0, + 1924.0, + 900.0, + 1958.0, + 827.0, + 1958.0 ] }, { "text": "if", "boundingBox": [ - 914.0, - 1926.0, - 934.0, - 1926.0, - 934.0, - 1960.0, - 914.0, - 1960.0 + 907.0, + 1924.0, + 928.0, + 1924.0, + 928.0, + 1958.0, + 907.0, + 1958.0 ] }, { "text": "returned", "boundingBox": [ - 940.0, - 1926.0, - 1068.0, - 1926.0, - 1068.0, - 1960.0, - 940.0, - 1960.0 + 935.0, + 1924.0, + 1063.0, + 1924.0, + 1063.0, + 1958.0, + 935.0, + 1958.0 ] }, { "text": "within", "boundingBox": [ - 1074.0, - 1925.0, - 1161.0, - 1925.0, - 1161.0, - 1960.0, - 1074.0, - 1960.0 + 1070.0, + 1924.0, + 1157.0, + 1924.0, + 1157.0, + 1958.0, + 1070.0, + 1958.0 ] }, { "text": "60", "boundingBox": [ - 1168.0, - 1925.0, - 1210.0, - 1925.0, - 1210.0, - 1960.0, - 1168.0, - 1960.0 + 1164.0, + 1924.0, + 1203.0, + 1924.0, + 1203.0, + 1958.0, + 1164.0, + 1958.0 ] }, { "text": "days", "boundingBox": [ - 1219.0, - 1925.0, - 1288.0, - 1925.0, - 1288.0, - 1960.0, - 1219.0, - 1960.0 + 1210.0, + 1924.0, + 1284.0, + 1924.0, + 1284.0, + 1958.0, + 1210.0, + 1958.0 ] }, { "text": "of", "boundingBox": [ - 1295.0, - 1925.0, - 1324.0, - 1925.0, - 1324.0, - 1960.0, - 1295.0, - 1960.0 + 1290.0, + 1924.0, + 1318.0, + 1924.0, + 1318.0, + 1958.0, + 1290.0, + 1958.0 ] }, { "text": "reading", "boundingBox": [ - 1331.0, + 1325.0, 1924.0, - 1447.0, + 1439.0, 1924.0, - 1447.0, - 1960.0, - 1331.0, - 1960.0 + 1439.0, + 1958.0, + 1325.0, + 1958.0 ] }, { "text": "and", "boundingBox": [ - 1453.0, + 1446.0, 1924.0, 1511.0, 1924.0, 1511.0, - 1959.0, - 1453.0, - 1959.0 + 1958.0, + 1446.0, + 1958.0 ] } ] @@ -3175,118 +3401,118 @@ { "text": "offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1959.0, - 780.0, - 1959.0, - 780.0, - 1993.0, - 170.0, - 1993.0 + 169.0, + 1958.0, + 786.0, + 1958.0, + 786.0, + 1992.0, + 169.0, + 1992.0 ], "words": [ { "text": "offer", "boundingBox": [ - 170.0, + 169.0, 1958.0, - 239.0, + 235.0, 1958.0, - 239.0, - 1992.0, - 170.0, - 1992.0 + 235.0, + 1991.0, + 169.0, + 1991.0 ] }, { "text": "you", "boundingBox": [ - 246.0, + 242.0, 1958.0, - 304.0, + 299.0, 1958.0, - 304.0, - 1992.0, - 246.0, - 1992.0 + 299.0, + 1991.0, + 242.0, + 1991.0 ] }, { "text": "25%", "boundingBox": [ - 310.0, - 1959.0, - 379.0, - 1959.0, - 379.0, + 306.0, + 1958.0, + 374.0, + 1958.0, + 374.0, 1992.0, - 310.0, + 306.0, 1992.0 ] }, { "text": "off", "boundingBox": [ - 386.0, - 1959.0, - 426.0, - 1959.0, - 426.0, - 1993.0, - 386.0, - 1993.0 + 380.0, + 1958.0, + 421.0, + 1958.0, + 421.0, + 1992.0, + 380.0, + 1992.0 ] }, { "text": "you", "boundingBox": [ - 432.0, - 1959.0, - 488.0, - 1959.0, - 488.0, - 1993.0, - 432.0, - 1993.0 + 427.0, + 1958.0, + 483.0, + 1958.0, + 483.0, + 1992.0, + 427.0, + 1992.0 ] }, { "text": "next", "boundingBox": [ - 494.0, - 1960.0, - 561.0, - 1960.0, - 561.0, - 1993.0, - 494.0, - 1993.0 + 489.0, + 1958.0, + 556.0, + 1958.0, + 556.0, + 1992.0, + 489.0, + 1992.0 ] }, { "text": "total", "boundingBox": [ - 567.0, - 1960.0, - 632.0, - 1960.0, - 632.0, - 1993.0, - 567.0, - 1993.0 + 562.0, + 1959.0, + 628.0, + 1959.0, + 628.0, + 1992.0, + 562.0, + 1992.0 ] }, { "text": "purchase.", "boundingBox": [ - 638.0, - 1961.0, - 780.0, - 1961.0, - 780.0, - 1994.0, - 638.0, - 1994.0 + 635.0, + 1959.0, + 786.0, + 1959.0, + 786.0, + 1991.0, + 635.0, + 1991.0 ] } ] @@ -3298,43 +3524,18 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": [ "#/readResults/0/lines/3/words/0", @@ -3344,14 +3545,14 @@ "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": [ "#/readResults/0/lines/4/words/0" @@ -3364,13 +3565,13 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": [ "#/readResults/0/lines/5/words/0" @@ -3379,14 +3580,14 @@ "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": [ "#/readResults/0/lines/6/words/0" @@ -3396,71 +3597,71 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": [ - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/7/words/0" ] }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/12/words/0" ] }, "confidence": 1.0 }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" ] }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/12/words/0" + "#/readResults/0/lines/9/words/0" ] }, "confidence": 1.0 @@ -3469,14 +3670,14 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -3487,14 +3688,14 @@ "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3506,14 +3707,14 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": [ "#/readResults/0/lines/14/words/0", @@ -3523,14 +3724,14 @@ "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": [ "#/readResults/0/lines/15/words/0", @@ -3543,13 +3744,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": [ @@ -3560,13 +3761,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": [ @@ -3581,14 +3782,14 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3597,14 +3798,14 @@ "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": [ "#/readResults/0/lines/19/words/0", @@ -3623,14 +3824,14 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3639,13 +3840,13 @@ "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": [ @@ -3659,13 +3860,13 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3674,14 +3875,14 @@ "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": [ "#/readResults/0/lines/25/words/0", @@ -3694,14 +3895,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": [ "#/readResults/0/lines/26/words/0", @@ -3711,14 +3912,14 @@ "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": [ "#/readResults/0/lines/27/words/0", @@ -3732,14 +3933,14 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3748,14 +3949,14 @@ "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3774,13 +3975,13 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3789,14 +3990,14 @@ "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3808,14 +4009,14 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": [ "#/readResults/0/lines/53/words/0" @@ -3824,13 +4025,13 @@ "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": [ @@ -3843,13 +4044,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": [ @@ -3859,14 +4060,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": [ "#/readResults/0/lines/56/words/0" @@ -3878,14 +4079,14 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": [ "#/readResults/0/lines/58/words/0" @@ -3894,14 +4095,14 @@ "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": [ "#/readResults/0/lines/59/words/0" @@ -3913,14 +4114,14 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": [ "#/readResults/0/lines/62/words/0", @@ -3930,14 +4131,14 @@ "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": [ "#/readResults/0/lines/63/words/0", @@ -3988,10 +4189,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -4010,14 +4211,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4033,14 +4234,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4057,13 +4258,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -4080,14 +4281,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4103,13 +4304,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -4126,14 +4327,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4149,13 +4350,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -4172,14 +4373,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4196,14 +4397,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4219,13 +4420,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -4242,14 +4443,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4265,13 +4466,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -4290,13 +4491,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4312,14 +4513,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4335,13 +4536,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -4358,14 +4559,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4383,14 +4584,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4406,13 +4607,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -4429,14 +4630,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4459,28 +4660,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3420c97d-20b6-458a-8766-d36c8e244b75", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-01345393cb1e8946a6e1f2c3289e3f57-49fe4177c790b745-00", + "traceparent": "00-834cf45fe7f78242b802050e362abe5e-6db21497a702f945-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4ca9707fa63e031efec04f71ffdd1ace", + "x-ms-client-request-id": "4e7cb844841ca64c766dbab13340d095", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9defd975-691b-47be-8d0f-5e0ba3464933", + "apim-request-id": "f9e898a5-4589-4ab2-a745-b6ff24d53b1b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:44 GMT", + "Date": "Thu, 10 Sep 2020 23:52:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "91" }, "ResponseBody": [] } @@ -4488,7 +4689,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "568266774" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1930889032" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json index 0b7d1c0aadd5d..88a80dd4e61f2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3a42cd25a1bd9d438450641572e24c7c-cc54746ac3e81944-00", + "traceparent": "00-e9bf715f6d4eb044a43466cb38030a6c-0dcb45de88a52e49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "64273e8d6e3f025f1d43bd1ed02c403f", + "x-ms-client-request-id": "51a02247f9ad6a1e319484324fd28239", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,35 +22,200 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "cd43e4fb-3a5f-4154-8f91-2aebee85fc1e", + "apim-request-id": "31ff41af-d6de-489a-a8eb-57b085710336", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:12 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72", + "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e50f78b778f274cf67d27830b680a7cd", + "x-ms-client-request-id": "44b6917bcb7499b80d00285a24ddc328", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f0afab6-36a1-4d91-9ad7-8f495b61d6d1", + "apim-request-id": "9dd834ce-3118-4e1e-87eb-0638fd930c94", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:12 GMT", + "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c30045dcea59d2852a9064ebb4c3e905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f15bf79e-ec85-459b-b67b-a83a29c5259e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "99da60f9d21f7b82690744acd1c34553", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fb723cbd-a8c9-4a27-bf6c-9d9f8a7499bb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0a565bd0bfd290df0ce41ae467cde449", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "13517124-eade-4c67-8eb3-33c1282ce0dd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c461221629030a09c3845952a6d80166", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c10cd5d6-8374-4f0b-902f-ede52df038a2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "581a104adf6c393281498d3bb79e139b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ecc82533-4fa0-4f60-addf-f2b5f6bb2180", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,274 +223,274 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1efe55bbf425a940c732a1fa2633efee", + "x-ms-client-request-id": "ae95fa228161a650524b474e658cea33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0d7f27f-497b-4a26-8257-75b4194024d2", + "apim-request-id": "48e80667-3b73-45a2-b270-712bc15e41f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:13 GMT", + "Date": "Thu, 10 Sep 2020 23:54:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e423324447ef15bb6eb2fd6df52f4c9d", + "x-ms-client-request-id": "5799b4e38cb337dcef2743b99cce5324", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b526b9bb-c8ea-444c-9425-8610e45aaf69", + "apim-request-id": "d6e489d7-83de-41fa-be24-69adfd30bdd7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:14 GMT", + "Date": "Thu, 10 Sep 2020 23:54:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7b63f09b222dc31a37651ebfd6d54e33", + "x-ms-client-request-id": "ab30bd705242c804bf73052098e4d4f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0fe62ee1-7ffa-4111-9d37-7d242915c76b", + "apim-request-id": "6dac50e0-5558-4d21-918b-2643d72641c5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:15 GMT", + "Date": "Thu, 10 Sep 2020 23:54:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "84eb8ae2c35d74dd99e9af72f7d3b497", + "x-ms-client-request-id": "0357595fbc0495e81d5ebe393e970a84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7c30599-6b72-487b-8b19-c291b46abe09", + "apim-request-id": "76f0709d-9382-490a-bdcd-180a77dccf15", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:17 GMT", + "Date": "Thu, 10 Sep 2020 23:54:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "365e04e674d021c01860ad8928fb3e99", + "x-ms-client-request-id": "a7dd22f83f5b90f0afd1983f86bc9e0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b007ec0a-8843-45c1-aa88-294d2ff1cf43", + "apim-request-id": "94335b7e-baba-42ef-a529-9ecd51f52f44", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:18 GMT", + "Date": "Thu, 10 Sep 2020 23:54:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6a8aca64c843d83f12efe14373a7cb64", + "x-ms-client-request-id": "425a4e535076b420d59b8ee494ca8a28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb4753d6-c590-4a3a-92d7-d42867ff8408", + "apim-request-id": "f726ab1d-7fe6-43e3-8f09-867030945984", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:19 GMT", + "Date": "Thu, 10 Sep 2020 23:54:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d1d987b118766e62c9c96bfc16534b9d", + "x-ms-client-request-id": "762880692c071f9868c7533323a90e61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f964861b-b0bc-4dc4-908f-03dea497a56a", + "apim-request-id": "019374c0-9436-46e0-9ae9-b2dc24d6aaa0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:20 GMT", + "Date": "Thu, 10 Sep 2020 23:54:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "creating", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:12Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:37Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2d0e15aa49481e53c48623e0927dae70", + "x-ms-client-request-id": "efe6b3bfc73da80e0128d2c0b00cfce5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63be6b34-6b23-445d-8e09-832b205df388", + "apim-request-id": "c977f1f0-ada5-4e07-803a-6b50d7fbd452", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:21 GMT", + "Date": "Thu, 10 Sep 2020 23:54:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "1528bd33-a15c-475f-8992-3b6ee94e4d72", + "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", "status": "ready", - "createdDateTime": "2020-08-20T18:06:12Z", - "lastUpdatedDateTime": "2020-08-20T18:06:20Z" + "createdDateTime": "2020-09-10T23:54:37Z", + "lastUpdatedDateTime": "2020-09-10T23:54:51Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,19 +560,19 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ef9c392e5f5c7d4a95e8a19be0341811-92dffb446f4ad24c-00", + "traceparent": "00-3952ce2ad151fa44b4742d59639e09a7-0482daafd8626142-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1d848946d224b23671ba0795c43c2bf", + "x-ms-client-request-id": "06d6704628942703b63ad9aefced902b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -414,173 +580,265 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d449566f-77d8-4b38-ba1b-7bfbc36c9929", + "apim-request-id": "3162c16b-b37d-411c-9d80-89063ce1a474", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:21 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeresults/57b3693e-e3d6-4e38-8720-099d67b06243", + "Date": "Thu, 10 Sep 2020 23:54:51 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeresults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeResults/57b3693e-e3d6-4e38-8720-099d67b06243", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e1242c8c9ae4a1ea727f74df59d76e5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "95f40ed3-f0ff-4f99-b9d4-16364d575ff6", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:51Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5d9843a39e98681b33bb0cf0f581dc4c", + "x-ms-client-request-id": "b3ec6ecb08d297cdafbf3903ed5fab14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a237914-9645-4cda-b07e-8a8f4593836f", + "apim-request-id": "76588a87-97af-4d18-83e6-9dbb318d91b2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:21 GMT", + "Date": "Thu, 10 Sep 2020 23:54:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:06:21Z", - "lastUpdatedDateTime": "2020-08-20T18:06:21Z" + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:51Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8434a7971ae7ac0085349314b324cdde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "89b0e5ea-3ce0-4940-adaa-56fe110e6651", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8ee37dcbdc0184585f8d322560e7b313", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "778436eb-dc63-4389-ad0a-d3e9348a60d0", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeResults/57b3693e-e3d6-4e38-8720-099d67b06243", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cd68fb1ba97b3d7bf2c3c52da8d9c181", + "x-ms-client-request-id": "b24760d3eaa3b0746d402e9e74b8e38a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0b71e0b2-8614-4040-83d2-f493b14ce4e9", + "apim-request-id": "4f2aee38-05b5-4827-8787-e337f62b139b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:22 GMT", + "Date": "Thu, 10 Sep 2020 23:54:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:21Z", - "lastUpdatedDateTime": "2020-08-20T18:06:22Z", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:53Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeResults/57b3693e-e3d6-4e38-8720-099d67b06243", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4e3d63c450e4f6d72d6f6d67603256e5", + "x-ms-client-request-id": "70375bf11d7bba134eb0245ae8db4b9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afbebcb4-8bc9-4692-89e4-0d4348dd0761", + "apim-request-id": "1921a49c-b011-4998-8cb2-f8f8b6f8ee7c", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:23 GMT", + "Date": "Thu, 10 Sep 2020 23:54:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:21Z", - "lastUpdatedDateTime": "2020-08-20T18:06:22Z", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:53Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeResults/57b3693e-e3d6-4e38-8720-099d67b06243", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "615e543ff4dbf944c85b6bd5d8edbf5a", + "x-ms-client-request-id": "534080811bdce03a093321c0aeba0fa7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "edae6f0f-3ed7-4cca-9623-6a7a7b8295ff", + "apim-request-id": "28d05720-4e32-4361-adf3-bdacf8e7d15b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:24 GMT", + "Date": "Thu, 10 Sep 2020 23:54:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:21Z", - "lastUpdatedDateTime": "2020-08-20T18:06:22Z", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:53Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72/analyzeResults/57b3693e-e3d6-4e38-8720-099d67b06243", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "912c8bf98d44ca682371a00b3c14dcbf", + "x-ms-client-request-id": "0533a7aa43afb6974d8d64f3c619c891", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62959e58-1284-4d04-8a42-19cd93ae9555", - "Content-Length": "31054", + "apim-request-id": "9b143457-932d-41bc-b949-c6af8d33cc58", + "Content-Length": "30800", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:25 GMT", + "Date": "Thu, 10 Sep 2020 23:54:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:06:21Z", - "lastUpdatedDateTime": "2020-08-20T18:06:25Z", + "createdDateTime": "2020-09-10T23:54:51Z", + "lastUpdatedDateTime": "2020-09-10T23:54:58Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -588,40 +846,40 @@ { "text": "Purchase Order", "boundingBox": [ - 141.0, + 137.0, 140.0, - 348.0, + 351.0, 140.0, - 348.0, - 168.0, - 141.0, - 168.0 + 351.0, + 167.0, + 137.0, + 167.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 141.0, - 139.0, - 267.0, - 139.0, - 267.0, + 137.0, + 140.0, + 264.0, + 140.0, + 264.0, 167.0, - 141.0, + 137.0, 167.0 ] }, { "text": "Order", "boundingBox": [ - 273.0, - 142.0, - 348.0, - 142.0, - 348.0, - 169.0, - 273.0, - 169.0 + 269.0, + 139.0, + 351.0, + 139.0, + 351.0, + 167.0, + 269.0, + 167.0 ] } ] @@ -629,40 +887,40 @@ { "text": "Hero Limited", "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 + 621.0, + 206.0, + 1075.0, + 206.0, + 1075.0, + 266.0, + 621.0, + 266.0 ], "words": [ { "text": "Hero", "boundingBox": [ - 620.0, - 203.0, - 793.0, - 203.0, - 793.0, - 272.0, - 620.0, - 272.0 + 621.0, + 208.0, + 794.0, + 208.0, + 794.0, + 266.0, + 621.0, + 266.0 ] }, { "text": "Limited", "boundingBox": [ - 811.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 270.0, - 811.0, - 270.0 + 806.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 806.0, + 266.0 ] } ] @@ -670,40 +928,40 @@ { "text": "Purchase Order", "boundingBox": [ - 1117.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 372.0, - 1117.0, - 372.0 + 1113.0, + 322.0, + 1554.0, + 322.0, + 1554.0, + 369.0, + 1113.0, + 369.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1117.0, - 319.0, - 1380.0, - 319.0, - 1380.0, - 371.0, - 1117.0, - 371.0 + 1113.0, + 322.0, + 1381.0, + 322.0, + 1381.0, + 368.0, + 1113.0, + 368.0 ] }, { "text": "Order", "boundingBox": [ - 1397.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 374.0, - 1397.0, - 374.0 + 1390.0, + 321.0, + 1554.0, + 321.0, + 1554.0, + 370.0, + 1390.0, + 370.0 ] } ] @@ -711,40 +969,40 @@ { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "words": [ { "text": "Company", "boundingBox": [ - 167.0, - 351.0, - 276.0, - 351.0, - 276.0, - 383.0, - 167.0, - 383.0 + 163.0, + 353.0, + 274.0, + 353.0, + 274.0, + 378.0, + 163.0, + 378.0 ] }, { "text": "Phone:", "boundingBox": [ - 283.0, + 279.0, 351.0, - 365.0, + 359.0, 351.0, - 365.0, - 381.0, - 283.0, - 381.0 + 359.0, + 378.0, + 279.0, + 378.0 ] } ] @@ -752,27 +1010,27 @@ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "words": [ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ] } ] @@ -781,26 +1039,26 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "words": [ { "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ] } ] @@ -808,27 +1066,55 @@ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "words": [ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 + ] + } + ] + }, + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 + ], + "words": [ + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ] } ] @@ -837,39 +1123,39 @@ "text": "Dated As:", "boundingBox": [ 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, 1025.0, - 452.0 + 448.0 ], "words": [ { "text": "Dated", "boundingBox": [ 1025.0, - 419.0, - 1111.0, - 419.0, - 1111.0, - 452.0, + 421.0, + 1108.0, + 421.0, + 1108.0, + 448.0, 1025.0, - 452.0 + 448.0 ] }, { "text": "As:", "boundingBox": [ - 1117.0, - 418.0, - 1161.0, - 418.0, - 1161.0, - 451.0, - 1117.0, - 451.0 + 1114.0, + 420.0, + 1160.0, + 420.0, + 1160.0, + 448.0, + 1114.0, + 448.0 ] } ] @@ -877,55 +1163,27 @@ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "words": [ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 - ] - } - ] - }, - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 - ], - "words": [ - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ] } ] @@ -933,53 +1191,53 @@ { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1027.0, - 458.0, - 1153.0, - 458.0, - 1153.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1152.0, + 461.0, + 1152.0, + 488.0, + 1023.0, + 488.0 ] }, { "text": "Order", "boundingBox": [ - 1160.0, + 1157.0, 461.0, - 1241.0, + 1238.0, 461.0, - 1241.0, - 492.0, - 1160.0, - 492.0 + 1238.0, + 489.0, + 1157.0, + 489.0 ] }, { "text": "#:", "boundingBox": [ - 1248.0, + 1244.0, 461.0, - 1275.0, + 1272.0, 461.0, - 1275.0, - 492.0, - 1248.0, - 492.0 + 1272.0, + 489.0, + 1244.0, + 489.0 ] } ] @@ -987,27 +1245,27 @@ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "words": [ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ] } ] @@ -1015,27 +1273,27 @@ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "words": [ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ] } ] @@ -1043,39 +1301,39 @@ { "text": "Shipped To", "boundingBox": [ - 170.0, - 546.0, - 398.0, - 546.0, - 398.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 397.0, + 547.0, + 397.0, + 592.0, + 167.0, + 592.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 170.0, - 546.0, - 340.0, - 546.0, - 340.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 333.0, + 547.0, + 333.0, + 592.0, + 167.0, + 592.0 ] }, { "text": "To", "boundingBox": [ - 349.0, + 342.0, 547.0, - 398.0, + 397.0, 547.0, - 398.0, + 397.0, 592.0, - 349.0, + 342.0, 592.0 ] } @@ -1084,40 +1342,40 @@ { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "words": [ { "text": "Vendor", "boundingBox": [ - 162.0, - 609.0, - 256.0, - 609.0, - 256.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 254.0, + 611.0, + 254.0, + 637.0, + 160.0, + 637.0 ] }, { "text": "Name:", "boundingBox": [ - 262.0, + 259.0, 610.0, - 346.0, + 344.0, 610.0, - 346.0, - 640.0, - 262.0, - 640.0 + 344.0, + 638.0, + 259.0, + 638.0 ] } ] @@ -1125,40 +1383,40 @@ { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "words": [ { "text": "Hillary", "boundingBox": [ - 352.0, - 610.0, - 435.0, - 610.0, - 435.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 430.0, + 609.0, + 430.0, + 639.0, + 350.0, + 639.0 ] }, { "text": "Swank", "boundingBox": [ - 440.0, - 611.0, - 519.0, - 611.0, - 519.0, - 641.0, - 440.0, - 641.0 + 435.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 435.0, + 639.0 ] } ] @@ -1166,39 +1424,39 @@ { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "words": [ { "text": "Company", "boundingBox": [ - 162.0, - 645.0, - 283.0, - 645.0, - 283.0, - 677.0, - 162.0, - 677.0 + 160.0, + 649.0, + 280.0, + 649.0, + 280.0, + 676.0, + 160.0, + 676.0 ] }, { "text": "Name:", "boundingBox": [ - 289.0, + 286.0, 647.0, - 373.0, + 370.0, 647.0, - 373.0, + 370.0, 678.0, - 289.0, + 286.0, 678.0 ] } @@ -1207,53 +1465,53 @@ { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "words": [ { "text": "Higgly", "boundingBox": [ - 379.0, + 375.0, 647.0, - 457.0, + 455.0, 647.0, - 457.0, + 455.0, 679.0, - 379.0, + 375.0, 679.0 ] }, { "text": "Wiggly", "boundingBox": [ - 463.0, - 647.0, - 549.0, - 647.0, - 549.0, + 461.0, + 646.0, + 546.0, + 646.0, + 546.0, 679.0, - 463.0, + 461.0, 679.0 ] }, { "text": "Books", "boundingBox": [ - 555.0, - 647.0, - 628.0, - 647.0, - 628.0, - 679.0, - 555.0, - 679.0 + 552.0, + 646.0, + 630.0, + 646.0, + 630.0, + 678.0, + 552.0, + 678.0 ] } ] @@ -1261,27 +1519,27 @@ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ] } ] @@ -1289,66 +1547,66 @@ { "text": "938 NE Burner Road", "boundingBox": [ - 279.0, - 684.0, - 526.0, - 684.0, - 526.0, - 715.0, - 279.0, - 715.0 + 274.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 274.0, + 713.0 ], "words": [ { "text": "938", "boundingBox": [ - 279.0, - 683.0, - 326.0, - 683.0, - 326.0, - 714.0, - 279.0, - 714.0 + 274.0, + 685.0, + 323.0, + 685.0, + 323.0, + 712.0, + 274.0, + 712.0 ] }, { "text": "NE", "boundingBox": [ - 332.0, - 684.0, - 366.0, - 684.0, - 366.0, - 715.0, - 332.0, - 715.0 + 329.0, + 685.0, + 364.0, + 685.0, + 364.0, + 713.0, + 329.0, + 713.0 ] }, { "text": "Burner", "boundingBox": [ - 372.0, - 684.0, - 458.0, - 684.0, - 458.0, - 715.0, - 372.0, - 715.0 + 370.0, + 685.0, + 455.0, + 685.0, + 455.0, + 713.0, + 370.0, + 713.0 ] }, { "text": "Road", "boundingBox": [ - 464.0, - 686.0, - 526.0, - 686.0, - 526.0, - 716.0, - 464.0, - 716.0 + 460.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 460.0, + 713.0 ] } ] @@ -1356,66 +1614,66 @@ { "text": "Boulder City, CO 92848", "boundingBox": [ - 283.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 283.0, - 753.0 + 279.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 279.0, + 751.0 ], "words": [ { "text": "Boulder", "boundingBox": [ - 283.0, - 721.0, - 377.0, - 721.0, - 377.0, - 752.0, - 283.0, - 752.0 + 279.0, + 722.0, + 371.0, + 722.0, + 371.0, + 750.0, + 279.0, + 750.0 ] }, { "text": "City,", "boundingBox": [ - 384.0, - 720.0, - 437.0, - 720.0, - 437.0, - 753.0, - 384.0, - 753.0 + 377.0, + 722.0, + 433.0, + 722.0, + 433.0, + 751.0, + 377.0, + 751.0 ] }, { "text": "CO", "boundingBox": [ - 443.0, - 720.0, - 482.0, - 720.0, - 482.0, - 753.0, - 443.0, - 753.0 + 439.0, + 722.0, + 477.0, + 722.0, + 477.0, + 751.0, + 439.0, + 751.0 ] }, { "text": "92848", "boundingBox": [ - 489.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 489.0, - 753.0 + 482.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 482.0, + 751.0 ] } ] @@ -1423,27 +1681,27 @@ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "words": [ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ] } ] @@ -1451,26 +1709,26 @@ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "words": [ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ] } @@ -1479,39 +1737,39 @@ { "text": "Shipped From", "boundingBox": [ - 169.0, + 167.0, 784.0, - 445.0, + 448.0, 784.0, - 445.0, - 831.0, - 169.0, - 831.0 + 448.0, + 830.0, + 167.0, + 830.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 169.0, + 167.0, 784.0, - 335.0, + 327.0, 784.0, - 335.0, - 832.0, - 169.0, - 832.0 + 327.0, + 830.0, + 167.0, + 830.0 ] }, { "text": "From", "boundingBox": [ - 345.0, + 336.0, 785.0, - 445.0, + 448.0, 785.0, - 445.0, + 448.0, 830.0, - 345.0, + 336.0, 830.0 ] } @@ -1521,26 +1779,26 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "words": [ { "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ] } ] @@ -1548,80 +1806,80 @@ { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 258.0, + 255.0, 852.0, - 341.0, + 336.0, 852.0, - 341.0, - 881.0, - 258.0, - 881.0 + 336.0, + 879.0, + 255.0, + 879.0 ] }, { "text": "Sanders", "boundingBox": [ - 347.0, - 853.0, - 445.0, - 853.0, - 445.0, - 882.0, - 347.0, - 882.0 + 341.0, + 852.0, + 446.0, + 852.0, + 446.0, + 880.0, + 341.0, + 880.0 ] } ] }, { "text": "Company Name:", - "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + "boundingBox": [ + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "words": [ { "text": "Company", "boundingBox": [ - 169.0, - 886.0, - 286.0, - 886.0, - 286.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 282.0, + 890.0, + 282.0, + 919.0, + 164.0, + 919.0 ] }, { "text": "Name:", "boundingBox": [ - 292.0, - 889.0, - 378.0, - 889.0, - 378.0, + 288.0, + 890.0, + 374.0, + 890.0, + 374.0, 919.0, - 292.0, + 288.0, 919.0 ] } @@ -1630,53 +1888,53 @@ { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 385.0, + 380.0, 889.0, - 470.0, + 467.0, 889.0, - 470.0, + 467.0, 919.0, - 385.0, + 380.0, 919.0 ] }, { "text": "Book", "boundingBox": [ - 477.0, + 473.0, 889.0, - 541.0, + 536.0, 889.0, - 541.0, - 920.0, - 477.0, - 920.0 + 536.0, + 919.0, + 473.0, + 919.0 ] }, { "text": "Supply", "boundingBox": [ - 547.0, - 888.0, - 624.0, - 888.0, - 624.0, - 921.0, - 547.0, - 921.0 + 542.0, + 889.0, + 629.0, + 889.0, + 629.0, + 920.0, + 542.0, + 920.0 ] } ] @@ -1684,27 +1942,27 @@ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ] } ] @@ -1712,65 +1970,65 @@ { "text": "383 N Kinnick Road", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 954.0, - 283.0, - 954.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 953.0, + 279.0, + 953.0 ], "words": [ { "text": "383", "boundingBox": [ - 283.0, - 924.0, - 328.0, - 924.0, - 328.0, - 954.0, - 283.0, - 954.0 + 279.0, + 925.0, + 327.0, + 925.0, + 327.0, + 953.0, + 279.0, + 953.0 ] }, { "text": "N", "boundingBox": [ - 335.0, - 924.0, - 355.0, - 924.0, - 355.0, - 954.0, - 335.0, - 954.0 + 332.0, + 926.0, + 353.0, + 926.0, + 353.0, + 953.0, + 332.0, + 953.0 ] }, { "text": "Kinnick", "boundingBox": [ - 362.0, - 924.0, - 451.0, - 924.0, - 451.0, - 954.0, - 362.0, - 954.0 + 358.0, + 926.0, + 448.0, + 926.0, + 448.0, + 953.0, + 358.0, + 953.0 ] }, { "text": "Road", "boundingBox": [ - 457.0, - 925.0, - 524.0, - 925.0, - 524.0, + 453.0, + 926.0, + 521.0, + 926.0, + 521.0, 954.0, - 457.0, + 453.0, 954.0 ] } @@ -1779,53 +2037,53 @@ { "text": "Seattle, WA 38383", "boundingBox": [ - 285.0, - 962.0, + 281.0, + 965.0, 514.0, - 962.0, + 965.0, 514.0, - 992.0, - 285.0, - 992.0 + 991.0, + 281.0, + 991.0 ], "words": [ { "text": "Seattle,", "boundingBox": [ - 285.0, - 961.0, - 380.0, - 961.0, - 380.0, - 992.0, - 285.0, - 992.0 + 281.0, + 965.0, + 377.0, + 965.0, + 377.0, + 991.0, + 281.0, + 991.0 ] }, { "text": "WA", "boundingBox": [ - 386.0, - 963.0, - 432.0, - 963.0, - 432.0, - 992.0, - 386.0, - 992.0 + 382.0, + 964.0, + 429.0, + 964.0, + 429.0, + 991.0, + 382.0, + 991.0 ] }, { "text": "38383", "boundingBox": [ - 438.0, - 963.0, + 434.0, + 964.0, 514.0, - 963.0, + 964.0, 514.0, - 992.0, - 438.0, - 992.0 + 991.0, + 434.0, + 991.0 ] } ] @@ -1834,26 +2092,26 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "words": [ { "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ] } ] @@ -1861,27 +2119,27 @@ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "words": [ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ] } ] @@ -1890,10 +2148,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1903,10 +2161,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1917,27 +2175,27 @@ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "words": [ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ] } ] @@ -1945,40 +2203,40 @@ { "text": "Unit Price", "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "words": [ { "text": "Unit", "boundingBox": [ - 1113.0, - 1045.0, - 1184.0, - 1045.0, - 1184.0, - 1080.0, - 1113.0, - 1080.0 + 1111.0, + 1047.0, + 1181.0, + 1047.0, + 1181.0, + 1078.0, + 1111.0, + 1078.0 ] }, { "text": "Price", "boundingBox": [ - 1191.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1191.0, - 1081.0 + 1187.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1187.0, + 1078.0 ] } ] @@ -1986,26 +2244,26 @@ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "words": [ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ] } @@ -2014,27 +2272,27 @@ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "words": [ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ] } ] @@ -2042,26 +2300,26 @@ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ] } @@ -2070,27 +2328,27 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ] } ] @@ -2098,26 +2356,26 @@ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ] } @@ -2126,40 +2384,40 @@ { "text": "Covers Small", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "words": [ { "text": "Covers", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 257.0, + 254.0, 1136.0, - 257.0, + 254.0, 1161.0, - 172.0, + 170.0, 1161.0 ] }, { "text": "Small", "boundingBox": [ - 262.0, - 1137.0, - 331.0, - 1137.0, - 331.0, - 1163.0, - 262.0, - 1163.0 + 259.0, + 1136.0, + 333.0, + 1136.0, + 333.0, + 1161.0, + 259.0, + 1161.0 ] } ] @@ -2167,27 +2425,27 @@ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "words": [ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ] } ] @@ -2195,26 +2453,26 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ] } @@ -2223,27 +2481,27 @@ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ] } ] @@ -2251,39 +2509,39 @@ { "text": "Feather Bookmark", "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "words": [ { "text": "Feather", "boundingBox": [ - 172.0, - 1178.0, - 271.0, - 1178.0, - 271.0, - 1205.0, - 172.0, - 1205.0 + 173.0, + 1180.0, + 266.0, + 1180.0, + 266.0, + 1206.0, + 173.0, + 1206.0 ] }, { "text": "Bookmark", "boundingBox": [ - 276.0, - 1181.0, - 403.0, - 1181.0, - 403.0, + 271.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 276.0, + 271.0, 1206.0 ] } @@ -2293,26 +2551,26 @@ "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "words": [ { "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ] } ] @@ -2320,27 +2578,27 @@ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ] } ] @@ -2348,26 +2606,26 @@ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ] } @@ -2376,53 +2634,53 @@ { "text": "Copper Swirl Marker", "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "words": [ { "text": "Copper", "boundingBox": [ - 171.0, - 1224.0, - 265.0, - 1224.0, - 265.0, - 1247.0, - 171.0, - 1247.0 + 170.0, + 1223.0, + 259.0, + 1223.0, + 259.0, + 1253.0, + 170.0, + 1253.0 ] }, { "text": "Swirl", "boundingBox": [ - 270.0, - 1225.0, - 334.0, - 1225.0, - 334.0, - 1249.0, - 270.0, - 1249.0 + 265.0, + 1222.0, + 328.0, + 1222.0, + 328.0, + 1252.0, + 265.0, + 1252.0 ] }, { "text": "Marker", "boundingBox": [ - 339.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1249.0, - 339.0, - 1249.0 + 334.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1251.0, + 334.0, + 1251.0 ] } ] @@ -2430,27 +2688,27 @@ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ] } ] @@ -2458,26 +2716,26 @@ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ] } @@ -2486,27 +2744,27 @@ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ] } ] @@ -2514,27 +2772,27 @@ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "words": [ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ] } ] @@ -2542,26 +2800,26 @@ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "words": [ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ] } @@ -2570,26 +2828,26 @@ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "words": [ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ] } @@ -2598,27 +2856,27 @@ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "words": [ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ] } ] @@ -2626,40 +2884,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 485.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1709.0, - 485.0, - 1709.0 + 489.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 489.0, + 1706.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 485.0, - 1669.0, - 605.0, - 1669.0, - 605.0, - 1707.0, - 485.0, - 1707.0 + 489.0, + 1671.0, + 609.0, + 1671.0, + 609.0, + 1706.0, + 489.0, + 1706.0 ] }, { "text": "Sanders", "boundingBox": [ - 613.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1710.0, - 613.0, - 1710.0 + 616.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 616.0, + 1706.0 ] } ] @@ -2667,27 +2925,27 @@ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "words": [ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ] } ] @@ -2695,27 +2953,27 @@ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "words": [ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ] } ] @@ -2723,40 +2981,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 544.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1743.0, - 544.0, - 1743.0 + 542.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 542.0, + 1742.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 544.0, - 1717.0, - 622.0, - 1717.0, - 622.0, + 542.0, + 1719.0, + 617.0, + 1719.0, + 617.0, 1742.0, - 544.0, + 542.0, 1742.0 ] }, { "text": "Sanders", "boundingBox": [ - 627.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1744.0, - 627.0, - 1744.0 + 621.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 621.0, + 1742.0 ] } ] @@ -2764,27 +3022,27 @@ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ], "words": [ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ] } ] @@ -2792,40 +3050,40 @@ { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "words": [ { "text": "Additional", "boundingBox": [ - 175.0, + 173.0, 1796.0, - 358.0, + 355.0, 1796.0, - 358.0, - 1834.0, - 175.0, - 1834.0 + 355.0, + 1831.0, + 173.0, + 1831.0 ] }, { "text": "Notes:", "boundingBox": [ - 366.0, - 1799.0, + 361.0, + 1796.0, 479.0, - 1799.0, + 1796.0, 479.0, - 1835.0, - 366.0, - 1835.0 + 1832.0, + 361.0, + 1832.0 ] } ] @@ -2833,105 +3091,105 @@ { "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "boundingBox": [ - 176.0, - 1881.0, + 175.0, + 1880.0, 707.0, - 1881.0, + 1880.0, 707.0, - 1910.0, - 176.0, - 1910.0 + 1909.0, + 175.0, + 1909.0 ], "words": [ { "text": "Do", "boundingBox": [ - 176.0, - 1880.0, - 208.0, - 1880.0, - 208.0, - 1908.0, - 176.0, - 1908.0 + 175.0, + 1881.0, + 205.0, + 1881.0, + 205.0, + 1907.0, + 175.0, + 1907.0 ] }, { "text": "not", "boundingBox": [ - 213.0, - 1880.0, - 258.0, - 1880.0, - 258.0, - 1908.0, - 213.0, - 1908.0 + 210.0, + 1881.0, + 256.0, + 1881.0, + 256.0, + 1907.0, + 210.0, + 1907.0 ] }, { "text": "Jostle", "boundingBox": [ - 264.0, - 1881.0, - 338.0, - 1881.0, - 338.0, - 1909.0, - 264.0, - 1909.0 + 261.0, + 1880.0, + 335.0, + 1880.0, + 335.0, + 1908.0, + 261.0, + 1908.0 ] }, { "text": "Box.", "boundingBox": [ - 343.0, - 1881.0, - 404.0, - 1881.0, - 404.0, - 1910.0, - 343.0, - 1910.0 + 340.0, + 1880.0, + 401.0, + 1880.0, + 401.0, + 1909.0, + 340.0, + 1909.0 ] }, { "text": "Unpack", "boundingBox": [ - 410.0, - 1881.0, - 503.0, - 1881.0, - 503.0, - 1911.0, - 410.0, - 1911.0 + 406.0, + 1880.0, + 500.0, + 1880.0, + 500.0, + 1909.0, + 406.0, + 1909.0 ] }, { "text": "carefully.", "boundingBox": [ - 509.0, - 1881.0, - 626.0, - 1881.0, - 626.0, - 1912.0, - 509.0, - 1912.0 + 505.0, + 1880.0, + 623.0, + 1880.0, + 623.0, + 1910.0, + 505.0, + 1910.0 ] }, { "text": "Enjoy.", "boundingBox": [ - 631.0, + 628.0, 1880.0, 707.0, 1880.0, 707.0, - 1912.0, - 631.0, - 1912.0 + 1911.0, + 628.0, + 1911.0 ] } ] @@ -2939,235 +3197,235 @@ { "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "boundingBox": [ - 173.0, - 1925.0, + 169.0, + 1924.0, 1511.0, - 1925.0, + 1924.0, 1511.0, - 1960.0, - 173.0, - 1960.0 + 1958.0, + 169.0, + 1958.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 173.0, - 1925.0, - 274.0, - 1925.0, - 274.0, + 169.0, + 1924.0, + 270.0, + 1924.0, + 270.0, 1959.0, - 173.0, + 169.0, 1959.0 ] }, { "text": "Book", "boundingBox": [ - 280.0, - 1926.0, - 361.0, - 1926.0, - 361.0, + 277.0, + 1924.0, + 355.0, + 1924.0, + 355.0, 1959.0, - 280.0, + 277.0, 1959.0 ] }, { "text": "Supply", "boundingBox": [ - 367.0, - 1926.0, - 470.0, - 1926.0, - 470.0, - 1959.0, - 367.0, - 1959.0 + 361.0, + 1924.0, + 465.0, + 1924.0, + 465.0, + 1958.0, + 361.0, + 1958.0 ] }, { "text": "will", "boundingBox": [ - 477.0, - 1926.0, - 523.0, - 1926.0, - 523.0, - 1960.0, - 477.0, - 1960.0 + 472.0, + 1924.0, + 517.0, + 1924.0, + 517.0, + 1958.0, + 472.0, + 1958.0 ] }, { "text": "refund", "boundingBox": [ - 530.0, - 1926.0, - 628.0, - 1926.0, - 628.0, - 1960.0, - 530.0, - 1960.0 + 524.0, + 1924.0, + 625.0, + 1924.0, + 625.0, + 1958.0, + 524.0, + 1958.0 ] }, { "text": "you", "boundingBox": [ - 635.0, - 1926.0, - 693.0, - 1926.0, - 693.0, - 1960.0, - 635.0, - 1960.0 + 632.0, + 1924.0, + 687.0, + 1924.0, + 687.0, + 1958.0, + 632.0, + 1958.0 ] }, { "text": "50%", "boundingBox": [ - 700.0, - 1926.0, - 767.0, - 1926.0, - 767.0, - 1960.0, - 700.0, - 1960.0 + 694.0, + 1924.0, + 763.0, + 1924.0, + 763.0, + 1958.0, + 694.0, + 1958.0 ] }, { "text": "per", "boundingBox": [ - 773.0, - 1926.0, - 827.0, - 1926.0, - 827.0, - 1960.0, - 773.0, - 1960.0 + 770.0, + 1924.0, + 820.0, + 1924.0, + 820.0, + 1958.0, + 770.0, + 1958.0 ] }, { "text": "book", "boundingBox": [ - 833.0, - 1926.0, - 907.0, - 1926.0, - 907.0, - 1960.0, - 833.0, - 1960.0 + 827.0, + 1924.0, + 900.0, + 1924.0, + 900.0, + 1958.0, + 827.0, + 1958.0 ] }, { "text": "if", "boundingBox": [ - 914.0, - 1926.0, - 934.0, - 1926.0, - 934.0, - 1960.0, - 914.0, - 1960.0 + 907.0, + 1924.0, + 928.0, + 1924.0, + 928.0, + 1958.0, + 907.0, + 1958.0 ] }, { "text": "returned", "boundingBox": [ - 940.0, - 1926.0, - 1068.0, - 1926.0, - 1068.0, - 1960.0, - 940.0, - 1960.0 + 935.0, + 1924.0, + 1063.0, + 1924.0, + 1063.0, + 1958.0, + 935.0, + 1958.0 ] }, { "text": "within", "boundingBox": [ - 1074.0, - 1925.0, - 1161.0, - 1925.0, - 1161.0, - 1960.0, - 1074.0, - 1960.0 + 1070.0, + 1924.0, + 1157.0, + 1924.0, + 1157.0, + 1958.0, + 1070.0, + 1958.0 ] }, { "text": "60", "boundingBox": [ - 1168.0, - 1925.0, - 1210.0, - 1925.0, - 1210.0, - 1960.0, - 1168.0, - 1960.0 + 1164.0, + 1924.0, + 1203.0, + 1924.0, + 1203.0, + 1958.0, + 1164.0, + 1958.0 ] }, { "text": "days", "boundingBox": [ - 1219.0, - 1925.0, - 1288.0, - 1925.0, - 1288.0, - 1960.0, - 1219.0, - 1960.0 + 1210.0, + 1924.0, + 1284.0, + 1924.0, + 1284.0, + 1958.0, + 1210.0, + 1958.0 ] }, { "text": "of", "boundingBox": [ - 1295.0, - 1925.0, - 1324.0, - 1925.0, - 1324.0, - 1960.0, - 1295.0, - 1960.0 + 1290.0, + 1924.0, + 1318.0, + 1924.0, + 1318.0, + 1958.0, + 1290.0, + 1958.0 ] }, { "text": "reading", "boundingBox": [ - 1331.0, + 1325.0, 1924.0, - 1447.0, + 1439.0, 1924.0, - 1447.0, - 1960.0, - 1331.0, - 1960.0 + 1439.0, + 1958.0, + 1325.0, + 1958.0 ] }, { "text": "and", "boundingBox": [ - 1453.0, + 1446.0, 1924.0, 1511.0, 1924.0, 1511.0, - 1959.0, - 1453.0, - 1959.0 + 1958.0, + 1446.0, + 1958.0 ] } ] @@ -3175,118 +3433,118 @@ { "text": "offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1959.0, - 780.0, - 1959.0, - 780.0, - 1993.0, - 170.0, - 1993.0 + 169.0, + 1958.0, + 786.0, + 1958.0, + 786.0, + 1992.0, + 169.0, + 1992.0 ], "words": [ { "text": "offer", "boundingBox": [ - 170.0, + 169.0, 1958.0, - 239.0, + 235.0, 1958.0, - 239.0, - 1992.0, - 170.0, - 1992.0 + 235.0, + 1991.0, + 169.0, + 1991.0 ] }, { "text": "you", "boundingBox": [ - 246.0, + 242.0, 1958.0, - 304.0, + 299.0, 1958.0, - 304.0, - 1992.0, - 246.0, - 1992.0 + 299.0, + 1991.0, + 242.0, + 1991.0 ] }, { "text": "25%", "boundingBox": [ - 310.0, - 1959.0, - 379.0, - 1959.0, - 379.0, + 306.0, + 1958.0, + 374.0, + 1958.0, + 374.0, 1992.0, - 310.0, + 306.0, 1992.0 ] }, { "text": "off", "boundingBox": [ - 386.0, - 1959.0, - 426.0, - 1959.0, - 426.0, - 1993.0, - 386.0, - 1993.0 + 380.0, + 1958.0, + 421.0, + 1958.0, + 421.0, + 1992.0, + 380.0, + 1992.0 ] }, { "text": "you", "boundingBox": [ - 432.0, - 1959.0, - 488.0, - 1959.0, - 488.0, - 1993.0, - 432.0, - 1993.0 + 427.0, + 1958.0, + 483.0, + 1958.0, + 483.0, + 1992.0, + 427.0, + 1992.0 ] }, { "text": "next", "boundingBox": [ - 494.0, - 1960.0, - 561.0, - 1960.0, - 561.0, - 1993.0, - 494.0, - 1993.0 + 489.0, + 1958.0, + 556.0, + 1958.0, + 556.0, + 1992.0, + 489.0, + 1992.0 ] }, { "text": "total", "boundingBox": [ - 567.0, - 1960.0, - 632.0, - 1960.0, - 632.0, - 1993.0, - 567.0, - 1993.0 + 562.0, + 1959.0, + 628.0, + 1959.0, + 628.0, + 1992.0, + 562.0, + 1992.0 ] }, { "text": "purchase.", "boundingBox": [ - 638.0, - 1961.0, - 780.0, - 1961.0, - 780.0, - 1994.0, - 638.0, - 1994.0 + 635.0, + 1959.0, + 786.0, + 1959.0, + 786.0, + 1991.0, + 635.0, + 1991.0 ] } ] @@ -3298,43 +3556,18 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": [ "#/readResults/0/lines/3/words/0", @@ -3344,14 +3577,14 @@ "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": [ "#/readResults/0/lines/4/words/0" @@ -3364,13 +3597,13 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": [ "#/readResults/0/lines/5/words/0" @@ -3379,14 +3612,14 @@ "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": [ "#/readResults/0/lines/6/words/0" @@ -3396,71 +3629,71 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": [ - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/7/words/0" ] }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/12/words/0" ] }, "confidence": 1.0 }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" ] }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/12/words/0" + "#/readResults/0/lines/9/words/0" ] }, "confidence": 1.0 @@ -3469,14 +3702,14 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -3487,14 +3720,14 @@ "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3506,14 +3739,14 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": [ "#/readResults/0/lines/14/words/0", @@ -3523,14 +3756,14 @@ "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": [ "#/readResults/0/lines/15/words/0", @@ -3543,13 +3776,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": [ @@ -3560,13 +3793,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": [ @@ -3581,14 +3814,14 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3597,14 +3830,14 @@ "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": [ "#/readResults/0/lines/19/words/0", @@ -3623,14 +3856,14 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3639,13 +3872,13 @@ "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": [ @@ -3659,13 +3892,13 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3674,14 +3907,14 @@ "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": [ "#/readResults/0/lines/25/words/0", @@ -3694,14 +3927,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": [ "#/readResults/0/lines/26/words/0", @@ -3711,14 +3944,14 @@ "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": [ "#/readResults/0/lines/27/words/0", @@ -3732,14 +3965,14 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3748,14 +3981,14 @@ "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3774,13 +4007,13 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3789,14 +4022,14 @@ "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3808,14 +4041,14 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": [ "#/readResults/0/lines/53/words/0" @@ -3824,13 +4057,13 @@ "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": [ @@ -3843,13 +4076,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": [ @@ -3859,14 +4092,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": [ "#/readResults/0/lines/56/words/0" @@ -3878,14 +4111,14 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": [ "#/readResults/0/lines/58/words/0" @@ -3894,14 +4127,14 @@ "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": [ "#/readResults/0/lines/59/words/0" @@ -3913,14 +4146,14 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": [ "#/readResults/0/lines/62/words/0", @@ -3930,14 +4163,14 @@ "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": [ "#/readResults/0/lines/63/words/0", @@ -3988,10 +4221,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -4010,14 +4243,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4033,14 +4266,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4057,13 +4290,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -4080,14 +4313,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4103,13 +4336,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -4126,14 +4359,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4149,13 +4382,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -4172,14 +4405,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4196,14 +4429,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4219,13 +4452,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -4242,14 +4475,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4265,13 +4498,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -4290,13 +4523,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4312,14 +4545,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4335,13 +4568,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -4358,14 +4591,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4383,14 +4616,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4406,13 +4639,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -4429,14 +4662,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4459,28 +4692,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1528bd33-a15c-475f-8992-3b6ee94e4d72", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d17e00030cbfdb439e604f460a584101-af2b5d6f54b1b645-00", + "traceparent": "00-dd28d8b0af9cb34db1c1a360d5fef264-6af7f4270ce2cf4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "54eee06d607bcfa61f438689e5021d3f", + "x-ms-client-request-id": "f41c90f48f77d6ad20576648fc520c93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "7369cc12-231b-4d4b-a2a7-cf181539e967", + "apim-request-id": "cfc37013-c370-4248-8606-b2e75a2bd7a4", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:25 GMT", + "Date": "Thu, 10 Sep 2020 23:54:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -4488,7 +4721,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "878562365" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1175306238" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json index 2b84ca98c327a..c45ff52eaa2f2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55e2f0809dd8f04dbfd5399fe3213564-5e93c2e995ca8149-00", + "traceparent": "00-ec8fd314eed3ac418b120e2a40f7e885-80140ff8fb009745-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bf19db8572f61e9b9de2890f0d9ee0ff", + "x-ms-client-request-id": "01b8317011b4e3d4faaa82f5e7b6bd0d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,343 +22,541 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "93d471d1-b925-4219-8abd-19f8c0dc73cc", + "apim-request-id": "5c51c2a7-eba4-4df1-91ba-4e3dc28eec3e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:16 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "Date": "Thu, 10 Sep 2020 23:51:54 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cffa240829d68805334ddf4c6ac80888", + "x-ms-client-request-id": "f3c7637b6c9799e7260a3ac79082db00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f3bbded-821a-45cc-861e-621a126ec383", + "apim-request-id": "9f660a45-c1fc-4e02-b7ef-75e57203f78c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:16 GMT", + "Date": "Thu, 10 Sep 2020 23:51:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a230594189cc16d241d06990d0f3414d", + "x-ms-client-request-id": "1d81c821b8158d2dfb3aa0612252fe6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca5f096b-e1c4-4875-8b39-2556ed0f0e56", + "apim-request-id": "9c203ad2-fd3c-4833-aec9-0370bf2c9dd4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:17 GMT", + "Date": "Thu, 10 Sep 2020 23:51:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "43" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "945214210cc604f64a1edaa9d70d5378", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "95ba2fb8-c4c6-4310-9e7c-5aaf4620b636", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "10046417363c5cd2d5908ca9924fb3d5", + "x-ms-client-request-id": "1fd482cf9f35c3f7353af75ccc8577d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92f1bc8a-d6b9-497a-a18b-fce42453ca86", + "apim-request-id": "4b5767cc-3320-43a0-91a5-1ba10b621d9e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:18 GMT", + "Date": "Thu, 10 Sep 2020 23:51:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b3ce01da3d6d7f3252e38d06bf74b73f", + "x-ms-client-request-id": "7ca6cc0c472f1439d27cd3f7dd83b6ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3dc077a6-1c98-4d5f-9430-bae2c88feb21", + "apim-request-id": "8afc87e4-a042-4e75-b63e-cfa78ba31a4f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:19 GMT", + "Date": "Thu, 10 Sep 2020 23:51:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0534910cf7c30a4c87d4cc3bfc2983f2", + "x-ms-client-request-id": "a09227e7de7d81381d8e5e8c149938c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27427160-ad83-498d-8a00-6a72340b3936", + "apim-request-id": "7fd6dc50-23a2-4fb5-860a-0f99aa837aef", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:20 GMT", + "Date": "Thu, 10 Sep 2020 23:52:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cfb6941c8d24d9df3185be58a8cb9c61", + "x-ms-client-request-id": "0a9d06a7d767874848c04cb8cc00e6b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "956767eb-4906-4524-8e03-b5cbde9524b0", + "apim-request-id": "fb1733d8-9a5c-48ae-b833-acbc32f24b12", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:21 GMT", + "Date": "Thu, 10 Sep 2020 23:52:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "019c4cd9ae1be212b5c32c9871f68228", + "x-ms-client-request-id": "a4750a84d6f22d5694245ea1e9adff38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "486b0371-2b3f-4fee-8e4c-810e857de6ad", + "apim-request-id": "69e5e1cb-c0b1-4393-b96a-450b51efd37b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:23 GMT", + "Date": "Thu, 10 Sep 2020 23:52:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2bea9b60e8be7f1bb15ad43d39f361bb", + "x-ms-client-request-id": "d74f0e43ace61086df0b58bd927fb41c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6df2ffac-5c6d-42d6-97ed-da22a3ba8061", + "apim-request-id": "131c0d72-b138-4293-bbf3-711ac0577d5a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:24 GMT", + "Date": "Thu, 10 Sep 2020 23:52:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "af626b38828c6ed681d419616047673a", + "x-ms-client-request-id": "0a08aca79423d0d1af6f754278a69e9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96b21cfd-062c-430d-8295-dc4fa2ba3d47", + "apim-request-id": "24b59617-5ae6-406b-b868-0c84c4e8ffcd", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:25 GMT", + "Date": "Thu, 10 Sep 2020 23:52:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "creating", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:16Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0df8950270e1f0a2311d4fc0d9d4a8c2", + "x-ms-client-request-id": "bd7514c10fb0d7cb8465c5e77e989b15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4998309-3ebb-4815-8636-3002b1ad61c0", + "apim-request-id": "d8ee0e62-8443-4e5b-a0fc-195843b482b4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:26 GMT", + "Date": "Thu, 10 Sep 2020 23:52:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3cfa4270f4a4af143d7f277636439838", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a5b025a3-7722-4842-85f0-740f162ce816", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7dfcbc6cf70a986be03086becee95117", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b2459e22-78a8-4669-8c77-5d4919610c69", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "35d260d461acccf6ffc58031e754a140", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "edc674ad-d788-4041-af9b-b92b1ccef73e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c17a8ccc1d9c780bd6615c746e55e053", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3333f400-3d5c-4399-89e2-e80021ad7fd5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d6a2102d62710b8bc6307e44773ab08c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "28d6d6c3-4aa1-4a78-ad04-85d2c7242d3a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "88" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "status": "ready", - "createdDateTime": "2020-08-20T18:01:16Z", - "lastUpdatedDateTime": "2020-08-20T18:01:25Z" + "createdDateTime": "2020-09-10T23:51:55Z", + "lastUpdatedDateTime": "2020-09-10T23:52:10Z" }, "keys": { "clusters": { @@ -370,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -427,191 +626,284 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8b8b13a7bb58a34ea559c0dc5a7aae53-8467dacc0dc5d44c-00", + "traceparent": "00-aee9033bb6fb2e46af60cc56291a3a75-a9b7edf0175d5a49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "06607161d394dd9cc47ba9eaceb91e6a", + "x-ms-client-request-id": "42f1468f8f6eb67a55595f4a05825da9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "53644306-40b5-469d-99ed-c089e78779d8", + "apim-request-id": "6e7b2808-449d-4718-ba45-a161b16ed8f2", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:26 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeresults/357375f7-3013-4d8b-aafc-80b166472392", + "Date": "Thu, 10 Sep 2020 23:52:11 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeresults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeResults/357375f7-3013-4d8b-aafc-80b166472392", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a43b99f254fac7d9c8727e6f331694ad", + "x-ms-client-request-id": "d7042de4cab26ace016ffb6b9fc6019b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06a0317c-8253-47f9-8170-ea1b93fe3dc0", + "apim-request-id": "c692a24c-4d84-49ce-9837-3ab242a05e26", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:26 GMT", + "Date": "Thu, 10 Sep 2020 23:52:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:01:26Z", - "lastUpdatedDateTime": "2020-08-20T18:01:26Z" + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:11Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeResults/357375f7-3013-4d8b-aafc-80b166472392", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eeff572b61e62fa6f91a4966c7b82278", + "x-ms-client-request-id": "28e5cfb19e639de495eb811802400644", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62a28b37-2368-43ea-8f33-827da455fd33", + "apim-request-id": "8f4d6e25-677a-40de-b0a4-c420af96ac79", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:27 GMT", + "Date": "Thu, 10 Sep 2020 23:52:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:26Z", - "lastUpdatedDateTime": "2020-08-20T18:01:27Z", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeResults/357375f7-3013-4d8b-aafc-80b166472392", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "40cde4fe04990dc798993e21542caaad", + "x-ms-client-request-id": "4960d4d2d835c4d9778740ff940e178e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d93c9689-1edf-4a8d-a1f4-9840f9821118", + "apim-request-id": "5d90d64c-f054-4ee0-942c-19608ca3403b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:28 GMT", + "Date": "Thu, 10 Sep 2020 23:52:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:26Z", - "lastUpdatedDateTime": "2020-08-20T18:01:27Z", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeResults/357375f7-3013-4d8b-aafc-80b166472392", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "76befce730b99184f20babdf0a73ff0f", + "x-ms-client-request-id": "3599c357359c4645496742c649b667c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3f182f2-6189-43e8-a935-62b0d7f6d1c5", + "apim-request-id": "6a24132c-6b73-4860-8ab3-4674757a3949", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:29 GMT", + "Date": "Thu, 10 Sep 2020 23:52:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:26Z", - "lastUpdatedDateTime": "2020-08-20T18:01:27Z", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f/analyzeResults/357375f7-3013-4d8b-aafc-80b166472392", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f7106505349261390f2564c2384dacc", + "x-ms-client-request-id": "ca99b769b765d866f620b0dc5de40886", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "961af22d-010b-47bb-8589-a87da882d673", - "Content-Length": "9147", + "apim-request-id": "6966c1d3-c10a-4289-be72-a34210d80d3e", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:30 GMT", + "Date": "Thu, 10 Sep 2020 23:52:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3fc0f2d3d0a69ca78f1900ce96137ac1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a65fcdeb-f6bf-4717-a088-c4ae241ac5d8", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dc9680204d75a0285dc13f7c8569e864", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1fcd71db-9585-4fc3-9771-ee2fa71843be", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "56f2bc5e27f5981910fc3b4cb79741e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e7118914-9bc4-4f59-9163-44da7c52cd83", + "Content-Length": "8958", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:52:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:01:26Z", - "lastUpdatedDateTime": "2020-08-20T18:01:30Z", + "createdDateTime": "2020-09-10T23:52:11Z", + "lastUpdatedDateTime": "2020-09-10T23:52:18Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -622,54 +914,32 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": null - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": null }, "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": null }, @@ -680,27 +950,27 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": null }, "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": null }, @@ -708,30 +978,30 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": null }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": null }, @@ -739,30 +1009,30 @@ }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": null }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": null }, @@ -772,28 +1042,28 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": null }, "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": null }, @@ -803,28 +1073,28 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": null }, "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": null }, @@ -834,13 +1104,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": null @@ -848,13 +1118,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": null @@ -865,28 +1135,28 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": null }, "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": null }, @@ -896,27 +1166,27 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": null }, "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": null @@ -928,27 +1198,27 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": null }, "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": null }, @@ -958,28 +1228,28 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": null }, "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": null }, @@ -989,28 +1259,28 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": null }, "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": null }, @@ -1021,27 +1291,27 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": null }, "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": null }, @@ -1051,27 +1321,27 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": null }, "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": null @@ -1082,13 +1352,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": null @@ -1096,14 +1366,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": null }, @@ -1113,28 +1383,28 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": null }, "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": null }, @@ -1144,28 +1414,28 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": null }, "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": null }, @@ -1183,10 +1453,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1203,14 +1473,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1224,14 +1494,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1245,13 +1515,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -1266,14 +1536,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1287,13 +1557,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -1308,14 +1578,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1329,13 +1599,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -1350,14 +1620,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1371,14 +1641,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1392,13 +1662,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -1413,14 +1683,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1434,13 +1704,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -1456,13 +1726,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1476,14 +1746,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1497,13 +1767,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -1518,14 +1788,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1539,14 +1809,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1560,13 +1830,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -1581,14 +1851,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1609,28 +1879,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3a6a2b99-3ee4-4ec2-8164-f83eb63fd66f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d7816d8841dae84fa543d122195ade0c-5cd21e022040354c-00", + "traceparent": "00-06662008d727f04dbc4a163443c426ac-db3c63242de64c42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ca7e9b70abf9cebe5f3b4d8e59e70224", + "x-ms-client-request-id": "dcbceea52b4e8610c920e2e5912b1725", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "bfe2a318-7e83-4f9c-b8dc-74c8e0fb1e23", + "apim-request-id": "35bdc581-17d9-431a-9255-7727d6f1f0a0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:30 GMT", + "Date": "Thu, 10 Sep 2020 23:52:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -1638,7 +1908,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "216728248" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1572742208" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json index 3ddcf1e535ed1..94ce1ccfd458c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a4a07f580028df4783fd95650e3ce6d3-7e9224924ba0994f-00", + "traceparent": "00-0a82566cb8e9f3458b179e2c3aff6c23-f44ce04b5aeb424c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cc69b064ecf0bc966ad71d9284caf9a4", + "x-ms-client-request-id": "836a3afaab52616da1e31d0af3344aeb", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,442 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "def0b959-66cc-45b4-a3ad-f83e27c3fe9b", + "apim-request-id": "8154d9c1-44bb-4bca-9ccc-c74c51c43e0c", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:59 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528", + "Date": "Thu, 10 Sep 2020 23:54:07 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9beccddd4853b11d7932a442ff45fbfd", + "x-ms-client-request-id": "e0d345c8bc1c28c85715de79cc6445f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4aa4115d-7f35-42ed-87c2-5f43833b9f12", + "apim-request-id": "1473b7ac-5d42-4b97-82f3-fc93490991f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:59 GMT", + "Date": "Thu, 10 Sep 2020 23:54:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c6afb99edff67413a6d235faf7d710b0", + "x-ms-client-request-id": "5bd8d5eb59b8944086e3fb41d40a1c68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f4b587a-3818-49f6-bacd-1e246fc74e31", + "apim-request-id": "ccc81176-1b8d-4d3c-88b2-81926f3cddd6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:00 GMT", + "Date": "Thu, 10 Sep 2020 23:54:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b41e37dd6be11c3c92b853bd4853bd24", + "x-ms-client-request-id": "3b2226a502933d9672412b3ccdf4943d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2383cc85-6343-43b4-b811-4acbdce18604", + "apim-request-id": "a4f6b1b5-f71a-4957-bcbd-98b435ce63d6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:01 GMT", + "Date": "Thu, 10 Sep 2020 23:54:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cbf320db321bfdadba77f4811223b9a1", + "x-ms-client-request-id": "1e1e249eee5c6e33043e5a39c186544d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1b8c81a-9444-4f78-bead-7b2f2b477ae6", + "apim-request-id": "e42c5d0d-16f8-4bd0-876d-abd644647fe3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:02 GMT", + "Date": "Thu, 10 Sep 2020 23:54:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a6d475f90942e8653e9ae9762e04c791", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7d1584c8-f058-4d9a-9313-a7ae794b1c24", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "afa3be4efdebb60bf2b33655a85c7ceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6b456bfc-1d10-4269-be6f-87c088540bf0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5743ddedee1f94fabf36dfc105bc4000", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bcf73fbe-54c3-41ca-ad8b-01d605ac3b2a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c764f3224727321b7d92343e8c552c52", + "x-ms-client-request-id": "03ebc876a4e3fb626a1db38ed20f3fe1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56af498c-d554-4654-9ab3-f7fbd9a9499c", + "apim-request-id": "182e3843-65bb-4ee7-982b-e289047a0df8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:03 GMT", + "Date": "Thu, 10 Sep 2020 23:54:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d71e111444e4ab958920f96976ba0a6f", + "x-ms-client-request-id": "5089fd1e70c06072c30ef0b41d4ab136", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9cb98ee1-699d-4121-8bf8-4cc58df68915", + "apim-request-id": "8175dda1-e385-4824-964a-d6d66dbe32a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:04 GMT", + "Date": "Thu, 10 Sep 2020 23:54:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "549bb2fef6ef94fc04c14e88fe6f7164", + "x-ms-client-request-id": "e0de3573797148077b47ed013b6cc2af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe502a2d-201f-4562-a250-5c1d5f3b4f10", + "apim-request-id": "9b57d2c1-c7a2-4e9f-aceb-f96b4b25b219", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:06 GMT", + "Date": "Thu, 10 Sep 2020 23:54:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "016ca24be204ddbd5eb93d074db2bbc2", + "x-ms-client-request-id": "07a3fdf6ef33063f568a3fd5b4aedd20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ff2642c-61bd-43c8-a540-dcf10b3e0739", + "apim-request-id": "5f8e0639-e3aa-4b9e-97a9-c56f660c3193", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:07 GMT", + "Date": "Thu, 10 Sep 2020 23:54:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "creating", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:05:59Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "da3fc488d7ba1e63148ad222f60dac1a", + "x-ms-client-request-id": "9c1b7d6c5f31a56ff640d57983702557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb8072a1-ee3f-4e69-80fa-1f6d2547a4b8", + "apim-request-id": "2979a078-9c48-4042-ab2f-49b5b8740be6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:08 GMT", + "Date": "Thu, 10 Sep 2020 23:54:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "9c1e4832-b31e-457f-8209-6d4ed159b528", + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "status": "creating", + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1fbd404ba9a68302f6d889e6393194cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4c716c99-9a12-40d6-b2f3-630a251bec55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", "status": "ready", - "createdDateTime": "2020-08-20T18:05:59Z", - "lastUpdatedDateTime": "2020-08-20T18:06:07Z" + "createdDateTime": "2020-09-10T23:54:07Z", + "lastUpdatedDateTime": "2020-09-10T23:54:19Z" }, "keys": { "clusters": { @@ -337,6 +469,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,191 +527,408 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f56737887e194f45b7eb12c71d6a14a9-987c3c1e72dde640-00", + "traceparent": "00-f27663fdafe67e478bfd922d87406ac0-a3d4aa6fdaba744d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d41e95ae094e1c6af5bdf635b9f54652", + "x-ms-client-request-id": "be95cd692550977e8efe11f219c682e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a52dbae8-3b95-489b-9009-1adb41955e42", + "apim-request-id": "18d66afe-58c8-4016-a290-9685bc40a3cc", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:08 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeresults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "Date": "Thu, 10 Sep 2020 23:54:25 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeresults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "5228" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeResults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3aff8b05973073a93e4dec7a0f9ae751", + "x-ms-client-request-id": "7389e865bdf0c3797a97a659d5886bc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a48b8e27-5f3f-4216-9e76-9d90ef615fce", + "apim-request-id": "888a54a3-c4fe-4967-9447-a144a104f1be", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:08 GMT", + "Date": "Thu, 10 Sep 2020 23:54:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:06:08Z", - "lastUpdatedDateTime": "2020-08-20T18:06:08Z" + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:25Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeResults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b759230ce7937f745922e5fde12d651f", + "x-ms-client-request-id": "b61008ac67db2606c22691a798106a2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35d33c57-5c70-4c6e-bd54-0bba22c74be1", + "apim-request-id": "4e75f127-e0b5-40c3-878f-d37ce0eb7e12", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:09 GMT", + "Date": "Thu, 10 Sep 2020 23:54:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:08Z", - "lastUpdatedDateTime": "2020-08-20T18:06:08Z", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeResults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6b1d8043720d17e9ecaa95001cf00d5a", + "x-ms-client-request-id": "5181a35521a7abdc53d143b97e24c105", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff229dd4-bcb0-40de-8b2d-a3f0c5458723", + "apim-request-id": "f2111756-ca7c-4edc-994f-a668b7545054", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:10 GMT", + "Date": "Thu, 10 Sep 2020 23:54:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:08Z", - "lastUpdatedDateTime": "2020-08-20T18:06:08Z", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeResults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9629a4d58e9b1dbe167fe10db2ab9211", + "x-ms-client-request-id": "10464c93ccb5fe0ae163b0c92cd12a69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "17a73016-99f8-492c-93ee-0ea103050cd5", + "apim-request-id": "19ec09ac-66f5-4c3c-836f-d9b2a23ffb79", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:11 GMT", + "Date": "Thu, 10 Sep 2020 23:54:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:08Z", - "lastUpdatedDateTime": "2020-08-20T18:06:08Z", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528/analyzeResults/3e269513-6dc7-42f4-99cc-20baafa41cf6", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8e37cde87b7c9a433942cbe951746369", + "x-ms-client-request-id": "3203762d1a078b1d2c656309234da79d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f4ad0e2-d03f-4bf6-9d85-e2c2677f9a60", - "Content-Length": "9147", + "apim-request-id": "630d1098-0fce-41b0-8b4c-e71c4f912099", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:12 GMT", + "Date": "Thu, 10 Sep 2020 23:54:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4c148c6559ca897a98826f4470127f81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "77fdd5bf-6c22-4b64-9646-a3590c4709f0", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "078cdaa68e2078fd2ebbe4506801db94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4de25c3a-6c85-4ab6-9408-ae7341c9bde2", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9f6412bbdebdd49ffc7a9985abd91a19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0132e475-0fe1-4021-a5d3-4455a56f39b5", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4862e1e59fc1d67c8f9c1d0e74292097", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "52ea2d83-9a19-47f0-806a-9610bfcf6c45", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5e88daa7dfaec8c43ab80ba6f577cd55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5f4ea20f-560d-44b9-bb9f-5711031701b2", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "876acba0929f1bd3958d0f20c0905fd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "51a11cae-1132-468e-aa6f-24f6fd002a8a", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d0de0259bc50066a1d990e0994d6e117", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c49496a5-b6fb-4ccc-b188-e8a03e3264b3", + "Content-Length": "8958", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:06:08Z", - "lastUpdatedDateTime": "2020-08-20T18:06:11Z", + "createdDateTime": "2020-09-10T23:54:25Z", + "lastUpdatedDateTime": "2020-09-10T23:54:36Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -589,54 +939,32 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": null - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": null }, "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": null }, @@ -647,27 +975,27 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": null }, "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": null }, @@ -675,30 +1003,30 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": null }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": null }, @@ -706,30 +1034,30 @@ }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": null }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": null }, @@ -739,28 +1067,28 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": null }, "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": null }, @@ -770,28 +1098,28 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": null }, "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": null }, @@ -801,13 +1129,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": null @@ -815,13 +1143,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": null @@ -832,28 +1160,28 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": null }, "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": null }, @@ -863,27 +1191,27 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": null }, "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": null @@ -895,27 +1223,27 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": null }, "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": null }, @@ -925,28 +1253,28 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": null }, "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": null }, @@ -956,28 +1284,28 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": null }, "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": null }, @@ -988,27 +1316,27 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": null }, "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": null }, @@ -1018,27 +1346,27 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": null }, "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": null @@ -1049,13 +1377,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": null @@ -1063,14 +1391,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": null }, @@ -1080,28 +1408,28 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": null }, "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": null }, @@ -1111,28 +1439,28 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": null }, "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": null }, @@ -1150,10 +1478,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1170,14 +1498,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1191,14 +1519,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1212,13 +1540,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -1233,14 +1561,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1254,13 +1582,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -1275,14 +1603,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1296,13 +1624,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -1317,14 +1645,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1338,14 +1666,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1359,13 +1687,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -1380,14 +1708,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1401,13 +1729,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -1423,13 +1751,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1443,14 +1771,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1464,13 +1792,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -1485,14 +1813,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1506,14 +1834,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1527,13 +1855,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -1548,14 +1876,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -1576,28 +1904,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c1e4832-b31e-457f-8209-6d4ed159b528", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-952c55a828fc7c42b19a2aeaecb75883-ff8f4e3167b1f04e-00", + "traceparent": "00-c3b093371de7484780dd90c7c538e2f7-45fa3556eb168b4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3d288a15cf04b483c1ff548d91dc6441", + "x-ms-client-request-id": "a96dc8ce99bf14f8076cc820d0a308a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "a825596a-572a-46c4-a1cb-d562bb4e58c0", + "apim-request-id": "bad65800-3ee5-4f7d-babc-33c1c96178e5", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:12 GMT", + "Date": "Thu, 10 Sep 2020 23:54:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": [] } @@ -1605,7 +1933,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "196881118" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "991483851" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json index edad447798f2c..d51d055e82b48 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fc50c97b6eebd8458d616c4c1f9ca7f0-08b4846dcb80ce44-00", + "traceparent": "00-5f18d8606d8ac741b0314be77d7fbc17-747d640c896dee46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "333268fb54a33e12cb4896b77487ac57", + "x-ms-client-request-id": "b84f4dcea98b74bf4b51992627ef22a7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,673 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9c1bae6b-f9ef-4333-bcce-c96c318e4191", + "apim-request-id": "b0e55afb-f4cc-41a5-90b9-ee137871374d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:02 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "Date": "Thu, 10 Sep 2020 23:51:22 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7aa97db638732f0eedb354832fb20272", + "x-ms-client-request-id": "66cba8ef6d4068292c90bc88fca5fb1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61d20922-bde9-421e-bc83-291563d800a1", + "apim-request-id": "78f7f17f-281d-4898-bcde-ad6a825beb32", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:02 GMT", + "Date": "Thu, 10 Sep 2020 23:51:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "51573e57977643e7be4f4638f8bc8f7f", + "x-ms-client-request-id": "5bb4c6b355092a05cc64786a0e586423", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c189f80d-b281-44fa-a263-c560d885d6ae", + "apim-request-id": "4fc16280-0aac-4b64-9d2a-575debf2b1f5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:03 GMT", + "Date": "Thu, 10 Sep 2020 23:51:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "462096aac4dbc31d5a0345ef008e0f18", + "x-ms-client-request-id": "73b50ba48ba3619623e78bfaec3777a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac3a2067-76c3-4b7c-9af5-e6f3fc7adaf9", + "apim-request-id": "83b33a78-b8fd-438e-9273-12200fbfc2b3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:04 GMT", + "Date": "Thu, 10 Sep 2020 23:51:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "365f24465b301ee19566bb24f1d53630", + "x-ms-client-request-id": "61727d55c73a999da2a099dcf4be59d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64edb63e-0f87-45f2-a31e-9b3da7600111", + "apim-request-id": "097f814f-3f33-4ba9-9b15-eafa7bf0739f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:06 GMT", + "Date": "Thu, 10 Sep 2020 23:51:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f1e4992c87f027782f523721ca0a3e95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1e6b5837-e61f-4bd0-bd33-fff3f143a74d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9014d2ec03e5dde86d1bd102f1ba6c65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ba425bef-0331-4775-b5ed-097a6c623367", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "53ceb78e8652ceb5054b31e88f7ccf97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2f3dd04d-ca63-4981-b3eb-dfef995dcfc8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "98d9d424bb9193962094f67251f8432f", + "x-ms-client-request-id": "22ef0462c8a929eeb00683d4b6753674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "383feba9-8166-40e1-8d82-f2b18df5e89a", + "apim-request-id": "1274fe13-f1bc-4452-82d7-ab8284e7195e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:07 GMT", + "Date": "Thu, 10 Sep 2020 23:51:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "289" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d4f22e3f595c4f4eb502b07408f9d184", + "x-ms-client-request-id": "1293d2e6ea3c66421d468b9ad1004df1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e75c3f03-01a0-4b3b-ad99-3ecbcb5a9b52", + "apim-request-id": "0fcaba6f-eb26-460a-aa21-97abe18a6880", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:08 GMT", + "Date": "Thu, 10 Sep 2020 23:51:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2bca15cd77b58a868ecc159c646ecc9d", + "x-ms-client-request-id": "eda0394c4acbc5bbc9a5a24b02e0178f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0392a5fa-dc80-42d6-aee7-9bdf3eeac7a1", + "apim-request-id": "3c9820f5-1978-4ced-b0fa-b1af9aa5f7ad", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:09 GMT", + "Date": "Thu, 10 Sep 2020 23:51:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "143" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c3e48c2361e2cad3868ae28f0a218b27", + "x-ms-client-request-id": "bd01bd15bde8775bc18805623c5358b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "094c901b-d674-4097-9da4-9b892c4bdeb2", + "apim-request-id": "a4263685-5e6e-4ec3-8d5b-2fad046c0269", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:10 GMT", + "Date": "Thu, 10 Sep 2020 23:51:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "creating", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:02Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3ca572c2172dc87aa768469044b2ea47", + "x-ms-client-request-id": "7c8892b848d59ca916cd489747f7633c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c772b59-1d4b-48c0-8243-dbe2dd6d34b8", + "apim-request-id": "cdcd8b3b-bbaa-4aca-926a-4ba794843955", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:11 GMT", + "Date": "Thu, 10 Sep 2020 23:51:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1485fc2e90fe8f08de282c4345598875", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b1106ba6-3734-492c-a180-43ed6d3a43dc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6f92f24c9b58ccb91465a61b74c42fca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f9ad3b0a-be33-4d00-b7d4-191b8437375b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4033c82443ce28b18af89eac1c6557bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ce10147f-e6c9-4feb-999a-7dd667bda591", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "554ad245f46493e443b80098e9ec1a19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bfe8a587-4184-4263-8798-75571d751b1e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7c1e61f8482509a7416ae55ffc0cafae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "093ec8fc-acb0-4577-a429-ec4349728d8d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a2d6e90eda7a3065e39ffd1643183e9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b850a4d3-04d6-44bf-9aa2-e0ee44fdf6c8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bab384ddda47fc972b4113f90f859736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e3fa912e-83e4-47e0-bf0b-8cda7905a575", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "97" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "status": "creating", + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ff8a520978161e9ffbed98854b90c529", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f42d22bc-d350-4aa2-995e-f8cde167b3a1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "status": "ready", - "createdDateTime": "2020-08-20T18:01:02Z", - "lastUpdatedDateTime": "2020-08-20T18:01:10Z" + "createdDateTime": "2020-09-10T23:51:22Z", + "lastUpdatedDateTime": "2020-09-10T23:51:42Z" }, "keys": { "clusters": { @@ -337,6 +700,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,191 +758,253 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1518fc61df74ae428c4b3353c6990f88-faec8fe9ad8f874e-00", + "traceparent": "00-4737b9f7fbdf6140829ffdbcfdc05bb6-74699b1454be7944-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7c5013350d146ba14100a52b94f77f6c", + "x-ms-client-request-id": "7781472bf458346651d97639c66c215e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "43b3a951-4c83-4e7b-be4b-bfde12e29e27", + "apim-request-id": "31b48b70-7af4-431e-a86f-084de33b15bf", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:11 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeresults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "Date": "Thu, 10 Sep 2020 23:51:43 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeresults/d9413aac-330f-425b-ae1f-30fbe4784a24", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "153" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeResults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f2daed4190c80c70111c1c791b4386d4", + "x-ms-client-request-id": "f10dc6083f8e6586e595bf594112b09a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6fdc4b00-1014-4e18-a737-541f8ec9c8f8", + "apim-request-id": "40cb7ec0-e42d-485d-a93d-4cfa1fe7b5f8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:11 GMT", + "Date": "Thu, 10 Sep 2020 23:51:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:01:11Z", - "lastUpdatedDateTime": "2020-08-20T18:01:11Z" + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:43Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeResults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f75a9b9f0ed0b513d03afa2d724f34af", + "x-ms-client-request-id": "c7ceea7b1f0314ddeb55ae3d0166578f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8fc58aa-8c0c-4951-82e2-a298c52683a4", + "apim-request-id": "283ddc00-bf45-427a-b9c9-8153244ef1e5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:12 GMT", + "Date": "Thu, 10 Sep 2020 23:51:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-envoy-upstream-service-time": "5048" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:11Z", - "lastUpdatedDateTime": "2020-08-20T18:01:12Z", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:44Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeResults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "564fdae9f8d7a47fa3446af7f0284ffe", + "x-ms-client-request-id": "847d3accd383ec9ac01c92c3350cf23f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d7f4292-5b95-4c3f-b770-b06c232202da", + "apim-request-id": "fd6334b7-0d4f-4dac-b05f-42e4a531eeb4", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:14 GMT", + "Date": "Thu, 10 Sep 2020 23:51:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:11Z", - "lastUpdatedDateTime": "2020-08-20T18:01:12Z", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:44Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeResults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f98bd079879d329bd924218d954399c2", + "x-ms-client-request-id": "dbbddc28599de85be8f805389049637e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3deecab3-22e0-4a06-9d85-f7b7ea6a211f", + "apim-request-id": "28501371-7cf1-4df3-9150-63725ed07d57", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:15 GMT", + "Date": "Thu, 10 Sep 2020 23:51:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:01:11Z", - "lastUpdatedDateTime": "2020-08-20T18:01:12Z", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:44Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369/analyzeResults/fc548f52-2568-41a7-a85d-4d849ee45bab", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "41906ce82ff3a6fc1cb5548ca31bc4a8", + "x-ms-client-request-id": "078d2f3d2b95a7164fe107e68d1adedf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfa4eb6a-13b1-4053-8234-6f01968f471d", - "Content-Length": "31054", + "apim-request-id": "1537e1e9-99b5-4d35-a24d-20f33c28c644", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:16 GMT", + "Date": "Thu, 10 Sep 2020 23:51:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "81" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "25146e637ca972f2de949c8bce625b77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ccfd97f1-194d-4526-a96f-95f38ef12f9c", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "154" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "068513b9eb7efcaac5158bbb52745ace", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dc46fd4a-117f-4bdd-8f65-b3646960a7c9", + "Content-Length": "30800", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:51:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:01:11Z", - "lastUpdatedDateTime": "2020-08-20T18:01:15Z", + "createdDateTime": "2020-09-10T23:51:43Z", + "lastUpdatedDateTime": "2020-09-10T23:51:53Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -586,40 +1012,40 @@ { "text": "Purchase Order", "boundingBox": [ - 141.0, + 137.0, 140.0, - 348.0, + 351.0, 140.0, - 348.0, - 168.0, - 141.0, - 168.0 + 351.0, + 167.0, + 137.0, + 167.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 141.0, - 139.0, - 267.0, - 139.0, - 267.0, + 137.0, + 140.0, + 264.0, + 140.0, + 264.0, 167.0, - 141.0, + 137.0, 167.0 ] }, { "text": "Order", "boundingBox": [ - 273.0, - 142.0, - 348.0, - 142.0, - 348.0, - 169.0, - 273.0, - 169.0 + 269.0, + 139.0, + 351.0, + 139.0, + 351.0, + 167.0, + 269.0, + 167.0 ] } ] @@ -627,40 +1053,40 @@ { "text": "Hero Limited", "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 + 621.0, + 206.0, + 1075.0, + 206.0, + 1075.0, + 266.0, + 621.0, + 266.0 ], "words": [ { "text": "Hero", "boundingBox": [ - 620.0, - 203.0, - 793.0, - 203.0, - 793.0, - 272.0, - 620.0, - 272.0 + 621.0, + 208.0, + 794.0, + 208.0, + 794.0, + 266.0, + 621.0, + 266.0 ] }, { "text": "Limited", "boundingBox": [ - 811.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 270.0, - 811.0, - 270.0 + 806.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 806.0, + 266.0 ] } ] @@ -668,40 +1094,40 @@ { "text": "Purchase Order", "boundingBox": [ - 1117.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 372.0, - 1117.0, - 372.0 + 1113.0, + 322.0, + 1554.0, + 322.0, + 1554.0, + 369.0, + 1113.0, + 369.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1117.0, - 319.0, - 1380.0, - 319.0, - 1380.0, - 371.0, - 1117.0, - 371.0 + 1113.0, + 322.0, + 1381.0, + 322.0, + 1381.0, + 368.0, + 1113.0, + 368.0 ] }, { "text": "Order", "boundingBox": [ - 1397.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 374.0, - 1397.0, - 374.0 + 1390.0, + 321.0, + 1554.0, + 321.0, + 1554.0, + 370.0, + 1390.0, + 370.0 ] } ] @@ -709,40 +1135,40 @@ { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "words": [ { "text": "Company", "boundingBox": [ - 167.0, - 351.0, - 276.0, - 351.0, - 276.0, - 383.0, - 167.0, - 383.0 + 163.0, + 353.0, + 274.0, + 353.0, + 274.0, + 378.0, + 163.0, + 378.0 ] }, { "text": "Phone:", "boundingBox": [ - 283.0, + 279.0, 351.0, - 365.0, + 359.0, 351.0, - 365.0, - 381.0, - 283.0, - 381.0 + 359.0, + 378.0, + 279.0, + 378.0 ] } ] @@ -750,27 +1176,27 @@ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "words": [ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ] } ] @@ -779,26 +1205,26 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "words": [ { "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ] } ] @@ -806,27 +1232,55 @@ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "words": [ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 + ] + } + ] + }, + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 + ], + "words": [ + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ] } ] @@ -835,39 +1289,39 @@ "text": "Dated As:", "boundingBox": [ 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, 1025.0, - 452.0 + 448.0 ], "words": [ { "text": "Dated", "boundingBox": [ 1025.0, - 419.0, - 1111.0, - 419.0, - 1111.0, - 452.0, + 421.0, + 1108.0, + 421.0, + 1108.0, + 448.0, 1025.0, - 452.0 + 448.0 ] }, { "text": "As:", "boundingBox": [ - 1117.0, - 418.0, - 1161.0, - 418.0, - 1161.0, - 451.0, - 1117.0, - 451.0 + 1114.0, + 420.0, + 1160.0, + 420.0, + 1160.0, + 448.0, + 1114.0, + 448.0 ] } ] @@ -875,55 +1329,27 @@ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "words": [ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 - ] - } - ] - }, - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 - ], - "words": [ - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ] } ] @@ -931,53 +1357,53 @@ { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1027.0, - 458.0, - 1153.0, - 458.0, - 1153.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1152.0, + 461.0, + 1152.0, + 488.0, + 1023.0, + 488.0 ] }, { "text": "Order", "boundingBox": [ - 1160.0, + 1157.0, 461.0, - 1241.0, + 1238.0, 461.0, - 1241.0, - 492.0, - 1160.0, - 492.0 + 1238.0, + 489.0, + 1157.0, + 489.0 ] }, { "text": "#:", "boundingBox": [ - 1248.0, + 1244.0, 461.0, - 1275.0, + 1272.0, 461.0, - 1275.0, - 492.0, - 1248.0, - 492.0 + 1272.0, + 489.0, + 1244.0, + 489.0 ] } ] @@ -985,27 +1411,27 @@ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "words": [ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ] } ] @@ -1013,27 +1439,27 @@ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "words": [ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ] } ] @@ -1041,39 +1467,39 @@ { "text": "Shipped To", "boundingBox": [ - 170.0, - 546.0, - 398.0, - 546.0, - 398.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 397.0, + 547.0, + 397.0, + 592.0, + 167.0, + 592.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 170.0, - 546.0, - 340.0, - 546.0, - 340.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 333.0, + 547.0, + 333.0, + 592.0, + 167.0, + 592.0 ] }, { "text": "To", "boundingBox": [ - 349.0, + 342.0, 547.0, - 398.0, + 397.0, 547.0, - 398.0, + 397.0, 592.0, - 349.0, + 342.0, 592.0 ] } @@ -1082,40 +1508,40 @@ { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "words": [ { "text": "Vendor", "boundingBox": [ - 162.0, - 609.0, - 256.0, - 609.0, - 256.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 254.0, + 611.0, + 254.0, + 637.0, + 160.0, + 637.0 ] }, { "text": "Name:", "boundingBox": [ - 262.0, + 259.0, 610.0, - 346.0, + 344.0, 610.0, - 346.0, - 640.0, - 262.0, - 640.0 + 344.0, + 638.0, + 259.0, + 638.0 ] } ] @@ -1123,40 +1549,40 @@ { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "words": [ { "text": "Hillary", "boundingBox": [ - 352.0, - 610.0, - 435.0, - 610.0, - 435.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 430.0, + 609.0, + 430.0, + 639.0, + 350.0, + 639.0 ] }, { "text": "Swank", "boundingBox": [ - 440.0, - 611.0, - 519.0, - 611.0, - 519.0, - 641.0, - 440.0, - 641.0 + 435.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 435.0, + 639.0 ] } ] @@ -1164,39 +1590,39 @@ { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "words": [ { "text": "Company", "boundingBox": [ - 162.0, - 645.0, - 283.0, - 645.0, - 283.0, - 677.0, - 162.0, - 677.0 + 160.0, + 649.0, + 280.0, + 649.0, + 280.0, + 676.0, + 160.0, + 676.0 ] }, { "text": "Name:", "boundingBox": [ - 289.0, + 286.0, 647.0, - 373.0, + 370.0, 647.0, - 373.0, + 370.0, 678.0, - 289.0, + 286.0, 678.0 ] } @@ -1205,53 +1631,53 @@ { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "words": [ { "text": "Higgly", "boundingBox": [ - 379.0, + 375.0, 647.0, - 457.0, + 455.0, 647.0, - 457.0, + 455.0, 679.0, - 379.0, + 375.0, 679.0 ] }, { "text": "Wiggly", "boundingBox": [ - 463.0, - 647.0, - 549.0, - 647.0, - 549.0, + 461.0, + 646.0, + 546.0, + 646.0, + 546.0, 679.0, - 463.0, + 461.0, 679.0 ] }, { "text": "Books", "boundingBox": [ - 555.0, - 647.0, - 628.0, - 647.0, - 628.0, - 679.0, - 555.0, - 679.0 + 552.0, + 646.0, + 630.0, + 646.0, + 630.0, + 678.0, + 552.0, + 678.0 ] } ] @@ -1259,27 +1685,27 @@ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ] } ] @@ -1287,66 +1713,66 @@ { "text": "938 NE Burner Road", "boundingBox": [ - 279.0, - 684.0, - 526.0, - 684.0, - 526.0, - 715.0, - 279.0, - 715.0 + 274.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 274.0, + 713.0 ], "words": [ { "text": "938", "boundingBox": [ - 279.0, - 683.0, - 326.0, - 683.0, - 326.0, - 714.0, - 279.0, - 714.0 + 274.0, + 685.0, + 323.0, + 685.0, + 323.0, + 712.0, + 274.0, + 712.0 ] }, { "text": "NE", "boundingBox": [ - 332.0, - 684.0, - 366.0, - 684.0, - 366.0, - 715.0, - 332.0, - 715.0 + 329.0, + 685.0, + 364.0, + 685.0, + 364.0, + 713.0, + 329.0, + 713.0 ] }, { "text": "Burner", "boundingBox": [ - 372.0, - 684.0, - 458.0, - 684.0, - 458.0, - 715.0, - 372.0, - 715.0 + 370.0, + 685.0, + 455.0, + 685.0, + 455.0, + 713.0, + 370.0, + 713.0 ] }, { "text": "Road", "boundingBox": [ - 464.0, - 686.0, - 526.0, - 686.0, - 526.0, - 716.0, - 464.0, - 716.0 + 460.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 460.0, + 713.0 ] } ] @@ -1354,66 +1780,66 @@ { "text": "Boulder City, CO 92848", "boundingBox": [ - 283.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 283.0, - 753.0 + 279.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 279.0, + 751.0 ], "words": [ { "text": "Boulder", "boundingBox": [ - 283.0, - 721.0, - 377.0, - 721.0, - 377.0, - 752.0, - 283.0, - 752.0 + 279.0, + 722.0, + 371.0, + 722.0, + 371.0, + 750.0, + 279.0, + 750.0 ] }, { "text": "City,", "boundingBox": [ - 384.0, - 720.0, - 437.0, - 720.0, - 437.0, - 753.0, - 384.0, - 753.0 + 377.0, + 722.0, + 433.0, + 722.0, + 433.0, + 751.0, + 377.0, + 751.0 ] }, { "text": "CO", "boundingBox": [ - 443.0, - 720.0, - 482.0, - 720.0, - 482.0, - 753.0, - 443.0, - 753.0 + 439.0, + 722.0, + 477.0, + 722.0, + 477.0, + 751.0, + 439.0, + 751.0 ] }, { "text": "92848", "boundingBox": [ - 489.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 489.0, - 753.0 + 482.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 482.0, + 751.0 ] } ] @@ -1421,27 +1847,27 @@ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "words": [ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ] } ] @@ -1449,26 +1875,26 @@ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "words": [ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ] } @@ -1477,39 +1903,39 @@ { "text": "Shipped From", "boundingBox": [ - 169.0, + 167.0, 784.0, - 445.0, + 448.0, 784.0, - 445.0, - 831.0, - 169.0, - 831.0 + 448.0, + 830.0, + 167.0, + 830.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 169.0, + 167.0, 784.0, - 335.0, + 327.0, 784.0, - 335.0, - 832.0, - 169.0, - 832.0 + 327.0, + 830.0, + 167.0, + 830.0 ] }, { "text": "From", "boundingBox": [ - 345.0, + 336.0, 785.0, - 445.0, + 448.0, 785.0, - 445.0, + 448.0, 830.0, - 345.0, + 336.0, 830.0 ] } @@ -1519,26 +1945,26 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "words": [ { "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ] } ] @@ -1546,80 +1972,80 @@ { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 258.0, + 255.0, 852.0, - 341.0, + 336.0, 852.0, - 341.0, - 881.0, - 258.0, - 881.0 + 336.0, + 879.0, + 255.0, + 879.0 ] }, { "text": "Sanders", "boundingBox": [ - 347.0, - 853.0, - 445.0, - 853.0, - 445.0, - 882.0, - 347.0, - 882.0 + 341.0, + 852.0, + 446.0, + 852.0, + 446.0, + 880.0, + 341.0, + 880.0 ] } ] }, { - "text": "Company Name:", - "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + "text": "Company Name:", + "boundingBox": [ + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "words": [ { "text": "Company", "boundingBox": [ - 169.0, - 886.0, - 286.0, - 886.0, - 286.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 282.0, + 890.0, + 282.0, + 919.0, + 164.0, + 919.0 ] }, { "text": "Name:", "boundingBox": [ - 292.0, - 889.0, - 378.0, - 889.0, - 378.0, + 288.0, + 890.0, + 374.0, + 890.0, + 374.0, 919.0, - 292.0, + 288.0, 919.0 ] } @@ -1628,53 +2054,53 @@ { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 385.0, + 380.0, 889.0, - 470.0, + 467.0, 889.0, - 470.0, + 467.0, 919.0, - 385.0, + 380.0, 919.0 ] }, { "text": "Book", "boundingBox": [ - 477.0, + 473.0, 889.0, - 541.0, + 536.0, 889.0, - 541.0, - 920.0, - 477.0, - 920.0 + 536.0, + 919.0, + 473.0, + 919.0 ] }, { "text": "Supply", "boundingBox": [ - 547.0, - 888.0, - 624.0, - 888.0, - 624.0, - 921.0, - 547.0, - 921.0 + 542.0, + 889.0, + 629.0, + 889.0, + 629.0, + 920.0, + 542.0, + 920.0 ] } ] @@ -1682,27 +2108,27 @@ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ] } ] @@ -1710,65 +2136,65 @@ { "text": "383 N Kinnick Road", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 954.0, - 283.0, - 954.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 953.0, + 279.0, + 953.0 ], "words": [ { "text": "383", "boundingBox": [ - 283.0, - 924.0, - 328.0, - 924.0, - 328.0, - 954.0, - 283.0, - 954.0 + 279.0, + 925.0, + 327.0, + 925.0, + 327.0, + 953.0, + 279.0, + 953.0 ] }, { "text": "N", "boundingBox": [ - 335.0, - 924.0, - 355.0, - 924.0, - 355.0, - 954.0, - 335.0, - 954.0 + 332.0, + 926.0, + 353.0, + 926.0, + 353.0, + 953.0, + 332.0, + 953.0 ] }, { "text": "Kinnick", "boundingBox": [ - 362.0, - 924.0, - 451.0, - 924.0, - 451.0, - 954.0, - 362.0, - 954.0 + 358.0, + 926.0, + 448.0, + 926.0, + 448.0, + 953.0, + 358.0, + 953.0 ] }, { "text": "Road", "boundingBox": [ - 457.0, - 925.0, - 524.0, - 925.0, - 524.0, + 453.0, + 926.0, + 521.0, + 926.0, + 521.0, 954.0, - 457.0, + 453.0, 954.0 ] } @@ -1777,53 +2203,53 @@ { "text": "Seattle, WA 38383", "boundingBox": [ - 285.0, - 962.0, + 281.0, + 965.0, 514.0, - 962.0, + 965.0, 514.0, - 992.0, - 285.0, - 992.0 + 991.0, + 281.0, + 991.0 ], "words": [ { "text": "Seattle,", "boundingBox": [ - 285.0, - 961.0, - 380.0, - 961.0, - 380.0, - 992.0, - 285.0, - 992.0 + 281.0, + 965.0, + 377.0, + 965.0, + 377.0, + 991.0, + 281.0, + 991.0 ] }, { "text": "WA", "boundingBox": [ - 386.0, - 963.0, - 432.0, - 963.0, - 432.0, - 992.0, - 386.0, - 992.0 + 382.0, + 964.0, + 429.0, + 964.0, + 429.0, + 991.0, + 382.0, + 991.0 ] }, { "text": "38383", "boundingBox": [ - 438.0, - 963.0, + 434.0, + 964.0, 514.0, - 963.0, + 964.0, 514.0, - 992.0, - 438.0, - 992.0 + 991.0, + 434.0, + 991.0 ] } ] @@ -1832,26 +2258,26 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "words": [ { "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ] } ] @@ -1859,27 +2285,27 @@ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "words": [ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ] } ] @@ -1888,10 +2314,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1901,10 +2327,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1915,27 +2341,27 @@ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "words": [ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ] } ] @@ -1943,40 +2369,40 @@ { "text": "Unit Price", "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "words": [ { "text": "Unit", "boundingBox": [ - 1113.0, - 1045.0, - 1184.0, - 1045.0, - 1184.0, - 1080.0, - 1113.0, - 1080.0 + 1111.0, + 1047.0, + 1181.0, + 1047.0, + 1181.0, + 1078.0, + 1111.0, + 1078.0 ] }, { "text": "Price", "boundingBox": [ - 1191.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1191.0, - 1081.0 + 1187.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1187.0, + 1078.0 ] } ] @@ -1984,26 +2410,26 @@ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "words": [ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ] } @@ -2012,27 +2438,27 @@ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "words": [ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ] } ] @@ -2040,26 +2466,26 @@ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ] } @@ -2068,27 +2494,27 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ] } ] @@ -2096,26 +2522,26 @@ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ] } @@ -2124,40 +2550,40 @@ { "text": "Covers Small", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "words": [ { "text": "Covers", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 257.0, + 254.0, 1136.0, - 257.0, + 254.0, 1161.0, - 172.0, + 170.0, 1161.0 ] }, { "text": "Small", "boundingBox": [ - 262.0, - 1137.0, - 331.0, - 1137.0, - 331.0, - 1163.0, - 262.0, - 1163.0 + 259.0, + 1136.0, + 333.0, + 1136.0, + 333.0, + 1161.0, + 259.0, + 1161.0 ] } ] @@ -2165,27 +2591,27 @@ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "words": [ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ] } ] @@ -2193,26 +2619,26 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ] } @@ -2221,27 +2647,27 @@ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ] } ] @@ -2249,39 +2675,39 @@ { "text": "Feather Bookmark", "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "words": [ { "text": "Feather", "boundingBox": [ - 172.0, - 1178.0, - 271.0, - 1178.0, - 271.0, - 1205.0, - 172.0, - 1205.0 + 173.0, + 1180.0, + 266.0, + 1180.0, + 266.0, + 1206.0, + 173.0, + 1206.0 ] }, { "text": "Bookmark", "boundingBox": [ - 276.0, - 1181.0, - 403.0, - 1181.0, - 403.0, + 271.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 276.0, + 271.0, 1206.0 ] } @@ -2291,26 +2717,26 @@ "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "words": [ { "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ] } ] @@ -2318,27 +2744,27 @@ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ] } ] @@ -2346,26 +2772,26 @@ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ] } @@ -2374,53 +2800,53 @@ { "text": "Copper Swirl Marker", "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "words": [ { "text": "Copper", "boundingBox": [ - 171.0, - 1224.0, - 265.0, - 1224.0, - 265.0, - 1247.0, - 171.0, - 1247.0 + 170.0, + 1223.0, + 259.0, + 1223.0, + 259.0, + 1253.0, + 170.0, + 1253.0 ] }, { "text": "Swirl", "boundingBox": [ - 270.0, - 1225.0, - 334.0, - 1225.0, - 334.0, - 1249.0, - 270.0, - 1249.0 + 265.0, + 1222.0, + 328.0, + 1222.0, + 328.0, + 1252.0, + 265.0, + 1252.0 ] }, { "text": "Marker", "boundingBox": [ - 339.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1249.0, - 339.0, - 1249.0 + 334.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1251.0, + 334.0, + 1251.0 ] } ] @@ -2428,27 +2854,27 @@ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ] } ] @@ -2456,26 +2882,26 @@ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ] } @@ -2484,27 +2910,27 @@ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ] } ] @@ -2512,27 +2938,27 @@ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "words": [ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ] } ] @@ -2540,26 +2966,26 @@ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "words": [ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ] } @@ -2568,26 +2994,26 @@ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "words": [ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ] } @@ -2596,27 +3022,27 @@ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "words": [ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ] } ] @@ -2624,40 +3050,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 485.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1709.0, - 485.0, - 1709.0 + 489.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 489.0, + 1706.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 485.0, - 1669.0, - 605.0, - 1669.0, - 605.0, - 1707.0, - 485.0, - 1707.0 + 489.0, + 1671.0, + 609.0, + 1671.0, + 609.0, + 1706.0, + 489.0, + 1706.0 ] }, { "text": "Sanders", "boundingBox": [ - 613.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1710.0, - 613.0, - 1710.0 + 616.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 616.0, + 1706.0 ] } ] @@ -2665,27 +3091,27 @@ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "words": [ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ] } ] @@ -2693,27 +3119,27 @@ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "words": [ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ] } ] @@ -2721,40 +3147,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 544.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1743.0, - 544.0, - 1743.0 + 542.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 542.0, + 1742.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 544.0, - 1717.0, - 622.0, - 1717.0, - 622.0, + 542.0, + 1719.0, + 617.0, + 1719.0, + 617.0, 1742.0, - 544.0, + 542.0, 1742.0 ] }, { "text": "Sanders", "boundingBox": [ - 627.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1744.0, - 627.0, - 1744.0 + 621.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 621.0, + 1742.0 ] } ] @@ -2762,27 +3188,27 @@ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ], "words": [ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ] } ] @@ -2790,40 +3216,40 @@ { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "words": [ { "text": "Additional", "boundingBox": [ - 175.0, + 173.0, 1796.0, - 358.0, + 355.0, 1796.0, - 358.0, - 1834.0, - 175.0, - 1834.0 + 355.0, + 1831.0, + 173.0, + 1831.0 ] }, { "text": "Notes:", "boundingBox": [ - 366.0, - 1799.0, + 361.0, + 1796.0, 479.0, - 1799.0, + 1796.0, 479.0, - 1835.0, - 366.0, - 1835.0 + 1832.0, + 361.0, + 1832.0 ] } ] @@ -2831,105 +3257,105 @@ { "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "boundingBox": [ - 176.0, - 1881.0, + 175.0, + 1880.0, 707.0, - 1881.0, + 1880.0, 707.0, - 1910.0, - 176.0, - 1910.0 + 1909.0, + 175.0, + 1909.0 ], "words": [ { "text": "Do", "boundingBox": [ - 176.0, - 1880.0, - 208.0, - 1880.0, - 208.0, - 1908.0, - 176.0, - 1908.0 + 175.0, + 1881.0, + 205.0, + 1881.0, + 205.0, + 1907.0, + 175.0, + 1907.0 ] }, { "text": "not", "boundingBox": [ - 213.0, - 1880.0, - 258.0, - 1880.0, - 258.0, - 1908.0, - 213.0, - 1908.0 + 210.0, + 1881.0, + 256.0, + 1881.0, + 256.0, + 1907.0, + 210.0, + 1907.0 ] }, { "text": "Jostle", "boundingBox": [ - 264.0, - 1881.0, - 338.0, - 1881.0, - 338.0, - 1909.0, - 264.0, - 1909.0 + 261.0, + 1880.0, + 335.0, + 1880.0, + 335.0, + 1908.0, + 261.0, + 1908.0 ] }, { "text": "Box.", "boundingBox": [ - 343.0, - 1881.0, - 404.0, - 1881.0, - 404.0, - 1910.0, - 343.0, - 1910.0 + 340.0, + 1880.0, + 401.0, + 1880.0, + 401.0, + 1909.0, + 340.0, + 1909.0 ] }, { "text": "Unpack", "boundingBox": [ - 410.0, - 1881.0, - 503.0, - 1881.0, - 503.0, - 1911.0, - 410.0, - 1911.0 + 406.0, + 1880.0, + 500.0, + 1880.0, + 500.0, + 1909.0, + 406.0, + 1909.0 ] }, { "text": "carefully.", "boundingBox": [ - 509.0, - 1881.0, - 626.0, - 1881.0, - 626.0, - 1912.0, - 509.0, - 1912.0 + 505.0, + 1880.0, + 623.0, + 1880.0, + 623.0, + 1910.0, + 505.0, + 1910.0 ] }, { "text": "Enjoy.", "boundingBox": [ - 631.0, + 628.0, 1880.0, 707.0, 1880.0, 707.0, - 1912.0, - 631.0, - 1912.0 + 1911.0, + 628.0, + 1911.0 ] } ] @@ -2937,235 +3363,235 @@ { "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "boundingBox": [ - 173.0, - 1925.0, + 169.0, + 1924.0, 1511.0, - 1925.0, + 1924.0, 1511.0, - 1960.0, - 173.0, - 1960.0 + 1958.0, + 169.0, + 1958.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 173.0, - 1925.0, - 274.0, - 1925.0, - 274.0, + 169.0, + 1924.0, + 270.0, + 1924.0, + 270.0, 1959.0, - 173.0, + 169.0, 1959.0 ] }, { "text": "Book", "boundingBox": [ - 280.0, - 1926.0, - 361.0, - 1926.0, - 361.0, + 277.0, + 1924.0, + 355.0, + 1924.0, + 355.0, 1959.0, - 280.0, + 277.0, 1959.0 ] }, { "text": "Supply", "boundingBox": [ - 367.0, - 1926.0, - 470.0, - 1926.0, - 470.0, - 1959.0, - 367.0, - 1959.0 + 361.0, + 1924.0, + 465.0, + 1924.0, + 465.0, + 1958.0, + 361.0, + 1958.0 ] }, { "text": "will", "boundingBox": [ - 477.0, - 1926.0, - 523.0, - 1926.0, - 523.0, - 1960.0, - 477.0, - 1960.0 + 472.0, + 1924.0, + 517.0, + 1924.0, + 517.0, + 1958.0, + 472.0, + 1958.0 ] }, { "text": "refund", "boundingBox": [ - 530.0, - 1926.0, - 628.0, - 1926.0, - 628.0, - 1960.0, - 530.0, - 1960.0 + 524.0, + 1924.0, + 625.0, + 1924.0, + 625.0, + 1958.0, + 524.0, + 1958.0 ] }, { "text": "you", "boundingBox": [ - 635.0, - 1926.0, - 693.0, - 1926.0, - 693.0, - 1960.0, - 635.0, - 1960.0 + 632.0, + 1924.0, + 687.0, + 1924.0, + 687.0, + 1958.0, + 632.0, + 1958.0 ] }, { "text": "50%", "boundingBox": [ - 700.0, - 1926.0, - 767.0, - 1926.0, - 767.0, - 1960.0, - 700.0, - 1960.0 + 694.0, + 1924.0, + 763.0, + 1924.0, + 763.0, + 1958.0, + 694.0, + 1958.0 ] }, { "text": "per", "boundingBox": [ - 773.0, - 1926.0, - 827.0, - 1926.0, - 827.0, - 1960.0, - 773.0, - 1960.0 + 770.0, + 1924.0, + 820.0, + 1924.0, + 820.0, + 1958.0, + 770.0, + 1958.0 ] }, { "text": "book", "boundingBox": [ - 833.0, - 1926.0, - 907.0, - 1926.0, - 907.0, - 1960.0, - 833.0, - 1960.0 + 827.0, + 1924.0, + 900.0, + 1924.0, + 900.0, + 1958.0, + 827.0, + 1958.0 ] }, { "text": "if", "boundingBox": [ - 914.0, - 1926.0, - 934.0, - 1926.0, - 934.0, - 1960.0, - 914.0, - 1960.0 + 907.0, + 1924.0, + 928.0, + 1924.0, + 928.0, + 1958.0, + 907.0, + 1958.0 ] }, { "text": "returned", "boundingBox": [ - 940.0, - 1926.0, - 1068.0, - 1926.0, - 1068.0, - 1960.0, - 940.0, - 1960.0 + 935.0, + 1924.0, + 1063.0, + 1924.0, + 1063.0, + 1958.0, + 935.0, + 1958.0 ] }, { "text": "within", "boundingBox": [ - 1074.0, - 1925.0, - 1161.0, - 1925.0, - 1161.0, - 1960.0, - 1074.0, - 1960.0 + 1070.0, + 1924.0, + 1157.0, + 1924.0, + 1157.0, + 1958.0, + 1070.0, + 1958.0 ] }, { "text": "60", "boundingBox": [ - 1168.0, - 1925.0, - 1210.0, - 1925.0, - 1210.0, - 1960.0, - 1168.0, - 1960.0 + 1164.0, + 1924.0, + 1203.0, + 1924.0, + 1203.0, + 1958.0, + 1164.0, + 1958.0 ] }, { "text": "days", "boundingBox": [ - 1219.0, - 1925.0, - 1288.0, - 1925.0, - 1288.0, - 1960.0, - 1219.0, - 1960.0 + 1210.0, + 1924.0, + 1284.0, + 1924.0, + 1284.0, + 1958.0, + 1210.0, + 1958.0 ] }, { "text": "of", "boundingBox": [ - 1295.0, - 1925.0, - 1324.0, - 1925.0, - 1324.0, - 1960.0, - 1295.0, - 1960.0 + 1290.0, + 1924.0, + 1318.0, + 1924.0, + 1318.0, + 1958.0, + 1290.0, + 1958.0 ] }, { "text": "reading", "boundingBox": [ - 1331.0, + 1325.0, 1924.0, - 1447.0, + 1439.0, 1924.0, - 1447.0, - 1960.0, - 1331.0, - 1960.0 + 1439.0, + 1958.0, + 1325.0, + 1958.0 ] }, { "text": "and", "boundingBox": [ - 1453.0, + 1446.0, 1924.0, 1511.0, 1924.0, 1511.0, - 1959.0, - 1453.0, - 1959.0 + 1958.0, + 1446.0, + 1958.0 ] } ] @@ -3173,118 +3599,118 @@ { "text": "offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1959.0, - 780.0, - 1959.0, - 780.0, - 1993.0, - 170.0, - 1993.0 + 169.0, + 1958.0, + 786.0, + 1958.0, + 786.0, + 1992.0, + 169.0, + 1992.0 ], "words": [ { "text": "offer", "boundingBox": [ - 170.0, + 169.0, 1958.0, - 239.0, + 235.0, 1958.0, - 239.0, - 1992.0, - 170.0, - 1992.0 + 235.0, + 1991.0, + 169.0, + 1991.0 ] }, { "text": "you", "boundingBox": [ - 246.0, + 242.0, 1958.0, - 304.0, + 299.0, 1958.0, - 304.0, - 1992.0, - 246.0, - 1992.0 + 299.0, + 1991.0, + 242.0, + 1991.0 ] }, { "text": "25%", "boundingBox": [ - 310.0, - 1959.0, - 379.0, - 1959.0, - 379.0, + 306.0, + 1958.0, + 374.0, + 1958.0, + 374.0, 1992.0, - 310.0, + 306.0, 1992.0 ] }, { "text": "off", "boundingBox": [ - 386.0, - 1959.0, - 426.0, - 1959.0, - 426.0, - 1993.0, - 386.0, - 1993.0 + 380.0, + 1958.0, + 421.0, + 1958.0, + 421.0, + 1992.0, + 380.0, + 1992.0 ] }, { "text": "you", "boundingBox": [ - 432.0, - 1959.0, - 488.0, - 1959.0, - 488.0, - 1993.0, - 432.0, - 1993.0 + 427.0, + 1958.0, + 483.0, + 1958.0, + 483.0, + 1992.0, + 427.0, + 1992.0 ] }, { "text": "next", "boundingBox": [ - 494.0, - 1960.0, - 561.0, - 1960.0, - 561.0, - 1993.0, - 494.0, - 1993.0 + 489.0, + 1958.0, + 556.0, + 1958.0, + 556.0, + 1992.0, + 489.0, + 1992.0 ] }, { "text": "total", "boundingBox": [ - 567.0, - 1960.0, - 632.0, - 1960.0, - 632.0, - 1993.0, - 567.0, - 1993.0 + 562.0, + 1959.0, + 628.0, + 1959.0, + 628.0, + 1992.0, + 562.0, + 1992.0 ] }, { "text": "purchase.", "boundingBox": [ - 638.0, - 1961.0, - 780.0, - 1961.0, - 780.0, - 1994.0, - 638.0, - 1994.0 + 635.0, + 1959.0, + 786.0, + 1959.0, + 786.0, + 1991.0, + 635.0, + 1991.0 ] } ] @@ -3296,43 +3722,18 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": [ "#/readResults/0/lines/3/words/0", @@ -3342,14 +3743,14 @@ "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": [ "#/readResults/0/lines/4/words/0" @@ -3362,13 +3763,13 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": [ "#/readResults/0/lines/5/words/0" @@ -3377,14 +3778,14 @@ "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": [ "#/readResults/0/lines/6/words/0" @@ -3394,71 +3795,71 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": [ - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/7/words/0" ] }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/12/words/0" ] }, "confidence": 1.0 }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" ] }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/12/words/0" + "#/readResults/0/lines/9/words/0" ] }, "confidence": 1.0 @@ -3467,14 +3868,14 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -3485,14 +3886,14 @@ "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3504,14 +3905,14 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": [ "#/readResults/0/lines/14/words/0", @@ -3521,14 +3922,14 @@ "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": [ "#/readResults/0/lines/15/words/0", @@ -3541,13 +3942,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": [ @@ -3558,13 +3959,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": [ @@ -3579,14 +3980,14 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3595,14 +3996,14 @@ "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": [ "#/readResults/0/lines/19/words/0", @@ -3621,14 +4022,14 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3637,13 +4038,13 @@ "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": [ @@ -3657,13 +4058,13 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3672,14 +4073,14 @@ "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": [ "#/readResults/0/lines/25/words/0", @@ -3692,14 +4093,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": [ "#/readResults/0/lines/26/words/0", @@ -3709,14 +4110,14 @@ "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": [ "#/readResults/0/lines/27/words/0", @@ -3730,14 +4131,14 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3746,14 +4147,14 @@ "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3772,13 +4173,13 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3787,14 +4188,14 @@ "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3806,14 +4207,14 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": [ "#/readResults/0/lines/53/words/0" @@ -3822,13 +4223,13 @@ "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": [ @@ -3841,13 +4242,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": [ @@ -3857,14 +4258,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": [ "#/readResults/0/lines/56/words/0" @@ -3876,14 +4277,14 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": [ "#/readResults/0/lines/58/words/0" @@ -3892,14 +4293,14 @@ "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": [ "#/readResults/0/lines/59/words/0" @@ -3911,14 +4312,14 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": [ "#/readResults/0/lines/62/words/0", @@ -3928,14 +4329,14 @@ "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": [ "#/readResults/0/lines/63/words/0", @@ -3986,10 +4387,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -4008,14 +4409,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4031,14 +4432,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4055,13 +4456,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -4078,14 +4479,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4101,13 +4502,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -4124,14 +4525,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4147,13 +4548,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -4170,14 +4571,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4194,14 +4595,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4217,13 +4618,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -4240,14 +4641,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4263,13 +4664,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -4288,13 +4689,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4310,14 +4711,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4333,13 +4734,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -4356,14 +4757,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4381,14 +4782,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4404,13 +4805,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -4427,14 +4828,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4457,28 +4858,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e4d64e08-6ef3-40a7-a565-ca34bc0bd369", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9d99fc4c4cc55b478e5af0a9a7f956bc-18cdf52e352acd40-00", + "traceparent": "00-af2fae34314262458e4974b60533419b-2a4b2499b86b054d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1b3fcea3ac362123e1c7cb3d6f10e60", + "x-ms-client-request-id": "22d5261a3d34c1d53d1b28008f8bd9ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "e03b57cb-69b2-495b-896a-9cce8e189421", + "apim-request-id": "8643721a-5659-42b3-899a-c22105d520b9", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:16 GMT", + "Date": "Thu, 10 Sep 2020 23:51:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": [] } @@ -4486,7 +4887,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "560336196" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1084832189" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json index bf241529d1a41..acdb5ffcc1063 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-29c748f3aed5754dbf340e3879755742-cf07294f8fec9543-00", + "traceparent": "00-48ca45e8d3550749a221ce0bfff67d5a-65338fd466cf514c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5d1db7cc85c04c91d4f481095281c439", + "x-ms-client-request-id": "49f8874cea3143fd667cb55b8c753744", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,101 +22,167 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5649ad8b-d1eb-4cfb-8066-c1b6329e184d", + "apim-request-id": "4b6a0d84-72cb-42f4-a91e-e68384b23b00", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:45 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "Date": "Thu, 10 Sep 2020 23:53:43 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b8fccb3ac4e22fb78eab685f6bb3931f", + "x-ms-client-request-id": "4b9ebfdd56368abbe1e11ccce79b6cb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c8ed151-1c33-45c0-85a5-27a504315d31", + "apim-request-id": "a7d59024-91cd-4112-afd4-52f80925c9da", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:45 GMT", + "Date": "Thu, 10 Sep 2020 23:53:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6892c106316fb7a74adcbaa57665061b", + "x-ms-client-request-id": "7d9e466a099e7e3732d8f65ed59ddd8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f2c674e-c08f-4293-be0e-e1bbe9dc3d29", + "apim-request-id": "058d4fbb-ed01-4c33-85e2-8208d2debf09", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:47 GMT", + "Date": "Thu, 10 Sep 2020 23:53:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c40eb2e582fbf60acc6e6750cd305cca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "14a507d6-915e-4b81-b606-0098ea56cc44", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "45f1fc10bad6d4a6881f195e5f5cb444", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "53f9cf23-48a5-4a86-91df-d1c254c30061", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e05c2d677592081fffeece151d32e120", + "x-ms-client-request-id": "34e68d03a78de8bd3ca8b12fa1e7b101", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdbc66d0-d3b8-4342-bdd1-4f7f84a4b7c2", + "apim-request-id": "13294024-06ba-43dd-ae86-cfd62f252b11", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:48 GMT", + "Date": "Thu, 10 Sep 2020 23:53:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -124,208 +190,241 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "status": "creating", + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d94e2c7c97ab2ab90b393cdb68ab976f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bdccb236-c9f6-4a70-b385-9d36106a1a6a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "900261615cef08c924446d050912b829", + "x-ms-client-request-id": "404c23b92749693c3f09082e097632a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c33b35cb-8a26-4c78-b700-697948111007", + "apim-request-id": "71d0baf8-3f0a-4d34-9a44-b594ceab8864", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:49 GMT", + "Date": "Thu, 10 Sep 2020 23:53:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3ef84ca4b257918da189688162929a18", + "x-ms-client-request-id": "32e2176edb0e6c98d3bc28546ae17f90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "441916a2-2509-45b4-9a97-f8db26509a87", + "apim-request-id": "4dcc4357-7348-4bd5-b602-8d263c91df87", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:50 GMT", + "Date": "Thu, 10 Sep 2020 23:53:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "154399fb75620a2b6353bc4d071afeed", + "x-ms-client-request-id": "7e764110709a54b7f0e599a28f8b2095", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64bd4843-29c2-4446-b302-2e0ee2852b15", + "apim-request-id": "0f96cd9a-9d8e-4bcc-b2c5-47f5130d3981", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:51 GMT", + "Date": "Thu, 10 Sep 2020 23:53:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d070a535a23aaec9d371ef66f347a691", + "x-ms-client-request-id": "506d9b0764c9de608ae06c8dfee8fe5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92636cff-54cf-4fcb-8b05-04d739ef98ef", + "apim-request-id": "e6cee5b3-43ae-47bc-b6c0-66d16b06b6c6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:52 GMT", + "Date": "Thu, 10 Sep 2020 23:53:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6f0a54aaa3ce2fc620edda03f6408987", + "x-ms-client-request-id": "c81d778ab300fd06608d422941f6dd48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dedcfe30-99d6-407a-8b46-a1631feef02a", + "apim-request-id": "dcad9a99-6b46-48f7-ae08-efdf2361a6aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:53 GMT", + "Date": "Thu, 10 Sep 2020 23:53:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "creating", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:46Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:44Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bc4c7a8ac92259ded09441f085c5161b", + "x-ms-client-request-id": "cf4c939b2e74abc6e197f3ba032a5508", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0315a067-9823-4802-8297-12179a65a102", + "apim-request-id": "8544a6ec-153d-4236-868f-0418ccfa5252", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:54 GMT", + "Date": "Thu, 10 Sep 2020 23:53:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", "status": "ready", - "createdDateTime": "2020-08-20T18:05:46Z", - "lastUpdatedDateTime": "2020-08-20T18:05:54Z" + "createdDateTime": "2020-09-10T23:53:44Z", + "lastUpdatedDateTime": "2020-09-10T23:53:56Z" }, "keys": { "clusters": { @@ -337,6 +436,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,191 +494,377 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-730643c69e96124c9e458d8c3221b216-6e1b11f438d1de41-00", + "traceparent": "00-83377eb594467f46bcf687e9dc2c7a23-61b9d22af4ca2246-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b2a22aad8e0f911fde40af4cc7c6b893", + "x-ms-client-request-id": "17173be6586e5394946ff03c22369c94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1b28d4b0-fb67-4030-9be9-c0c07389d06e", + "apim-request-id": "f29dee66-b2e1-4bd8-be06-648c7b1ba3c1", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:54 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeresults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "Date": "Thu, 10 Sep 2020 23:53:56 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeresults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeResults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "79db68e7e9fbe06f76b19f3962d5aa5b", + "x-ms-client-request-id": "6bf124032e9b5be9b071e668c04cfa36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c918471-090a-4cd6-80ea-12db2e022fcd", + "apim-request-id": "bcf7db47-b5bd-43d1-9a3f-efcf15514e68", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:54 GMT", + "Date": "Thu, 10 Sep 2020 23:53:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:05:54Z", - "lastUpdatedDateTime": "2020-08-20T18:05:54Z" + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:56Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "05423a38c5de43dafff93a043e8a89aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b2d35907-ee74-4296-a5e2-c41de45cde9b", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dfb65ffaea38b76c51bb66fc712b9348", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a52912b4-0aef-45a0-93ba-f89c8cf5607a", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e803ba7596f43db64aae6ba1f4e51d25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5f8ca751-795b-4301-8a01-7cd4595eb3ba", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:53:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeResults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb55bed6d69efc775bbadde11a91910a", + "x-ms-client-request-id": "616e3ce81a954efdcd8bb4225eddd1d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a93971f-99e5-41bf-95ba-9f00fcc1e870", + "apim-request-id": "eab56559-a621-4ba2-ac53-ba32475c868e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:55 GMT", + "Date": "Thu, 10 Sep 2020 23:54:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:05:54Z", - "lastUpdatedDateTime": "2020-08-20T18:05:55Z", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeResults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1c09aedb9deac420bbc13c5eefe62f09", + "x-ms-client-request-id": "838ff266a08763b6a87994897ecbc36c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a021c868-3b66-4331-a3b3-5beb4f4898c9", + "apim-request-id": "000523d2-9748-4f88-8d52-0c7546530633", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:57 GMT", + "Date": "Thu, 10 Sep 2020 23:54:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:05:54Z", - "lastUpdatedDateTime": "2020-08-20T18:05:55Z", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeResults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "08765495ed7010f5f1df1e400b8dc6e5", + "x-ms-client-request-id": "3414419e32bd5ab2bcb51b68e293df6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05aea716-426b-460a-aa49-886b773272e1", + "apim-request-id": "706180f5-8d02-42da-9462-05d406662561", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:58 GMT", + "Date": "Thu, 10 Sep 2020 23:54:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:05:54Z", - "lastUpdatedDateTime": "2020-08-20T18:05:55Z", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1/analyzeResults/ada7c585-4d37-445b-901a-d564d35c9dd0", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b45d941f8dcc38709e9010dc9a180c75", + "x-ms-client-request-id": "013b98dd9956479e860ab81c8574cf02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96d5481c-ff38-4ff6-bd69-dc2434661d6f", - "Content-Length": "31054", + "apim-request-id": "08c78d22-cce9-4074-8c22-b880adcfec6f", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:05:59 GMT", + "Date": "Thu, 10 Sep 2020 23:54:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "22" }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1d8447c79cc934153f34c7d1854d8115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "feebf17b-432d-4849-9d01-2d3f38c6c413", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e5ac2899c18f0416a2ccaeb37996d448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "234c0f8f-47d7-4373-80cb-fda2c1b2b9d0", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9aa119e5c10f40a38307c121d2cdc239", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "29421e91-c958-4f02-a180-331ed4fc4800", + "Content-Length": "30800", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 10 Sep 2020 23:54:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:05:54Z", - "lastUpdatedDateTime": "2020-08-20T18:05:58Z", + "createdDateTime": "2020-09-10T23:53:56Z", + "lastUpdatedDateTime": "2020-09-10T23:54:06Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 0.16, + "angle": 0, "width": 1700, "height": 2200, "unit": "pixel", @@ -586,40 +872,40 @@ { "text": "Purchase Order", "boundingBox": [ - 141.0, + 137.0, 140.0, - 348.0, + 351.0, 140.0, - 348.0, - 168.0, - 141.0, - 168.0 + 351.0, + 167.0, + 137.0, + 167.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 141.0, - 139.0, - 267.0, - 139.0, - 267.0, + 137.0, + 140.0, + 264.0, + 140.0, + 264.0, 167.0, - 141.0, + 137.0, 167.0 ] }, { "text": "Order", "boundingBox": [ - 273.0, - 142.0, - 348.0, - 142.0, - 348.0, - 169.0, - 273.0, - 169.0 + 269.0, + 139.0, + 351.0, + 139.0, + 351.0, + 167.0, + 269.0, + 167.0 ] } ] @@ -627,40 +913,40 @@ { "text": "Hero Limited", "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 + 621.0, + 206.0, + 1075.0, + 206.0, + 1075.0, + 266.0, + 621.0, + 266.0 ], "words": [ { "text": "Hero", "boundingBox": [ - 620.0, - 203.0, - 793.0, - 203.0, - 793.0, - 272.0, - 620.0, - 272.0 + 621.0, + 208.0, + 794.0, + 208.0, + 794.0, + 266.0, + 621.0, + 266.0 ] }, { "text": "Limited", "boundingBox": [ - 811.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 270.0, - 811.0, - 270.0 + 806.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 806.0, + 266.0 ] } ] @@ -668,40 +954,40 @@ { "text": "Purchase Order", "boundingBox": [ - 1117.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 372.0, - 1117.0, - 372.0 + 1113.0, + 322.0, + 1554.0, + 322.0, + 1554.0, + 369.0, + 1113.0, + 369.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1117.0, - 319.0, - 1380.0, - 319.0, - 1380.0, - 371.0, - 1117.0, - 371.0 + 1113.0, + 322.0, + 1381.0, + 322.0, + 1381.0, + 368.0, + 1113.0, + 368.0 ] }, { "text": "Order", "boundingBox": [ - 1397.0, - 319.0, - 1551.0, - 319.0, - 1551.0, - 374.0, - 1397.0, - 374.0 + 1390.0, + 321.0, + 1554.0, + 321.0, + 1554.0, + 370.0, + 1390.0, + 370.0 ] } ] @@ -709,40 +995,40 @@ { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "words": [ { "text": "Company", "boundingBox": [ - 167.0, - 351.0, - 276.0, - 351.0, - 276.0, - 383.0, - 167.0, - 383.0 + 163.0, + 353.0, + 274.0, + 353.0, + 274.0, + 378.0, + 163.0, + 378.0 ] }, { "text": "Phone:", "boundingBox": [ - 283.0, + 279.0, 351.0, - 365.0, + 359.0, 351.0, - 365.0, - 381.0, - 283.0, - 381.0 + 359.0, + 378.0, + 279.0, + 378.0 ] } ] @@ -750,27 +1036,27 @@ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "words": [ { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ] } ] @@ -779,26 +1065,26 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "words": [ { "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ] } ] @@ -806,27 +1092,55 @@ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "words": [ { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 + ] + } + ] + }, + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 + ], + "words": [ + { + "text": "Email:", + "boundingBox": [ + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ] } ] @@ -835,39 +1149,39 @@ "text": "Dated As:", "boundingBox": [ 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, 1025.0, - 452.0 + 448.0 ], "words": [ { "text": "Dated", "boundingBox": [ 1025.0, - 419.0, - 1111.0, - 419.0, - 1111.0, - 452.0, + 421.0, + 1108.0, + 421.0, + 1108.0, + 448.0, 1025.0, - 452.0 + 448.0 ] }, { "text": "As:", "boundingBox": [ - 1117.0, - 418.0, - 1161.0, - 418.0, - 1161.0, - 451.0, - 1117.0, - 451.0 + 1114.0, + 420.0, + 1160.0, + 420.0, + 1160.0, + 448.0, + 1114.0, + 448.0 ] } ] @@ -875,55 +1189,27 @@ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "words": [ { "text": "12/20/2020", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 - ] - } - ] - }, - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 - ], - "words": [ - { - "text": "Email:", - "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ] } ] @@ -931,53 +1217,53 @@ { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "words": [ { "text": "Purchase", "boundingBox": [ - 1027.0, - 458.0, - 1153.0, - 458.0, - 1153.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1152.0, + 461.0, + 1152.0, + 488.0, + 1023.0, + 488.0 ] }, { "text": "Order", "boundingBox": [ - 1160.0, + 1157.0, 461.0, - 1241.0, + 1238.0, 461.0, - 1241.0, - 492.0, - 1160.0, - 492.0 + 1238.0, + 489.0, + 1157.0, + 489.0 ] }, { "text": "#:", "boundingBox": [ - 1248.0, + 1244.0, 461.0, - 1275.0, + 1272.0, 461.0, - 1275.0, - 492.0, - 1248.0, - 492.0 + 1272.0, + 489.0, + 1244.0, + 489.0 ] } ] @@ -985,27 +1271,27 @@ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "words": [ { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ] } ] @@ -1013,27 +1299,27 @@ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "words": [ { "text": "accounts@herolimited.com", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ] } ] @@ -1041,39 +1327,39 @@ { "text": "Shipped To", "boundingBox": [ - 170.0, - 546.0, - 398.0, - 546.0, - 398.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 397.0, + 547.0, + 397.0, + 592.0, + 167.0, + 592.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 170.0, - 546.0, - 340.0, - 546.0, - 340.0, - 593.0, - 170.0, - 593.0 + 167.0, + 547.0, + 333.0, + 547.0, + 333.0, + 592.0, + 167.0, + 592.0 ] }, { "text": "To", "boundingBox": [ - 349.0, + 342.0, 547.0, - 398.0, + 397.0, 547.0, - 398.0, + 397.0, 592.0, - 349.0, + 342.0, 592.0 ] } @@ -1082,40 +1368,40 @@ { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "words": [ { "text": "Vendor", "boundingBox": [ - 162.0, - 609.0, - 256.0, - 609.0, - 256.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 254.0, + 611.0, + 254.0, + 637.0, + 160.0, + 637.0 ] }, { "text": "Name:", "boundingBox": [ - 262.0, + 259.0, 610.0, - 346.0, + 344.0, 610.0, - 346.0, - 640.0, - 262.0, - 640.0 + 344.0, + 638.0, + 259.0, + 638.0 ] } ] @@ -1123,40 +1409,40 @@ { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "words": [ { "text": "Hillary", "boundingBox": [ - 352.0, - 610.0, - 435.0, - 610.0, - 435.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 430.0, + 609.0, + 430.0, + 639.0, + 350.0, + 639.0 ] }, { "text": "Swank", "boundingBox": [ - 440.0, - 611.0, - 519.0, - 611.0, - 519.0, - 641.0, - 440.0, - 641.0 + 435.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 435.0, + 639.0 ] } ] @@ -1164,39 +1450,39 @@ { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "words": [ { "text": "Company", "boundingBox": [ - 162.0, - 645.0, - 283.0, - 645.0, - 283.0, - 677.0, - 162.0, - 677.0 + 160.0, + 649.0, + 280.0, + 649.0, + 280.0, + 676.0, + 160.0, + 676.0 ] }, { "text": "Name:", "boundingBox": [ - 289.0, + 286.0, 647.0, - 373.0, + 370.0, 647.0, - 373.0, + 370.0, 678.0, - 289.0, + 286.0, 678.0 ] } @@ -1205,53 +1491,53 @@ { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "words": [ { "text": "Higgly", "boundingBox": [ - 379.0, + 375.0, 647.0, - 457.0, + 455.0, 647.0, - 457.0, + 455.0, 679.0, - 379.0, + 375.0, 679.0 ] }, { "text": "Wiggly", "boundingBox": [ - 463.0, - 647.0, - 549.0, - 647.0, - 549.0, + 461.0, + 646.0, + 546.0, + 646.0, + 546.0, 679.0, - 463.0, + 461.0, 679.0 ] }, { "text": "Books", "boundingBox": [ - 555.0, - 647.0, - 628.0, - 647.0, - 628.0, - 679.0, - 555.0, - 679.0 + 552.0, + 646.0, + 630.0, + 646.0, + 630.0, + 678.0, + 552.0, + 678.0 ] } ] @@ -1259,27 +1545,27 @@ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ] } ] @@ -1287,66 +1573,66 @@ { "text": "938 NE Burner Road", "boundingBox": [ - 279.0, - 684.0, - 526.0, - 684.0, - 526.0, - 715.0, - 279.0, - 715.0 + 274.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 274.0, + 713.0 ], "words": [ { "text": "938", "boundingBox": [ - 279.0, - 683.0, - 326.0, - 683.0, - 326.0, - 714.0, - 279.0, - 714.0 + 274.0, + 685.0, + 323.0, + 685.0, + 323.0, + 712.0, + 274.0, + 712.0 ] }, { "text": "NE", "boundingBox": [ - 332.0, - 684.0, - 366.0, - 684.0, - 366.0, - 715.0, - 332.0, - 715.0 + 329.0, + 685.0, + 364.0, + 685.0, + 364.0, + 713.0, + 329.0, + 713.0 ] }, { "text": "Burner", "boundingBox": [ - 372.0, - 684.0, - 458.0, - 684.0, - 458.0, - 715.0, - 372.0, - 715.0 + 370.0, + 685.0, + 455.0, + 685.0, + 455.0, + 713.0, + 370.0, + 713.0 ] }, { "text": "Road", "boundingBox": [ - 464.0, - 686.0, - 526.0, - 686.0, - 526.0, - 716.0, - 464.0, - 716.0 + 460.0, + 685.0, + 527.0, + 685.0, + 527.0, + 713.0, + 460.0, + 713.0 ] } ] @@ -1354,66 +1640,66 @@ { "text": "Boulder City, CO 92848", "boundingBox": [ - 283.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 283.0, - 753.0 + 279.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 279.0, + 751.0 ], "words": [ { "text": "Boulder", "boundingBox": [ - 283.0, - 721.0, - 377.0, - 721.0, - 377.0, - 752.0, - 283.0, - 752.0 + 279.0, + 722.0, + 371.0, + 722.0, + 371.0, + 750.0, + 279.0, + 750.0 ] }, { "text": "City,", "boundingBox": [ - 384.0, - 720.0, - 437.0, - 720.0, - 437.0, - 753.0, - 384.0, - 753.0 + 377.0, + 722.0, + 433.0, + 722.0, + 433.0, + 751.0, + 377.0, + 751.0 ] }, { "text": "CO", "boundingBox": [ - 443.0, - 720.0, - 482.0, - 720.0, - 482.0, - 753.0, - 443.0, - 753.0 + 439.0, + 722.0, + 477.0, + 722.0, + 477.0, + 751.0, + 439.0, + 751.0 ] }, { "text": "92848", "boundingBox": [ - 489.0, - 721.0, - 569.0, - 721.0, - 569.0, - 753.0, - 489.0, - 753.0 + 482.0, + 722.0, + 565.0, + 722.0, + 565.0, + 751.0, + 482.0, + 751.0 ] } ] @@ -1421,27 +1707,27 @@ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "words": [ { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ] } ] @@ -1449,26 +1735,26 @@ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "words": [ { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ] } @@ -1477,39 +1763,39 @@ { "text": "Shipped From", "boundingBox": [ - 169.0, + 167.0, 784.0, - 445.0, + 448.0, 784.0, - 445.0, - 831.0, - 169.0, - 831.0 + 448.0, + 830.0, + 167.0, + 830.0 ], "words": [ { "text": "Shipped", "boundingBox": [ - 169.0, + 167.0, 784.0, - 335.0, + 327.0, 784.0, - 335.0, - 832.0, - 169.0, - 832.0 + 327.0, + 830.0, + 167.0, + 830.0 ] }, { "text": "From", "boundingBox": [ - 345.0, + 336.0, 785.0, - 445.0, + 448.0, 785.0, - 445.0, + 448.0, 830.0, - 345.0, + 336.0, 830.0 ] } @@ -1519,26 +1805,26 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "words": [ { "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ] } ] @@ -1546,80 +1832,80 @@ { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 258.0, + 255.0, 852.0, - 341.0, + 336.0, 852.0, - 341.0, - 881.0, - 258.0, - 881.0 + 336.0, + 879.0, + 255.0, + 879.0 ] }, { "text": "Sanders", "boundingBox": [ - 347.0, - 853.0, - 445.0, - 853.0, - 445.0, - 882.0, - 347.0, - 882.0 + 341.0, + 852.0, + 446.0, + 852.0, + 446.0, + 880.0, + 341.0, + 880.0 ] } ] }, { - "text": "Company Name:", - "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + "text": "Company Name:", + "boundingBox": [ + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "words": [ { "text": "Company", "boundingBox": [ - 169.0, - 886.0, - 286.0, - 886.0, - 286.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 282.0, + 890.0, + 282.0, + 919.0, + 164.0, + 919.0 ] }, { "text": "Name:", "boundingBox": [ - 292.0, - 889.0, - 378.0, - 889.0, - 378.0, + 288.0, + 890.0, + 374.0, + 890.0, + 374.0, 919.0, - 292.0, + 288.0, 919.0 ] } @@ -1628,53 +1914,53 @@ { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 385.0, + 380.0, 889.0, - 470.0, + 467.0, 889.0, - 470.0, + 467.0, 919.0, - 385.0, + 380.0, 919.0 ] }, { "text": "Book", "boundingBox": [ - 477.0, + 473.0, 889.0, - 541.0, + 536.0, 889.0, - 541.0, - 920.0, - 477.0, - 920.0 + 536.0, + 919.0, + 473.0, + 919.0 ] }, { "text": "Supply", "boundingBox": [ - 547.0, - 888.0, - 624.0, - 888.0, - 624.0, - 921.0, - 547.0, - 921.0 + 542.0, + 889.0, + 629.0, + 889.0, + 629.0, + 920.0, + 542.0, + 920.0 ] } ] @@ -1682,27 +1968,27 @@ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "words": [ { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ] } ] @@ -1710,65 +1996,65 @@ { "text": "383 N Kinnick Road", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 954.0, - 283.0, - 954.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 953.0, + 279.0, + 953.0 ], "words": [ { "text": "383", "boundingBox": [ - 283.0, - 924.0, - 328.0, - 924.0, - 328.0, - 954.0, - 283.0, - 954.0 + 279.0, + 925.0, + 327.0, + 925.0, + 327.0, + 953.0, + 279.0, + 953.0 ] }, { "text": "N", "boundingBox": [ - 335.0, - 924.0, - 355.0, - 924.0, - 355.0, - 954.0, - 335.0, - 954.0 + 332.0, + 926.0, + 353.0, + 926.0, + 353.0, + 953.0, + 332.0, + 953.0 ] }, { "text": "Kinnick", "boundingBox": [ - 362.0, - 924.0, - 451.0, - 924.0, - 451.0, - 954.0, - 362.0, - 954.0 + 358.0, + 926.0, + 448.0, + 926.0, + 448.0, + 953.0, + 358.0, + 953.0 ] }, { "text": "Road", "boundingBox": [ - 457.0, - 925.0, - 524.0, - 925.0, - 524.0, + 453.0, + 926.0, + 521.0, + 926.0, + 521.0, 954.0, - 457.0, + 453.0, 954.0 ] } @@ -1777,53 +2063,53 @@ { "text": "Seattle, WA 38383", "boundingBox": [ - 285.0, - 962.0, + 281.0, + 965.0, 514.0, - 962.0, + 965.0, 514.0, - 992.0, - 285.0, - 992.0 + 991.0, + 281.0, + 991.0 ], "words": [ { "text": "Seattle,", "boundingBox": [ - 285.0, - 961.0, - 380.0, - 961.0, - 380.0, - 992.0, - 285.0, - 992.0 + 281.0, + 965.0, + 377.0, + 965.0, + 377.0, + 991.0, + 281.0, + 991.0 ] }, { "text": "WA", "boundingBox": [ - 386.0, - 963.0, - 432.0, - 963.0, - 432.0, - 992.0, - 386.0, - 992.0 + 382.0, + 964.0, + 429.0, + 964.0, + 429.0, + 991.0, + 382.0, + 991.0 ] }, { "text": "38383", "boundingBox": [ - 438.0, - 963.0, + 434.0, + 964.0, 514.0, - 963.0, + 964.0, 514.0, - 992.0, - 438.0, - 992.0 + 991.0, + 434.0, + 991.0 ] } ] @@ -1832,26 +2118,26 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "words": [ { "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ] } ] @@ -1859,27 +2145,27 @@ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "words": [ { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ] } ] @@ -1888,10 +2174,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1901,10 +2187,10 @@ "text": "Details", "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -1915,27 +2201,27 @@ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "words": [ { "text": "Quantity", "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ] } ] @@ -1943,40 +2229,40 @@ { "text": "Unit Price", "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "words": [ { "text": "Unit", "boundingBox": [ - 1113.0, - 1045.0, - 1184.0, - 1045.0, - 1184.0, - 1080.0, - 1113.0, - 1080.0 + 1111.0, + 1047.0, + 1181.0, + 1047.0, + 1181.0, + 1078.0, + 1111.0, + 1078.0 ] }, { "text": "Price", "boundingBox": [ - 1191.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1191.0, - 1081.0 + 1187.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1187.0, + 1078.0 ] } ] @@ -1984,26 +2270,26 @@ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "words": [ { "text": "Total", "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ] } @@ -2012,27 +2298,27 @@ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "words": [ { "text": "Bindings", "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ] } ] @@ -2040,26 +2326,26 @@ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ] } @@ -2068,27 +2354,27 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ] } ] @@ -2096,26 +2382,26 @@ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ] } @@ -2124,40 +2410,40 @@ { "text": "Covers Small", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "words": [ { "text": "Covers", "boundingBox": [ - 172.0, + 170.0, 1136.0, - 257.0, + 254.0, 1136.0, - 257.0, + 254.0, 1161.0, - 172.0, + 170.0, 1161.0 ] }, { "text": "Small", "boundingBox": [ - 262.0, - 1137.0, - 331.0, - 1137.0, - 331.0, - 1163.0, - 262.0, - 1163.0 + 259.0, + 1136.0, + 333.0, + 1136.0, + 333.0, + 1161.0, + 259.0, + 1161.0 ] } ] @@ -2165,27 +2451,27 @@ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "words": [ { "text": "20", "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ] } ] @@ -2193,26 +2479,26 @@ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "words": [ { "text": "1.00", "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ] } @@ -2221,27 +2507,27 @@ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "words": [ { "text": "20.00", "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ] } ] @@ -2249,39 +2535,39 @@ { "text": "Feather Bookmark", "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "words": [ { "text": "Feather", "boundingBox": [ - 172.0, - 1178.0, - 271.0, - 1178.0, - 271.0, - 1205.0, - 172.0, - 1205.0 + 173.0, + 1180.0, + 266.0, + 1180.0, + 266.0, + 1206.0, + 173.0, + 1206.0 ] }, { "text": "Bookmark", "boundingBox": [ - 276.0, - 1181.0, - 403.0, - 1181.0, - 403.0, + 271.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 276.0, + 271.0, 1206.0 ] } @@ -2291,26 +2577,26 @@ "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "words": [ { "text": "20", "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ] } ] @@ -2318,27 +2604,27 @@ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ] } ] @@ -2346,26 +2632,26 @@ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ] } @@ -2374,53 +2660,53 @@ { "text": "Copper Swirl Marker", "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "words": [ { "text": "Copper", "boundingBox": [ - 171.0, - 1224.0, - 265.0, - 1224.0, - 265.0, - 1247.0, - 171.0, - 1247.0 + 170.0, + 1223.0, + 259.0, + 1223.0, + 259.0, + 1253.0, + 170.0, + 1253.0 ] }, { "text": "Swirl", "boundingBox": [ - 270.0, - 1225.0, - 334.0, - 1225.0, - 334.0, - 1249.0, - 270.0, - 1249.0 + 265.0, + 1222.0, + 328.0, + 1222.0, + 328.0, + 1252.0, + 265.0, + 1252.0 ] }, { "text": "Marker", "boundingBox": [ - 339.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1249.0, - 339.0, - 1249.0 + 334.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1251.0, + 334.0, + 1251.0 ] } ] @@ -2428,27 +2714,27 @@ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "words": [ { "text": "20", "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ] } ] @@ -2456,26 +2742,26 @@ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "words": [ { "text": "5.00", "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ] } @@ -2484,27 +2770,27 @@ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "words": [ { "text": "100.00", "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ] } ] @@ -2512,27 +2798,27 @@ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "words": [ { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ] } ] @@ -2540,26 +2826,26 @@ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "words": [ { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ] } @@ -2568,26 +2854,26 @@ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "words": [ { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ] } @@ -2596,27 +2882,27 @@ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "words": [ { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ] } ] @@ -2624,40 +2910,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 485.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1709.0, - 485.0, - 1709.0 + 489.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 489.0, + 1706.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 485.0, - 1669.0, - 605.0, - 1669.0, - 605.0, - 1707.0, - 485.0, - 1707.0 + 489.0, + 1671.0, + 609.0, + 1671.0, + 609.0, + 1706.0, + 489.0, + 1706.0 ] }, { "text": "Sanders", "boundingBox": [ - 613.0, - 1670.0, - 766.0, - 1670.0, - 766.0, - 1710.0, - 613.0, - 1710.0 + 616.0, + 1671.0, + 764.0, + 1671.0, + 764.0, + 1706.0, + 616.0, + 1706.0 ] } ] @@ -2665,27 +2951,27 @@ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "words": [ { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ] } ] @@ -2693,27 +2979,27 @@ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "words": [ { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ] } ] @@ -2721,40 +3007,40 @@ { "text": "Bernie Sanders", "boundingBox": [ - 544.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1743.0, - 544.0, - 1743.0 + 542.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 542.0, + 1742.0 ], "words": [ { "text": "Bernie", "boundingBox": [ - 544.0, - 1717.0, - 622.0, - 1717.0, - 622.0, + 542.0, + 1719.0, + 617.0, + 1719.0, + 617.0, 1742.0, - 544.0, + 542.0, 1742.0 ] }, { "text": "Sanders", "boundingBox": [ - 627.0, - 1718.0, - 719.0, - 1718.0, - 719.0, - 1744.0, - 627.0, - 1744.0 + 621.0, + 1719.0, + 717.0, + 1719.0, + 717.0, + 1742.0, + 621.0, + 1742.0 ] } ] @@ -2762,27 +3048,27 @@ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ], "words": [ { "text": "Manager", "boundingBox": [ - 579.0, - 1752.0, - 687.0, - 1752.0, - 687.0, - 1777.0, - 579.0, - 1777.0 + 577.0, + 1754.0, + 681.0, + 1754.0, + 681.0, + 1776.0, + 577.0, + 1776.0 ] } ] @@ -2790,40 +3076,40 @@ { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "words": [ { "text": "Additional", "boundingBox": [ - 175.0, + 173.0, 1796.0, - 358.0, + 355.0, 1796.0, - 358.0, - 1834.0, - 175.0, - 1834.0 + 355.0, + 1831.0, + 173.0, + 1831.0 ] }, { "text": "Notes:", "boundingBox": [ - 366.0, - 1799.0, + 361.0, + 1796.0, 479.0, - 1799.0, + 1796.0, 479.0, - 1835.0, - 366.0, - 1835.0 + 1832.0, + 361.0, + 1832.0 ] } ] @@ -2831,105 +3117,105 @@ { "text": "Do not Jostle Box. Unpack carefully. Enjoy.", "boundingBox": [ - 176.0, - 1881.0, + 175.0, + 1880.0, 707.0, - 1881.0, + 1880.0, 707.0, - 1910.0, - 176.0, - 1910.0 + 1909.0, + 175.0, + 1909.0 ], "words": [ { "text": "Do", "boundingBox": [ - 176.0, - 1880.0, - 208.0, - 1880.0, - 208.0, - 1908.0, - 176.0, - 1908.0 + 175.0, + 1881.0, + 205.0, + 1881.0, + 205.0, + 1907.0, + 175.0, + 1907.0 ] }, { "text": "not", "boundingBox": [ - 213.0, - 1880.0, - 258.0, - 1880.0, - 258.0, - 1908.0, - 213.0, - 1908.0 + 210.0, + 1881.0, + 256.0, + 1881.0, + 256.0, + 1907.0, + 210.0, + 1907.0 ] }, { "text": "Jostle", "boundingBox": [ - 264.0, - 1881.0, - 338.0, - 1881.0, - 338.0, - 1909.0, - 264.0, - 1909.0 + 261.0, + 1880.0, + 335.0, + 1880.0, + 335.0, + 1908.0, + 261.0, + 1908.0 ] }, { "text": "Box.", "boundingBox": [ - 343.0, - 1881.0, - 404.0, - 1881.0, - 404.0, - 1910.0, - 343.0, - 1910.0 + 340.0, + 1880.0, + 401.0, + 1880.0, + 401.0, + 1909.0, + 340.0, + 1909.0 ] }, { "text": "Unpack", "boundingBox": [ - 410.0, - 1881.0, - 503.0, - 1881.0, - 503.0, - 1911.0, - 410.0, - 1911.0 + 406.0, + 1880.0, + 500.0, + 1880.0, + 500.0, + 1909.0, + 406.0, + 1909.0 ] }, { "text": "carefully.", "boundingBox": [ - 509.0, - 1881.0, - 626.0, - 1881.0, - 626.0, - 1912.0, - 509.0, - 1912.0 + 505.0, + 1880.0, + 623.0, + 1880.0, + 623.0, + 1910.0, + 505.0, + 1910.0 ] }, { "text": "Enjoy.", "boundingBox": [ - 631.0, + 628.0, 1880.0, 707.0, 1880.0, 707.0, - 1912.0, - 631.0, - 1912.0 + 1911.0, + 628.0, + 1911.0 ] } ] @@ -2937,235 +3223,235 @@ { "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", "boundingBox": [ - 173.0, - 1925.0, + 169.0, + 1924.0, 1511.0, - 1925.0, + 1924.0, 1511.0, - 1960.0, - 173.0, - 1960.0 + 1958.0, + 169.0, + 1958.0 ], "words": [ { "text": "Jupiter", "boundingBox": [ - 173.0, - 1925.0, - 274.0, - 1925.0, - 274.0, + 169.0, + 1924.0, + 270.0, + 1924.0, + 270.0, 1959.0, - 173.0, + 169.0, 1959.0 ] }, { "text": "Book", "boundingBox": [ - 280.0, - 1926.0, - 361.0, - 1926.0, - 361.0, + 277.0, + 1924.0, + 355.0, + 1924.0, + 355.0, 1959.0, - 280.0, + 277.0, 1959.0 ] }, { "text": "Supply", "boundingBox": [ - 367.0, - 1926.0, - 470.0, - 1926.0, - 470.0, - 1959.0, - 367.0, - 1959.0 + 361.0, + 1924.0, + 465.0, + 1924.0, + 465.0, + 1958.0, + 361.0, + 1958.0 ] }, { "text": "will", "boundingBox": [ - 477.0, - 1926.0, - 523.0, - 1926.0, - 523.0, - 1960.0, - 477.0, - 1960.0 + 472.0, + 1924.0, + 517.0, + 1924.0, + 517.0, + 1958.0, + 472.0, + 1958.0 ] }, { "text": "refund", "boundingBox": [ - 530.0, - 1926.0, - 628.0, - 1926.0, - 628.0, - 1960.0, - 530.0, - 1960.0 + 524.0, + 1924.0, + 625.0, + 1924.0, + 625.0, + 1958.0, + 524.0, + 1958.0 ] }, { "text": "you", "boundingBox": [ - 635.0, - 1926.0, - 693.0, - 1926.0, - 693.0, - 1960.0, - 635.0, - 1960.0 + 632.0, + 1924.0, + 687.0, + 1924.0, + 687.0, + 1958.0, + 632.0, + 1958.0 ] }, { "text": "50%", "boundingBox": [ - 700.0, - 1926.0, - 767.0, - 1926.0, - 767.0, - 1960.0, - 700.0, - 1960.0 + 694.0, + 1924.0, + 763.0, + 1924.0, + 763.0, + 1958.0, + 694.0, + 1958.0 ] }, { "text": "per", "boundingBox": [ - 773.0, - 1926.0, - 827.0, - 1926.0, - 827.0, - 1960.0, - 773.0, - 1960.0 + 770.0, + 1924.0, + 820.0, + 1924.0, + 820.0, + 1958.0, + 770.0, + 1958.0 ] }, { "text": "book", "boundingBox": [ - 833.0, - 1926.0, - 907.0, - 1926.0, - 907.0, - 1960.0, - 833.0, - 1960.0 + 827.0, + 1924.0, + 900.0, + 1924.0, + 900.0, + 1958.0, + 827.0, + 1958.0 ] }, { "text": "if", "boundingBox": [ - 914.0, - 1926.0, - 934.0, - 1926.0, - 934.0, - 1960.0, - 914.0, - 1960.0 + 907.0, + 1924.0, + 928.0, + 1924.0, + 928.0, + 1958.0, + 907.0, + 1958.0 ] }, { "text": "returned", "boundingBox": [ - 940.0, - 1926.0, - 1068.0, - 1926.0, - 1068.0, - 1960.0, - 940.0, - 1960.0 + 935.0, + 1924.0, + 1063.0, + 1924.0, + 1063.0, + 1958.0, + 935.0, + 1958.0 ] }, { "text": "within", "boundingBox": [ - 1074.0, - 1925.0, - 1161.0, - 1925.0, - 1161.0, - 1960.0, - 1074.0, - 1960.0 + 1070.0, + 1924.0, + 1157.0, + 1924.0, + 1157.0, + 1958.0, + 1070.0, + 1958.0 ] }, { "text": "60", "boundingBox": [ - 1168.0, - 1925.0, - 1210.0, - 1925.0, - 1210.0, - 1960.0, - 1168.0, - 1960.0 + 1164.0, + 1924.0, + 1203.0, + 1924.0, + 1203.0, + 1958.0, + 1164.0, + 1958.0 ] }, { "text": "days", "boundingBox": [ - 1219.0, - 1925.0, - 1288.0, - 1925.0, - 1288.0, - 1960.0, - 1219.0, - 1960.0 + 1210.0, + 1924.0, + 1284.0, + 1924.0, + 1284.0, + 1958.0, + 1210.0, + 1958.0 ] }, { "text": "of", "boundingBox": [ - 1295.0, - 1925.0, - 1324.0, - 1925.0, - 1324.0, - 1960.0, - 1295.0, - 1960.0 + 1290.0, + 1924.0, + 1318.0, + 1924.0, + 1318.0, + 1958.0, + 1290.0, + 1958.0 ] }, { "text": "reading", "boundingBox": [ - 1331.0, + 1325.0, 1924.0, - 1447.0, + 1439.0, 1924.0, - 1447.0, - 1960.0, - 1331.0, - 1960.0 + 1439.0, + 1958.0, + 1325.0, + 1958.0 ] }, { "text": "and", "boundingBox": [ - 1453.0, + 1446.0, 1924.0, 1511.0, 1924.0, 1511.0, - 1959.0, - 1453.0, - 1959.0 + 1958.0, + 1446.0, + 1958.0 ] } ] @@ -3173,118 +3459,118 @@ { "text": "offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1959.0, - 780.0, - 1959.0, - 780.0, - 1993.0, - 170.0, - 1993.0 + 169.0, + 1958.0, + 786.0, + 1958.0, + 786.0, + 1992.0, + 169.0, + 1992.0 ], "words": [ { "text": "offer", "boundingBox": [ - 170.0, + 169.0, 1958.0, - 239.0, + 235.0, 1958.0, - 239.0, - 1992.0, - 170.0, - 1992.0 + 235.0, + 1991.0, + 169.0, + 1991.0 ] }, { "text": "you", "boundingBox": [ - 246.0, + 242.0, 1958.0, - 304.0, + 299.0, 1958.0, - 304.0, - 1992.0, - 246.0, - 1992.0 + 299.0, + 1991.0, + 242.0, + 1991.0 ] }, { "text": "25%", "boundingBox": [ - 310.0, - 1959.0, - 379.0, - 1959.0, - 379.0, + 306.0, + 1958.0, + 374.0, + 1958.0, + 374.0, 1992.0, - 310.0, + 306.0, 1992.0 ] }, { "text": "off", "boundingBox": [ - 386.0, - 1959.0, - 426.0, - 1959.0, - 426.0, - 1993.0, - 386.0, - 1993.0 + 380.0, + 1958.0, + 421.0, + 1958.0, + 421.0, + 1992.0, + 380.0, + 1992.0 ] }, { "text": "you", "boundingBox": [ - 432.0, - 1959.0, - 488.0, - 1959.0, - 488.0, - 1993.0, - 432.0, - 1993.0 + 427.0, + 1958.0, + 483.0, + 1958.0, + 483.0, + 1992.0, + 427.0, + 1992.0 ] }, { "text": "next", "boundingBox": [ - 494.0, - 1960.0, - 561.0, - 1960.0, - 561.0, - 1993.0, - 494.0, - 1993.0 + 489.0, + 1958.0, + 556.0, + 1958.0, + 556.0, + 1992.0, + 489.0, + 1992.0 ] }, { "text": "total", "boundingBox": [ - 567.0, - 1960.0, - 632.0, - 1960.0, - 632.0, - 1993.0, - 567.0, - 1993.0 + 562.0, + 1959.0, + 628.0, + 1959.0, + 628.0, + 1992.0, + 562.0, + 1992.0 ] }, { "text": "purchase.", "boundingBox": [ - 638.0, - 1961.0, - 780.0, - 1961.0, - 780.0, - 1994.0, - 638.0, - 1994.0 + 635.0, + 1959.0, + 786.0, + 1959.0, + 786.0, + 1991.0, + 635.0, + 1991.0 ] } ] @@ -3296,43 +3582,18 @@ { "page": 1, "keyValuePairs": [ - { - "key": { - "text": "Hero Limited", - "boundingBox": [ - 620.0, - 203.0, - 1078.0, - 203.0, - 1078.0, - 271.0, - 620.0, - 271.0 - ], - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "value": { - "text": "", - "boundingBox": null, - "elements": null - }, - "confidence": 0.5 - }, { "key": { "text": "Company Phone:", "boundingBox": [ - 167.0, - 351.0, - 365.0, - 351.0, - 365.0, - 382.0, - 167.0, - 382.0 + 163.0, + 352.0, + 359.0, + 352.0, + 359.0, + 378.0, + 163.0, + 378.0 ], "elements": [ "#/readResults/0/lines/3/words/0", @@ -3342,14 +3603,14 @@ "value": { "text": "555-348-6512", "boundingBox": [ - 371.0, + 364.0, 351.0, 528.0, 351.0, 528.0, - 380.0, - 371.0, - 380.0 + 378.0, + 364.0, + 378.0 ], "elements": [ "#/readResults/0/lines/4/words/0" @@ -3362,13 +3623,13 @@ "text": "Website:", "boundingBox": [ 167.0, - 392.0, + 394.0, 269.0, - 392.0, + 394.0, 269.0, - 420.0, + 417.0, 167.0, - 420.0 + 417.0 ], "elements": [ "#/readResults/0/lines/5/words/0" @@ -3377,14 +3638,14 @@ "value": { "text": "www.herolimited.com", "boundingBox": [ - 275.0, + 273.0, 393.0, - 529.0, + 531.0, 393.0, - 529.0, - 420.0, - 275.0, - 420.0 + 531.0, + 418.0, + 273.0, + 418.0 ], "elements": [ "#/readResults/0/lines/6/words/0" @@ -3394,71 +3655,71 @@ }, { "key": { - "text": "Dated As:", + "text": "Email:", "boundingBox": [ - 1025.0, - 419.0, - 1161.0, - 419.0, - 1161.0, - 452.0, - 1025.0, - 452.0 + 165.0, + 435.0, + 237.0, + 435.0, + 237.0, + 460.0, + 165.0, + 460.0 ], "elements": [ - "#/readResults/0/lines/7/words/0", - "#/readResults/0/lines/7/words/1" + "#/readResults/0/lines/7/words/0" ] }, "value": { - "text": "12/20/2020", + "text": "accounts@herolimited.com", "boundingBox": [ - 1168.0, - 417.0, - 1320.0, - 417.0, - 1320.0, - 450.0, - 1168.0, - 450.0 + 164.0, + 481.0, + 479.0, + 481.0, + 479.0, + 503.0, + 164.0, + 503.0 ], "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/12/words/0" ] }, "confidence": 1.0 }, { "key": { - "text": "Email:", + "text": "Dated As:", "boundingBox": [ - 167.0, - 432.0, - 242.0, - 432.0, - 242.0, - 459.0, - 167.0, - 459.0 + 1025.0, + 421.0, + 1160.0, + 421.0, + 1160.0, + 448.0, + 1025.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" ] }, "value": { - "text": "accounts@herolimited.com", + "text": "12/20/2020", "boundingBox": [ - 168.0, - 480.0, - 477.0, - 480.0, - 477.0, - 505.0, - 168.0, - 505.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 448.0, + 1165.0, + 448.0 ], "elements": [ - "#/readResults/0/lines/12/words/0" + "#/readResults/0/lines/9/words/0" ] }, "confidence": 1.0 @@ -3467,14 +3728,14 @@ "key": { "text": "Purchase Order #:", "boundingBox": [ - 1027.0, - 459.0, - 1275.0, - 459.0, - 1275.0, - 491.0, - 1027.0, - 491.0 + 1023.0, + 461.0, + 1272.0, + 461.0, + 1272.0, + 488.0, + 1023.0, + 488.0 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -3485,14 +3746,14 @@ "value": { "text": "948284", "boundingBox": [ - 1282.0, - 460.0, + 1277.0, + 461.0, 1376.0, - 460.0, + 461.0, 1376.0, - 492.0, - 1282.0, - 492.0 + 489.0, + 1277.0, + 489.0 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3504,14 +3765,14 @@ "key": { "text": "Vendor Name:", "boundingBox": [ - 162.0, - 609.0, - 346.0, - 609.0, - 346.0, - 639.0, - 162.0, - 639.0 + 160.0, + 611.0, + 344.0, + 611.0, + 344.0, + 637.0, + 160.0, + 637.0 ], "elements": [ "#/readResults/0/lines/14/words/0", @@ -3521,14 +3782,14 @@ "value": { "text": "Hillary Swank", "boundingBox": [ - 352.0, - 610.0, - 519.0, - 610.0, - 519.0, - 640.0, - 352.0, - 640.0 + 350.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 350.0, + 639.0 ], "elements": [ "#/readResults/0/lines/15/words/0", @@ -3541,13 +3802,13 @@ "key": { "text": "Company Name:", "boundingBox": [ - 162.0, - 646.0, - 373.0, - 646.0, - 373.0, + 160.0, + 648.0, + 370.0, + 648.0, + 370.0, 677.0, - 162.0, + 160.0, 677.0 ], "elements": [ @@ -3558,13 +3819,13 @@ "value": { "text": "Higgly Wiggly Books", "boundingBox": [ - 379.0, - 647.0, - 628.0, - 647.0, - 628.0, + 375.0, + 646.0, + 630.0, + 646.0, + 630.0, 679.0, - 379.0, + 375.0, 679.0 ], "elements": [ @@ -3579,14 +3840,14 @@ "key": { "text": "Address:", "boundingBox": [ - 162.0, - 683.0, - 272.0, - 683.0, - 272.0, - 715.0, - 162.0, - 715.0 + 161.0, + 685.0, + 269.0, + 685.0, + 269.0, + 711.0, + 161.0, + 711.0 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3595,14 +3856,14 @@ "value": { "text": "938 NE Burner Road Boulder City, CO 92848", "boundingBox": [ - 279.0, - 684.0, - 569.0, - 684.0, - 569.0, - 753.0, - 279.0, - 753.0 + 274.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 274.0, + 751.0 ], "elements": [ "#/readResults/0/lines/19/words/0", @@ -3621,14 +3882,14 @@ "key": { "text": "Phone:", "boundingBox": [ - 615.0, - 721.0, - 707.0, - 721.0, - 707.0, - 751.0, - 615.0, - 751.0 + 613.0, + 722.0, + 702.0, + 722.0, + 702.0, + 749.0, + 613.0, + 749.0 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3637,13 +3898,13 @@ "value": { "text": "938-294-2949", "boundingBox": [ - 713.0, + 708.0, 722.0, - 884.0, + 885.0, 722.0, - 884.0, + 885.0, 749.0, - 713.0, + 708.0, 749.0 ], "elements": [ @@ -3657,13 +3918,13 @@ "text": "Name:", "boundingBox": [ 166.0, - 852.0, - 253.0, - 852.0, - 253.0, - 881.0, + 853.0, + 250.0, + 853.0, + 250.0, + 879.0, 166.0, - 881.0 + 879.0 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3672,14 +3933,14 @@ "value": { "text": "Bernie Sanders", "boundingBox": [ - 258.0, + 255.0, 852.0, - 445.0, + 446.0, 852.0, - 445.0, - 882.0, - 258.0, - 882.0 + 446.0, + 880.0, + 255.0, + 880.0 ], "elements": [ "#/readResults/0/lines/25/words/0", @@ -3692,14 +3953,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 169.0, - 887.0, - 378.0, - 887.0, - 378.0, - 920.0, - 169.0, - 920.0 + 164.0, + 890.0, + 374.0, + 890.0, + 374.0, + 919.0, + 164.0, + 919.0 ], "elements": [ "#/readResults/0/lines/26/words/0", @@ -3709,14 +3970,14 @@ "value": { "text": "Jupiter Book Supply", "boundingBox": [ - 385.0, + 380.0, 889.0, - 624.0, + 629.0, 889.0, - 624.0, - 920.0, - 385.0, - 920.0 + 629.0, + 919.0, + 380.0, + 919.0 ], "elements": [ "#/readResults/0/lines/27/words/0", @@ -3730,14 +3991,14 @@ "key": { "text": "Address:", "boundingBox": [ - 168.0, - 924.0, - 276.0, - 924.0, - 276.0, - 956.0, - 168.0, - 956.0 + 166.0, + 926.0, + 273.0, + 926.0, + 273.0, + 953.0, + 166.0, + 953.0 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3746,14 +4007,14 @@ "value": { "text": "383 N Kinnick Road Seattle, WA 38383", "boundingBox": [ - 283.0, - 924.0, - 524.0, - 924.0, - 524.0, - 992.0, - 283.0, - 992.0 + 279.0, + 926.0, + 521.0, + 926.0, + 521.0, + 991.0, + 279.0, + 991.0 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3772,13 +4033,13 @@ "text": "Phone:", "boundingBox": [ 760.0, - 963.0, - 852.0, - 963.0, - 852.0, - 991.0, + 964.0, + 849.0, + 964.0, + 849.0, + 990.0, 760.0, - 991.0 + 990.0 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3787,14 +4048,14 @@ "value": { "text": "932-299-0292", "boundingBox": [ - 857.0, - 963.0, - 1032.0, - 963.0, - 1032.0, - 991.0, - 857.0, - 991.0 + 855.0, + 964.0, + 1033.0, + 964.0, + 1033.0, + 990.0, + 855.0, + 990.0 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3806,14 +4067,14 @@ "key": { "text": "SUBTOTAL", "boundingBox": [ - 1156.0, - 1571.0, - 1298.0, - 1571.0, - 1298.0, - 1599.0, - 1156.0, - 1599.0 + 1147.0, + 1575.0, + 1296.0, + 1575.0, + 1296.0, + 1600.0, + 1147.0, + 1600.0 ], "elements": [ "#/readResults/0/lines/53/words/0" @@ -3822,13 +4083,13 @@ "value": { "text": "$140.00", "boundingBox": [ - 1433.0, - 1574.0, - 1530.0, - 1574.0, - 1530.0, + 1426.0, + 1571.0, + 1529.0, + 1571.0, + 1529.0, 1599.0, - 1433.0, + 1426.0, 1599.0 ], "elements": [ @@ -3841,13 +4102,13 @@ "key": { "text": "TAX", "boundingBox": [ - 1242.0, - 1619.0, - 1293.0, - 1619.0, - 1293.0, + 1238.0, + 1618.0, + 1296.0, + 1618.0, + 1296.0, 1643.0, - 1242.0, + 1238.0, 1643.0 ], "elements": [ @@ -3857,14 +4118,14 @@ "value": { "text": "$4.00", "boundingBox": [ - 1462.0, + 1458.0, 1615.0, - 1532.0, + 1529.0, 1615.0, - 1532.0, - 1640.0, - 1462.0, - 1640.0 + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], "elements": [ "#/readResults/0/lines/56/words/0" @@ -3876,14 +4137,14 @@ "key": { "text": "TOTAL", "boundingBox": [ - 1206.0, + 1204.0, 1674.0, - 1298.0, + 1297.0, 1674.0, - 1298.0, - 1700.0, - 1206.0, - 1700.0 + 1297.0, + 1699.0, + 1204.0, + 1699.0 ], "elements": [ "#/readResults/0/lines/58/words/0" @@ -3892,14 +4153,14 @@ "value": { "text": "$144.00", "boundingBox": [ - 1434.0, + 1427.0, 1671.0, - 1531.0, + 1529.0, 1671.0, - 1531.0, - 1697.0, - 1434.0, - 1697.0 + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], "elements": [ "#/readResults/0/lines/59/words/0" @@ -3911,14 +4172,14 @@ "key": { "text": "Additional Notes:", "boundingBox": [ - 175.0, - 1797.0, + 173.0, + 1796.0, 479.0, - 1797.0, + 1796.0, 479.0, - 1834.0, - 175.0, - 1834.0 + 1831.0, + 173.0, + 1831.0 ], "elements": [ "#/readResults/0/lines/62/words/0", @@ -3928,14 +4189,14 @@ "value": { "text": "Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.", "boundingBox": [ - 170.0, - 1881.0, + 169.0, + 1880.0, 1511.0, - 1881.0, + 1880.0, 1511.0, - 1993.0, - 170.0, - 1993.0 + 1992.0, + 169.0, + 1992.0 ], "elements": [ "#/readResults/0/lines/63/words/0", @@ -3986,10 +4247,10 @@ "columnIndex": 0, "boundingBox": [ 447.0, - 1045.0, - 551.0, - 1045.0, - 551.0, + 1048.0, + 558.0, + 1048.0, + 558.0, 1078.0, 447.0, 1078.0 @@ -4008,14 +4269,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 890.0, - 1046.0, - 1028.0, - 1046.0, - 1028.0, - 1078.0, - 890.0, - 1078.0 + 886.0, + 1048.0, + 1034.0, + 1048.0, + 1034.0, + 1084.0, + 886.0, + 1084.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4031,14 +4292,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 1113.0, - 1046.0, - 1267.0, - 1046.0, - 1267.0, - 1081.0, - 1113.0, - 1081.0 + 1111.0, + 1047.0, + 1269.0, + 1047.0, + 1269.0, + 1078.0, + 1111.0, + 1078.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4055,13 +4316,13 @@ "rowIndex": 0, "columnIndex": 3, "boundingBox": [ - 1389.0, - 1043.0, - 1466.0, - 1043.0, - 1466.0, + 1383.0, + 1047.0, + 1467.0, + 1047.0, + 1467.0, 1077.0, - 1389.0, + 1383.0, 1077.0 ], "confidence": 1.0, @@ -4078,14 +4339,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 173.0, - 1093.0, - 282.0, - 1093.0, - 282.0, - 1121.0, - 173.0, - 1121.0 + 172.0, + 1094.0, + 280.0, + 1094.0, + 280.0, + 1122.0, + 172.0, + 1122.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4101,13 +4362,13 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 863.0, - 1095.0, - 889.0, - 1095.0, - 889.0, + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, 1119.0, - 863.0, + 861.0, 1119.0 ], "confidence": 1.0, @@ -4124,14 +4385,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1096.0, - 1297.0, - 1096.0, - 1297.0, - 1122.0, - 1243.0, - 1122.0 + 1241.0, + 1095.0, + 1293.0, + 1095.0, + 1293.0, + 1118.0, + 1241.0, + 1118.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4147,13 +4408,13 @@ "rowIndex": 1, "columnIndex": 3, "boundingBox": [ - 1466.0, - 1095.0, + 1458.0, + 1096.0, 1531.0, - 1095.0, + 1096.0, 1531.0, 1119.0, - 1466.0, + 1458.0, 1119.0 ], "confidence": 1.0, @@ -4170,14 +4431,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 172.0, + 170.0, 1136.0, - 331.0, + 333.0, 1136.0, - 331.0, - 1162.0, - 172.0, - 1162.0 + 333.0, + 1161.0, + 170.0, + 1161.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4194,14 +4455,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 862.0, - 1132.0, - 889.0, - 1132.0, - 889.0, - 1157.0, - 862.0, - 1157.0 + 861.0, + 1135.0, + 892.0, + 1135.0, + 892.0, + 1160.0, + 861.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4217,13 +4478,13 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1132.0, - 1292.0, - 1132.0, - 1292.0, + 1240.0, + 1135.0, + 1294.0, + 1135.0, + 1294.0, 1160.0, - 1243.0, + 1240.0, 1160.0 ], "confidence": 1.0, @@ -4240,14 +4501,14 @@ "rowIndex": 2, "columnIndex": 3, "boundingBox": [ - 1464.0, - 1134.0, - 1531.0, - 1134.0, - 1531.0, - 1158.0, - 1464.0, - 1158.0 + 1458.0, + 1135.0, + 1529.0, + 1135.0, + 1529.0, + 1160.0, + 1458.0, + 1160.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4263,13 +4524,13 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 172.0, - 1180.0, - 403.0, - 1180.0, - 403.0, + 173.0, + 1179.0, + 402.0, + 1179.0, + 402.0, 1206.0, - 172.0, + 173.0, 1206.0 ], "confidence": 1.0, @@ -4288,13 +4549,13 @@ "columnIndex": 1, "boundingBox": [ 863.0, - 1177.0, - 888.0, - 1177.0, - 888.0, - 1199.0, + 1179.0, + 892.0, + 1179.0, + 892.0, + 1204.0, 863.0, - 1199.0 + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4310,14 +4571,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 1243.0, - 1177.0, - 1298.0, - 1177.0, - 1298.0, - 1203.0, - 1243.0, - 1203.0 + 1239.0, + 1179.0, + 1294.0, + 1179.0, + 1294.0, + 1204.0, + 1239.0, + 1204.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4333,13 +4594,13 @@ "rowIndex": 3, "columnIndex": 3, "boundingBox": [ - 1448.0, - 1180.0, - 1530.0, - 1180.0, - 1530.0, + 1443.0, + 1181.0, + 1529.0, + 1181.0, + 1529.0, 1205.0, - 1448.0, + 1443.0, 1205.0 ], "confidence": 1.0, @@ -4356,14 +4617,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 171.0, - 1225.0, - 426.0, - 1225.0, - 426.0, - 1248.0, - 171.0, - 1248.0 + 170.0, + 1222.0, + 429.0, + 1222.0, + 429.0, + 1252.0, + 170.0, + 1252.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4381,14 +4642,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 863.0, - 1221.0, - 888.0, - 1221.0, - 888.0, - 1244.0, - 863.0, - 1244.0 + 860.0, + 1223.0, + 892.0, + 1223.0, + 892.0, + 1247.0, + 860.0, + 1247.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4404,13 +4665,13 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 1242.0, + 1239.0, 1221.0, - 1291.0, + 1293.0, 1221.0, - 1291.0, + 1293.0, 1247.0, - 1242.0, + 1239.0, 1247.0 ], "confidence": 1.0, @@ -4427,14 +4688,14 @@ "rowIndex": 4, "columnIndex": 3, "boundingBox": [ - 1449.0, + 1444.0, 1224.0, 1530.0, 1224.0, 1530.0, - 1247.0, - 1449.0, - 1247.0 + 1248.0, + 1444.0, + 1248.0 ], "confidence": 1.0, "rowSpan": 1, @@ -4457,28 +4718,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6a1c87f-ef39-4c62-8c9f-1a196e7695f1", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-35db58dc18c4da4d86cd92da8527dda4-3016e8cd92082546-00", + "traceparent": "00-416a4db5844baa4b919c21f26f64f209-9584785856534b45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c64cd48b891aee99b9f82b0a7fe0b92d", + "x-ms-client-request-id": "5d82a389eac70572317f7bfcee62baa9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "20cca4c5-208f-4d96-86ed-f57ab3f12ab2", + "apim-request-id": "10308304-43c6-43e3-8b46-737f660c234b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:05:59 GMT", + "Date": "Thu, 10 Sep 2020 23:54:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": [] } @@ -4486,7 +4747,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1362774329" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1967656205" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json index f681a9337acfd..8a6f9fadd7bb9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-59275e40d6430644a63c1066020db70b-ee8bb1ef27cbb042-00", + "traceparent": "00-11f51a14fd20434994bedc1d1877531e-5194e7082e7e764b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ba338d2e0a9b5de0b7aaa3c27bab7b60", + "x-ms-client-request-id": "b067a373a2505d8d86960ef96352f5ae", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,266 +22,266 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2d038cdb-40da-423b-9b8a-11d5e5e62ecc", + "apim-request-id": "4d6d8ad1-1743-4fb2-896e-4b682f4255bb", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:29 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "Date": "Wed, 09 Sep 2020 22:28:58 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "260" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2e0a94a1ee2b843afdf8bf549dc731ce", + "x-ms-client-request-id": "725bfe62e9a0f7b6cb6e060d3a45943f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a315b65e-4e42-45ba-9a2b-125d3d13a1c8", + "apim-request-id": "4247f38c-d078-42c5-8271-bbd3abd15fe5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:29 GMT", + "Date": "Wed, 09 Sep 2020 22:28:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d33178807aa705a5feae79c1a146fdb2", + "x-ms-client-request-id": "6b848f633cbc80f75e6ca714cc277098", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9dca11c3-fdb4-44cf-97d3-52ca6408fb24", + "apim-request-id": "de67ce21-38c2-4b90-bdea-e61b8bfc9b97", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:30 GMT", + "Date": "Wed, 09 Sep 2020 22:28:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "35d0956e237d3f9453afbda34a8bc0f0", + "x-ms-client-request-id": "8146cb7517788af5ed6fe4e29b7f2240", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3685913a-9464-4e4b-85a1-5cc694b3e3e9", + "apim-request-id": "838201f1-8fbf-4534-a4d0-c05cc13d56b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:31 GMT", + "Date": "Wed, 09 Sep 2020 22:29:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0342d479a77a26b9ef052f7c7578e3b6", + "x-ms-client-request-id": "d396ce018acd25f107db143441a22aa3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ec7fd4e-c243-4615-8501-b4f10e4b7603", + "apim-request-id": "35c3d0f1-f957-484c-a100-7d4c21059fed", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:32 GMT", + "Date": "Wed, 09 Sep 2020 22:29:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "08e60dfafbf65d50e4f180f7bc02bb72", + "x-ms-client-request-id": "6f986dfd12ff4cc69afa7e4d5714e4de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b66023f9-e0b8-4513-9d57-1b5857401e45", + "apim-request-id": "834a2c8c-6f9c-46db-aa2f-fb88525fb612", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:33 GMT", + "Date": "Wed, 09 Sep 2020 22:29:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cc4888edfa04c638dca94678f317cada", + "x-ms-client-request-id": "fe1267499c91ebcbd9207a9d03c1484b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50a7d372-f651-4dc3-8258-c2fb11f168b9", + "apim-request-id": "0990a8e9-77cb-42eb-9539-77b57effbd10", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:34 GMT", + "Date": "Wed, 09 Sep 2020 22:29:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3ca806ccb8a57ef984e51f8827c169ec", + "x-ms-client-request-id": "2ee44145b3e7ee40074939d30ba4cef2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d0398fb-4d56-42d9-ada2-32a8d010488a", + "apim-request-id": "aceb859a-1284-4165-bfc2-5109ea4c5608", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:35 GMT", + "Date": "Wed, 09 Sep 2020 22:29:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec8ebd49163000b2d51f2b4db4d769cc", + "x-ms-client-request-id": "d9ea35f62c8f6012a2ac95df982948d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "584987b4-193e-4dbf-b3b6-d62c822e90d2", + "apim-request-id": "49b62076-60cf-4119-9a78-7badfc20e419", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:37 GMT", + "Date": "Wed, 09 Sep 2020 22:29:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -289,76 +289,175 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "status": "creating", + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "160733b1b63095f62623f64763f8df34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "42e8d4d7-93aa-4a9b-9699-abe662a25a55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "status": "creating", + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cda788516fd619bb2e838b3a1d6156de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7fcd3131-8586-4a36-861e-d467de92ad74", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "status": "creating", + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d8216001b79c40c13e54b36b35cafcaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "740bb4e7-9927-43b1-90a8-8c2155251cc6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b62ba5277e5935cc8eca471fdab09f1a", + "x-ms-client-request-id": "108d61cc7a81420277eee7ac2abc78c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b669404-4741-41d7-a087-a40c502a8777", + "apim-request-id": "55a83848-1468-4b4e-8520-e228547e6cc4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:38 GMT", + "Date": "Wed, 09 Sep 2020 22:29:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "creating", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:29Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:28:58Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "362e593fdd88b5aa54a867858cacc9ac", + "x-ms-client-request-id": "034617cc07d69a97c6678f81bc4fe364", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b167099-2d80-44ec-b905-e9584e1f09ca", + "apim-request-id": "f057d81a-867a-407a-b88e-bb06f4841919", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:39 GMT", + "Date": "Wed, 09 Sep 2020 22:29:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", "status": "ready", - "createdDateTime": "2020-08-20T17:57:29Z", - "lastUpdatedDateTime": "2020-08-20T17:57:38Z" + "createdDateTime": "2020-09-09T22:28:58Z", + "lastUpdatedDateTime": "2020-09-09T22:29:10Z" }, "keys": { "clusters": { @@ -370,6 +469,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -427,187 +527,373 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dcef8b3887542b47b8d98a21df710be2-c4cd5b5d923fec42-00", + "traceparent": "00-865c75c40b6be54db313cbc8f6ee1ed5-46a3b04f5bb54744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8160527bb395cb93f0595e66ce922525", + "x-ms-client-request-id": "bc6ee18646d3865c5ede61aecf151582", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "510c7846-561b-477f-8f8c-d2ff1b741e72", + "apim-request-id": "5a4114dc-abb8-4515-bc11-401b2a19ee6a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:39 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeresults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "Date": "Wed, 09 Sep 2020 22:29:11 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeresults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeResults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b0d118032a84944fb7661b11647a9e2", + "x-ms-client-request-id": "1d9eeddcf984c5d3c9f3491aeb808627", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8a9c41b-97f6-43ea-ad34-f4c2475d6da8", + "apim-request-id": "4e49ed0b-3f65-4ab2-b7fc-db29e3d03fb0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:39 GMT", + "Date": "Wed, 09 Sep 2020 22:29:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T17:57:39Z", - "lastUpdatedDateTime": "2020-08-20T17:57:39Z" + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:11Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeResults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "88a39b011d4f8b85c563462f7f44e6c2", + "x-ms-client-request-id": "4925830bbb4e86f2bbc0a5f7a6e9cab1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3eae16e8-e9f5-4997-8482-50fc6fa103ad", + "apim-request-id": "cccc530e-1f1a-4fb4-ab13-9def8e216d44", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:40 GMT", + "Date": "Wed, 09 Sep 2020 22:29:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:39Z", - "lastUpdatedDateTime": "2020-08-20T17:57:39Z", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeResults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7b0442826d9e48030e17861f51e2b4a8", + "x-ms-client-request-id": "cea40c51c6b08ddf0da8f2e0fd429add", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea262367-6b72-47f2-8741-df2f904665e3", + "apim-request-id": "ea2e48f6-c7c2-4acd-aa73-3993d4f3231d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:41 GMT", + "Date": "Wed, 09 Sep 2020 22:29:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:39Z", - "lastUpdatedDateTime": "2020-08-20T17:57:39Z", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeResults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "33657caf9dee63d58b829545ec14cab7", + "x-ms-client-request-id": "4ca23958ccef2034fa1862c453db1ee0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a35b5f8b-5668-414e-957d-c36e451b812d", + "apim-request-id": "49346098-48d8-4b40-980d-8c08d689a250", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:42 GMT", + "Date": "Wed, 09 Sep 2020 22:29:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:39Z", - "lastUpdatedDateTime": "2020-08-20T17:57:39Z", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dfc89728b7db4576a4983ba5c9118978", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8ff66bf7-3e77-4ae4-95e0-caf5cc271759", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6d9fc8257e4685c2d883d398631b3931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1224c7c0-7338-459c-8eb0-8bd2fd22cbf1", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "65b71289bb79a001c25da857908e57e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ea95439e-8712-4913-896f-ce0e54bd6679", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8b9ee98fb13caa99d5430657e3dee188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5450f522-79f3-4e4b-ad2d-5206e8560e7f", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b71b095e235a6affc6ffaae9d66af449", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3d014767-7624-4dfe-9b5c-7024700da31f", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7908ea2cae7cd7f5780c9036b4a9bce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f9ec707b-3ac7-40e5-b7ca-59b1ab0f413e", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:12Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75/analyzeResults/be759d31-316b-44e5-9a3c-5c5d40d5c212", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d42f9f8f2e429343975a7a38966639e3", + "x-ms-client-request-id": "87f91f7ca0736c8eea34c53d07b0d46a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b6e20881-2dbe-4253-a356-5bf0ab240285", + "apim-request-id": "f952d5bf-dd23-4f26-adba-29318f0973bc", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:43 GMT", + "Date": "Wed, 09 Sep 2020 22:29:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:57:39Z", - "lastUpdatedDateTime": "2020-08-20T17:57:42Z", + "createdDateTime": "2020-09-09T22:29:11Z", + "lastUpdatedDateTime": "2020-09-09T22:29:21Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -632,28 +918,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c50f1aad-0f6c-4000-947e-fb13eb7ebc75", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-accd77aee2a86449bd18dbecdba0ed75-3944acd008f9164a-00", + "traceparent": "00-5e2a308f33d6124997c0e83838ff073f-cdfaef050fc4a842-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "027f9dafb2dee5d36da1ef1cd8be5cf9", + "x-ms-client-request-id": "f92bbd4e67d6b00b14433e4d93c8b51c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "134b529e-5300-4849-bed6-4fa5a1e2e21d", + "apim-request-id": "6d292cea-ad90-4ace-95e5-186d4691fda3", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:43 GMT", + "Date": "Wed, 09 Sep 2020 22:29:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] } @@ -661,7 +947,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1605618839" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1907558408" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json index cb8054865c509..4a34e0c2d660e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b4de4867b59d434782883609ebcaed9d-ad4f94cfcfd9c944-00", + "traceparent": "00-1bda2b41d234ec499b2c6a93f16d1531-8b414ebc37649a44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "454542a56d352e37ea258a199886063d", + "x-ms-client-request-id": "9140bf9e437f40743a31918a14c580ca", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,442 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "3fffbd03-8fd1-4317-813f-66d457c023eb", + "apim-request-id": "201dd5df-b04c-4a35-b087-be09f246265d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:28 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "Date": "Wed, 09 Sep 2020 22:33:56 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "283" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bb029a24e913844236aca81d83794e85", + "x-ms-client-request-id": "fc2161c93a306737e564ae09a76fe154", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed778a13-2939-4723-a638-b3a13eb7d255", + "apim-request-id": "60269db8-7a35-47bb-ba5f-24d0418476d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:28 GMT", + "Date": "Wed, 09 Sep 2020 22:33:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f78468209eea6cce895ffe277686d4d7", + "x-ms-client-request-id": "588e85fb999b667e3dd3792addbc007d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0230753-f6c3-46ea-b3cd-c9e95a120067", + "apim-request-id": "ca774276-9a9d-4535-937c-eca1b19919bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:29 GMT", + "Date": "Wed, 09 Sep 2020 22:33:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4eb12377dfb0bb72ffc10f89c419aa71", + "x-ms-client-request-id": "9e670515f14364c487d8ab1b956b98cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9c98907-c43d-4d91-bf58-36d33dc8d0d8", + "apim-request-id": "82fc7f2e-554a-4c07-af35-faa7cfa55831", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:30 GMT", + "Date": "Wed, 09 Sep 2020 22:33:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2ff805d60f018653cc9531b4eb1b0daf", + "x-ms-client-request-id": "8f8f3d5028372f2ee2bbbf5dc00d8a28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d3eb7f6-298b-4e7c-be89-93f54f0b9075", + "apim-request-id": "1710d1b6-6b3b-49ac-bab1-75b3aff08cfa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:32 GMT", + "Date": "Wed, 09 Sep 2020 22:34:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5fa6d1d700c740d4f6c8f8288f44a770", + "x-ms-client-request-id": "a2f4306343070911c129d0c3ed63d1d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92358e50-24e8-4b40-8cf1-433779193c23", + "apim-request-id": "4268301d-41c6-45e8-a905-7fd51c8d1c39", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:33 GMT", + "Date": "Wed, 09 Sep 2020 22:34:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "70518db4a48d68d5d02b821aadbdd0e4", + "x-ms-client-request-id": "a0daad3a712ded46d638bb873266a37a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e90b8fa5-5a07-48ed-98dd-62774722e3d6", + "apim-request-id": "7b47c814-63cc-400c-8167-78b849d34181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:34 GMT", + "Date": "Wed, 09 Sep 2020 22:34:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "152" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f3b15fb44b73d5a931b83839172bf687", + "x-ms-client-request-id": "64b8834ef6770cc32b85cd0d576b417f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d571dde5-e7cb-4d09-a0f3-a1ded15cb645", + "apim-request-id": "e85d1848-a2d4-467d-8db9-86aa93ff528d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:35 GMT", + "Date": "Wed, 09 Sep 2020 22:34:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "34" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1322edeae933f1faea07cbcf8789d75a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "443b4e4a-7561-41c1-9bc1-5f03cf6c9d6d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6a7556866cab435ae9cd74a8a438956b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "23fa187d-9ed4-4cf8-8f6c-adc257d29eff", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "61" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "449d3cf69044644688c67a702bf485a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "756d65b4-8cfa-45d0-adaf-0a29e7d896f8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "175" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5e00c1ed9dc93321fb3e8f9c7eb99238", + "x-ms-client-request-id": "018673add6f67dd393df296675524db1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "009e796a-9540-4bc3-bafc-fb95655192ac", + "apim-request-id": "d2499327-24b6-48dd-b42c-c7df6c08b511", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:36 GMT", + "Date": "Wed, 09 Sep 2020 22:34:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "creating", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:28Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2f7413f8b49369fde37b3fd56b9c50a4", + "x-ms-client-request-id": "4ad95f7193ebf6160f11e2e4f1ea17f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d3cfb50a-4bab-439f-9087-71a7036ebca3", + "apim-request-id": "ba4ebd63-ec1d-4bcc-b6fd-7cbce815e6bf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:37 GMT", + "Date": "Wed, 09 Sep 2020 22:34:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "modelInfo": { - "modelId": "bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "status": "creating", + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "31fad14793b21f746820b06466dfee35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f13c573d-62c2-436a-8c48-820945c501c3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "57" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", "status": "ready", - "createdDateTime": "2020-08-20T18:03:28Z", - "lastUpdatedDateTime": "2020-08-20T18:03:36Z" + "createdDateTime": "2020-09-09T22:33:57Z", + "lastUpdatedDateTime": "2020-09-09T22:34:10Z" }, "keys": { "clusters": { @@ -337,6 +469,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,187 +527,373 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9a9f139c08cced468232b4bb4d2ed4c3-10ab7e2460116349-00", + "traceparent": "00-e9e6f877670d354fb2bb477c511adab1-79c3944f72ece840-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec2dfa3571bd171a3e7ef735bb0d5677", + "x-ms-client-request-id": "cbfec9793a1b1ab75c90f1e5f4ee8ba9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "df88c5b0-4e03-45f1-ae46-6ca306c87f3d", + "apim-request-id": "8d258f63-4b88-461c-976c-59ca9ee77c57", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:37 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeresults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "Date": "Wed, 09 Sep 2020 22:34:10 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeresults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "476" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeResults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0340ff26c6b739f4c4977a4d5d4cc75e", + "x-ms-client-request-id": "a31e34c71b58ddfeeab9e2cbe3b18f30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4c271e84-db32-4850-9caa-bd7d9651497f", + "apim-request-id": "ae81a805-d46c-46b2-8dd8-c27fac568974", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:37 GMT", + "Date": "Wed, 09 Sep 2020 22:34:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:03:37Z", - "lastUpdatedDateTime": "2020-08-20T18:03:37Z" + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:10Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeResults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8367eaeda58c867bf95cf114bcc7add6", + "x-ms-client-request-id": "286aad224ceb0dda1ae0d421a18f2b79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be87e320-e7ee-48e5-aab3-0fd9ffe9d918", + "apim-request-id": "bef81683-9e7a-4623-a7da-b322c3433931", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:38 GMT", + "Date": "Wed, 09 Sep 2020 22:34:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:37Z", - "lastUpdatedDateTime": "2020-08-20T18:03:38Z", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeResults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6baec7254d5b6eed06f42725f6ccb9f2", + "x-ms-client-request-id": "329d07944bc05dddca20e06158ec37ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64c0cfc0-5b4d-4fac-9acd-ea015ed4eba0", + "apim-request-id": "9da6a7be-e5aa-4eb6-8472-f299be19e13b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:39 GMT", + "Date": "Wed, 09 Sep 2020 22:34:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:37Z", - "lastUpdatedDateTime": "2020-08-20T18:03:38Z", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeResults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d14898b7d3a680eb84ba0a5ad5df7cfc", + "x-ms-client-request-id": "47c3c10063847bbe5911897747dd3c5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "936608ae-605a-4ad1-9457-6d0fc1baa365", + "apim-request-id": "c6c5d543-6f44-402a-bdb8-bc0b6d48a661", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:40 GMT", + "Date": "Wed, 09 Sep 2020 22:34:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:37Z", - "lastUpdatedDateTime": "2020-08-20T18:03:38Z", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606/analyzeResults/af54e1a2-721c-4e9f-8041-35ac3cfd6cac", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9528a4ea5b9d9f03fdf87d987e568f2c", + "x-ms-client-request-id": "db36688e5d13d76fcf0d5dca6b79b42e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d5fd27ac-6de2-4ef1-a89a-3d9a6900d30a", - "Content-Length": "340", + "apim-request-id": "e5b96452-6e80-4edf-a3f2-027dbe35a4c3", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:42 GMT", + "Date": "Wed, 09 Sep 2020 22:34:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e02129a9e3cc31f54822d8afc26516ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6dc8dfcb-6044-43d2-bc09-8dc906147b2a", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f0d285e45bb5a29752eb777606f30fe0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "828c5667-c025-4310-af5d-b03af1bb8c84", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1dce5a5c5bbbaa8f720592f184bf156a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a556df9c-3a1a-4359-9d8a-9ad5461eb80d", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e5e56ff6c4a64e78927e8de06c7f2b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "96d8a0d5-e7c5-416d-8cdb-06e5af828801", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "26" }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6752f812f8968831f6277eb0c8a61d92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e6d43d5b-f294-4908-8921-158e3e10a7dc", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "967f0cd62a0d9839e1808b3dceae3ef3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8cb526d7-e02e-4d63-807c-68c7658f62e0", + "Content-Length": "340", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:37Z", - "lastUpdatedDateTime": "2020-08-20T18:03:41Z", + "createdDateTime": "2020-09-09T22:34:10Z", + "lastUpdatedDateTime": "2020-09-09T22:34:20Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -599,28 +918,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bc3fb6bd-dea7-44be-8cba-88c75b46d606", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c5eb1370ff9ba9409b4e1a9bd8b4e779-c730bb584e6d0449-00", + "traceparent": "00-2142f5ee2a2fd542a4e1d1e4e4ede4ce-2b4e21a9d7051044-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "245dffa3dc7f5130dc2ee7a143929926", + "x-ms-client-request-id": "8cde3ddaad6dfed43e5cef7e46c885eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "88bfb14c-71f1-4166-abe2-d55f3cd86e04", + "apim-request-id": "9e239a46-5ddb-4ef1-9854-73ade2e499a9", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:42 GMT", + "Date": "Wed, 09 Sep 2020 22:34:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": [] } @@ -628,7 +947,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1947508871" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1670903421" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json index 1c3ab9e461086..a5f972d496b37 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-05f9ea62c022874d88216c65e1c81c74-d4545995d188a449-00", + "traceparent": "00-613ec38d1d5f7d4f81f0e3947b10b234-31c1ffc27314f744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f1c9e10f0e3ca65f5d381453c0bcfc0", + "x-ms-client-request-id": "a090d77538efe23bd6964863cb0fc764", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,620 +22,1165 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7c341c20-5e4e-4fff-a27a-50657f161a48", + "apim-request-id": "2eab415c-cd46-46bc-9458-a624b7b60d88", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:01:57 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf", + "Date": "Wed, 09 Sep 2020 22:31:36 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "206" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9b794b006bd13d6f0fdc7c4de02198f7", + "x-ms-client-request-id": "0c26828739e5e7de93c01d27aa2f6c27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef40162e-32dc-41a4-a13b-593e712f63f9", + "apim-request-id": "9b7101ca-6cd3-460b-ab29-358c84ce56e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:57 GMT", + "Date": "Wed, 09 Sep 2020 22:31:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "72fb81a0a3f842812c8f3d3ba8fb8828", + "x-ms-client-request-id": "6b3b0298def5644f6268971abdee6909", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d20c8ef-99a7-4a45-9439-ee2e6a0c12fc", + "apim-request-id": "e8c86c8f-74cf-4a84-8e63-3e1ce88d9caf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:58 GMT", + "Date": "Wed, 09 Sep 2020 22:31:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2a1f4c6f418ba4902ede40067317ead4", + "x-ms-client-request-id": "af7cf5b284673bd2f8a90c2e1b1437a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b926672-72c2-4ced-aab4-a8899a9a3b03", + "apim-request-id": "2a45f415-b022-44af-9ef0-6ea9ef139250", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:01:59 GMT", + "Date": "Wed, 09 Sep 2020 22:31:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bba48a3b5c105dc8c9366e422d349413", + "x-ms-client-request-id": "c8cb202a5bd3a86e33c2aa7ca1c32aa5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "999a479e-9785-44d7-835a-07226dad7510", + "apim-request-id": "7a097cac-39f1-4713-bd3a-99d47b407fa0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:00 GMT", + "Date": "Wed, 09 Sep 2020 22:31:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b4741357bdb214c02fff734cd221494d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bb471634-e87d-43f8-a109-a2a1763eb662", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9df0f031a023563587d47ba5d9559934", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5710ddd5-ecd9-45fc-8c0f-3174f8850ec3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "07d6677e83a06df35fb799d3e821d512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7e0e75f5-6fc9-47ba-bd16-ad6395e39ba3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b14b5c788dd3b782de1d2dde411b3ad9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "802fbb10-7553-4641-9c7a-b643ae1b4e91", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6bce3e66424aaeadfc833d6b07616e65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f4ca824d-b042-4d97-91dc-a209fc64d287", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7c2c69fee80af061e51f288255152c44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "69f913af-8893-405c-9f37-2ee3139e0d3e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "aa6dbf7c6a5336c8af9db4505016b07c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4a1be168-3c5b-43d3-8b3b-bb4d2d45bc8e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d7dfc7afbdee7dcfdcdd862a192a58e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ad6231fb-7a74-4a5b-9b35-65b56ece1cc8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "47eff857c3f39311a1f5cd6d3411a0ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8c8fc687-89da-4a0e-80f3-443ee438c788", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "93dd54536d025f6bf156431a627ace14", + "x-ms-client-request-id": "8dd3ac6f5435be56eff0cd76e49d1d84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4b6e3d3-fdb2-498c-81b2-ec42495071bb", + "apim-request-id": "2c6d8904-5be5-45b6-8da3-e48556605533", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:01 GMT", + "Date": "Wed, 09 Sep 2020 22:31:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1e0069a5cd56131884c16155d24e76fa", + "x-ms-client-request-id": "57f9cc446826eb89b64b36f8f06248ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a9229aa-30fd-466b-9570-1f6df005fcd3", + "apim-request-id": "3323bae0-7b61-494b-b87c-c3a3b5a6855d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:03 GMT", + "Date": "Wed, 09 Sep 2020 22:31:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1fb32d49563acdd11e45c9b918adfa4f", + "x-ms-client-request-id": "6dbbb73cca5702b1a2305802f59aaf03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "246969e9-92be-49a6-afa4-90d9df3d8499", + "apim-request-id": "b9a020fe-b33b-4b42-9cdd-2fddbece6061", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:04 GMT", + "Date": "Wed, 09 Sep 2020 22:31:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "672848d7491806a722e7d7e91d5dce8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "467b8d85-754b-4630-b59f-e22fdfd11e89", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2c3a03a7b0e17a2c1af6b4f61086f51b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "764f2f19-f93c-428a-9226-251281bf5381", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a821339ce13af3b20fb54a70f2c8e545", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a88c1a41-479b-4667-b9de-2d7b9a105b07", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "creating", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f25bcb62836027211bae4c2294b1f69c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c8388fc3-c76a-4d30-beea-fbb7679339a6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "status": "ready", + "createdDateTime": "2020-09-09T22:31:36Z", + "lastUpdatedDateTime": "2020-09-09T22:31:56Z" + }, + "keys": { + "clusters": { + "0": [ + "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Included", + "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", + "Package", + "Price", + "Rates:", + "Vendor #:", + "Vendor Registration", + "below, and attach a check made out to:", + "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" + ], + "1": [ + "Company Name:", + "Contact:", + "Preferred Package:", + "Special Requests:", + "Vendor #:", + "Vendor Details:" + ] + } + }, + "trainResult": { + "trainingDocuments": [ + { + "documentName": "multi1.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi2.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi3.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi4.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi5.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "711607", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e3225a33ac80b747975b43552994ad97-baccc5d5635bc84b-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ea4dbcf1263cc65350471c2c66bc8752", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "7b14a73f-59bd-4d3d-b153-3e1359d81c03", + "Content-Length": "0", + "Date": "Wed, 09 Sep 2020 22:31:58 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeresults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "204" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "45946f11032b19ba11f98c8b958f5e5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "92d1f566-2032-435e-ab33-d7eee6914a34", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "43" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:58Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "367faebefa7a3c097795a11866f4c05e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f979c2fb-7dc0-4e19-80df-0db92eceab2f", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:31:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2411f926b01ced710134d94299c731c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1a93374e-4511-443f-bd32-2f44015bd405", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c49c5a67763385bc3bca0f410c168ca2", + "x-ms-client-request-id": "b86ebee8513d16d76658cd9561a2b21c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b441b354-cad1-4567-b5ff-e1ce44e5f39f", + "apim-request-id": "7ebd3a9d-c658-41f2-8654-6ba6f091ec45", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:05 GMT", + "Date": "Wed, 09 Sep 2020 22:32:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "123" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { - "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", - "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "35d049dfafc74fda9832ff11035efad7", + "x-ms-client-request-id": "9b642d393a7e0e413c91344621c6a2b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4aa3fbce-dbb2-484f-ac5a-58be10c07eea", + "apim-request-id": "0a6e0aab-7fec-463c-9e85-91b1e07208de", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:06 GMT", + "Date": "Wed, 09 Sep 2020 22:32:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { - "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", - "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "78ed12c6b2b1d3c6702de36f4790c108", + "x-ms-client-request-id": "a730e0640886d52121fabdc4e3db8c5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81694c6b-48e4-43d9-a078-01c18abf1bba", + "apim-request-id": "68a5cba2-42cd-41d0-abfa-f186a32d4473", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:07 GMT", + "Date": "Wed, 09 Sep 2020 22:32:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { - "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", - "status": "creating", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:01:57Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cfd927b9c5ddb8877f4d2b0176ab81dc", + "x-ms-client-request-id": "6b09bc819562ae417c5f7bab1d91f59f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16286059-4bcd-4f44-8231-52afe3516cf7", + "apim-request-id": "0320670d-1695-4c6d-a3c4-4caf22f749c6", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:08 GMT", + "Date": "Wed, 09 Sep 2020 22:32:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "221" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { - "modelInfo": { - "modelId": "191b1c85-613e-4842-b1bc-b14cabe91ddf", - "status": "ready", - "createdDateTime": "2020-08-20T18:01:57Z", - "lastUpdatedDateTime": "2020-08-20T18:02:07Z" - }, - "keys": { - "clusters": { - "0": [ - "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", - "Included", - "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", - "Package", - "Price", - "Rates:", - "Vendor #:", - "Vendor Registration", - "below, and attach a check made out to:", - "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" - ], - "1": [ - "Company Name:", - "Contact:", - "Preferred Package:", - "Special Requests:", - "Vendor #:", - "Vendor Details:" - ] - } - }, - "trainResult": { - "trainingDocuments": [ - { - "documentName": "multi1.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi2.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi3.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi4.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi5.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - } - ], - "errors": [] - } + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyze?includeTextDetails=true", - "RequestMethod": "POST", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "711607", - "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-da67b62d65729e41971ca785b877cea4-02a0641ea5ac8645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa7a38d014282cf182fdc49acb6b0808", + "x-ms-client-request-id": "80311cb50b7130960b8f79847c7d2a61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e52fa725-c477-47ac-9a1e-737e2781a96a", - "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:08 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeresults/55f436bb-1145-4a02-9ee6-108136def57c", + "apim-request-id": "cdfa25ae-2ed9-45f3-9cb1-1da6af196263", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "25" }, - "ResponseBody": [] + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null + } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeResults/55f436bb-1145-4a02-9ee6-108136def57c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dc57f7702a8501f98a35f86487c55cc5", + "x-ms-client-request-id": "65c5d40437bdce4d9e812a268d76b890", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78dff894-3c72-4e95-80cd-088d8cd2b33a", - "Content-Length": "109", + "apim-request-id": "ed4c1a26-86af-496d-b4f7-d1d75f9c44dc", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:08 GMT", + "Date": "Wed, 09 Sep 2020 22:32:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:02:09Z", - "lastUpdatedDateTime": "2020-08-20T18:02:09Z" + "status": "running", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeResults/55f436bb-1145-4a02-9ee6-108136def57c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0f9f06abc715a4df35ac4ce000eded13", + "x-ms-client-request-id": "c60e1d050ba976ed26d85fd31cbd32ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "41ee094a-dae2-4c34-83e4-c6a260f7eb02", + "apim-request-id": "9d7fadb5-89b2-42cb-a8c8-fa9f9858a27d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:10 GMT", + "Date": "Wed, 09 Sep 2020 22:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:09Z", - "lastUpdatedDateTime": "2020-08-20T18:02:09Z", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeResults/55f436bb-1145-4a02-9ee6-108136def57c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7e912345a453a5573e796ff31b8da5bd", + "x-ms-client-request-id": "48a619358fcc7de2cf63e1f0e06fa395", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02216b80-ee46-4040-91ba-033d844a336f", + "apim-request-id": "9f830d39-d022-43d7-babd-be21221ac5d8", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:11 GMT", + "Date": "Wed, 09 Sep 2020 22:32:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:09Z", - "lastUpdatedDateTime": "2020-08-20T18:02:09Z", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeResults/55f436bb-1145-4a02-9ee6-108136def57c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c4eeffa0f9cca9f218b3a7d8de19009d", + "x-ms-client-request-id": "5e7ee9d6646ef9b8e64e3ee5d87ab2e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4946fd92-36a5-4c9d-b79e-1162fd801633", + "apim-request-id": "d7e274b1-a430-4c5a-be60-ccda5d72ec79", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:12 GMT", + "Date": "Wed, 09 Sep 2020 22:32:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:09Z", - "lastUpdatedDateTime": "2020-08-20T18:02:09Z", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:31:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf/analyzeResults/55f436bb-1145-4a02-9ee6-108136def57c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "631fe448dd340772aff9d09c57eb89a8", + "x-ms-client-request-id": "73f12b4f6fcf75c33b91f7462afd95b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac58d8a4-e2b0-4ba7-af30-5741149ec4d9", - "Content-Length": "29281", + "apim-request-id": "928b204f-c368-4d90-af4e-99d61f4fb2da", + "Content-Length": "29754", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:13 GMT", + "Date": "Wed, 09 Sep 2020 22:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:09Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z", + "createdDateTime": "2020-09-09T22:31:58Z", + "lastUpdatedDateTime": "2020-09-09T22:32:11Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -647,40 +1192,40 @@ { "text": "Vendor #:", "boundingBox": [ - 6.1236, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "words": [ { "text": "Vendor", "boundingBox": [ - 6.1236, - 1.0014, - 6.8694, - 1.0014, - 6.8694, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0667, + 6.8653, + 1.0667, + 6.8653, + 1.2403, + 6.1278, + 1.2403 ] }, { "text": "#:", "boundingBox": [ - 6.9264, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.9264, - 1.3056 + 6.9306, + 1.076, + 7.1514, + 1.076, + 7.1514, + 1.2392, + 6.9306, + 1.2392 ] } ] @@ -688,27 +1233,27 @@ { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "words": [ { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ] } ] @@ -716,40 +1261,40 @@ { "text": "Vendor Registration", "boundingBox": [ - 2.2181, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 2.2181, - 2.05 + 2.2264, + 1.5827, + 6.2375, + 1.5827, + 6.2375, + 1.9739, + 2.2264, + 1.9739 ], "words": [ { "text": "Vendor", "boundingBox": [ - 2.2181, - 1.4417, - 3.7111, - 1.4417, - 3.7111, - 2.05, - 2.2181, - 2.05 + 2.2264, + 1.5733, + 3.7028, + 1.5733, + 3.7028, + 1.9208, + 2.2264, + 1.9208 ] }, { "text": "Registration", "boundingBox": [ - 3.8236, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 3.8236, - 2.05 + 3.8667, + 1.5882, + 6.2375, + 1.5882, + 6.2375, + 2.0049, + 3.8667, + 2.0049 ] } ] @@ -757,222 +1302,222 @@ { "text": "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", "boundingBox": [ - 1.0, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 1.0, - 2.7444 + 1.0069, + 2.5894, + 7.0778, + 2.5894, + 7.0778, + 2.7043, + 1.0069, + 2.7043 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1.0, - 2.5417, - 1.5625, - 2.5417, - 1.5625, - 2.7444, - 1.0, - 2.7444 + 1.0069, + 2.592, + 1.5556, + 2.592, + 1.5556, + 2.7014, + 1.0069, + 2.7014 ] }, { "text": "Ltd.", "boundingBox": [ - 1.5986, - 2.5417, - 1.8556, - 2.5417, - 1.8556, - 2.7444, - 1.5986, - 2.7444 + 1.6125, + 2.5858, + 1.8431, + 2.5858, + 1.8431, + 2.7014, + 1.6125, + 2.7014 ] }, { "text": "Conference", "boundingBox": [ - 1.8917, - 2.5417, - 2.6708, - 2.5417, - 2.6708, - 2.7444, - 1.8917, - 2.7444 + 1.9, + 2.5847, + 2.6639, + 2.5847, + 2.6639, + 2.7014, + 1.9, + 2.7014 ] }, { "text": "will", "boundingBox": [ - 2.7083, - 2.5417, - 2.9431, - 2.5417, - 2.9431, - 2.7444, - 2.7083, - 2.7444 + 2.7125, + 2.5851, + 2.9306, + 2.5851, + 2.9306, + 2.7003, + 2.7125, + 2.7003 ] }, { "text": "be", "boundingBox": [ - 2.9792, - 2.5417, - 3.15, - 2.5417, - 3.15, - 2.7444, - 2.9792, - 2.7444 + 2.9917, + 2.5851, + 3.1417, + 2.5851, + 3.1417, + 2.7014, + 2.9917, + 2.7014 ] }, { "text": "held", "boundingBox": [ - 3.1861, - 2.5417, - 3.4833, - 2.5417, - 3.4833, - 2.7444, - 3.1861, - 2.7444 + 3.1986, + 2.5851, + 3.4708, + 2.5851, + 3.4708, + 2.7014, + 3.1986, + 2.7014 ] }, { "text": "on", "boundingBox": [ - 3.5222, - 2.5417, - 3.6972, - 2.5417, - 3.6972, - 2.7444, - 3.5222, - 2.7444 + 3.5306, + 2.6201, + 3.6847, + 2.6201, + 3.6847, + 2.7014, + 3.5306, + 2.7014 ] }, { "text": "May", "boundingBox": [ - 3.7389, - 2.5417, - 4.0444, - 2.5417, - 4.0444, - 2.7444, - 3.7389, - 2.7444 + 3.75, + 2.5934, + 4.0431, + 2.5934, + 4.0431, + 2.7292, + 3.75, + 2.7292 ] }, { "text": "28-29,", "boundingBox": [ - 4.0806, - 2.5417, - 4.5125, - 2.5417, - 4.5125, - 2.7444, - 4.0806, - 2.7444 + 4.0875, + 2.5913, + 4.5042, + 2.5913, + 4.5042, + 2.7236, + 4.0875, + 2.7236 ] }, { "text": "2020", "boundingBox": [ - 4.5514, - 2.5417, - 4.8889, - 2.5417, - 4.8889, - 2.7444, - 4.5514, - 2.7444 + 4.5583, + 2.5913, + 4.8833, + 2.5913, + 4.8833, + 2.7017, + 4.5583, + 2.7017 ] }, { "text": "at", "boundingBox": [ - 4.9278, - 2.5417, - 5.0625, - 2.5417, - 5.0625, - 2.7444, - 4.9278, - 2.7444 + 4.9347, + 2.6014, + 5.0569, + 2.6014, + 5.0569, + 2.7014, + 4.9347, + 2.7014 ] }, { "text": "the", "boundingBox": [ - 5.1, - 2.5417, - 5.3278, - 2.5417, - 5.3278, - 2.7444, - 5.1, - 2.7444 + 5.1028, + 2.5851, + 5.3208, + 2.5851, + 5.3208, + 2.7014, + 5.1028, + 2.7014 ] }, { "text": "Elm", "boundingBox": [ - 5.3653, - 2.5417, - 5.6167, - 2.5417, - 5.6167, - 2.7444, - 5.3653, - 2.7444 + 5.3792, + 2.5851, + 5.6056, + 2.5851, + 5.6056, + 2.7003, + 5.3792, + 2.7003 ] }, { "text": "Conference", "boundingBox": [ - 5.6542, - 2.5417, - 6.4347, - 2.5417, - 6.4347, - 2.7444, - 5.6542, - 2.7444 + 5.6625, + 2.5847, + 6.4264, + 2.5847, + 6.4264, + 2.7014, + 5.6625, + 2.7014 ] }, { "text": "Center", "boundingBox": [ - 6.4722, - 2.5417, - 6.9264, - 2.5417, - 6.9264, - 2.7444, - 6.4722, - 2.7444 + 6.4792, + 2.592, + 6.9236, + 2.592, + 6.9236, + 2.7014, + 6.4792, + 2.7014 ] }, { "text": "in", "boundingBox": [ - 6.9653, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 6.9653, - 2.7444 + 6.9764, + 2.5906, + 7.0778, + 2.5906, + 7.0778, + 2.7003, + 6.9764, + 2.7003 ] } ] @@ -980,222 +1525,222 @@ { "text": "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "boundingBox": [ - 1.0, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 1.0, - 2.9625 + 1.0139, + 2.8083, + 7.3458, + 2.8083, + 7.3458, + 2.9286, + 1.0139, + 2.9286 ], "words": [ { "text": "Maple", "boundingBox": [ - 1.0, - 2.7597, - 1.4319, - 2.7597, - 1.4319, - 2.9625, - 1.0, - 2.9625 + 1.0139, + 2.8035, + 1.4236, + 2.8035, + 1.4236, + 2.9479, + 1.0139, + 2.9479 ] }, { "text": "City,", "boundingBox": [ - 1.4681, - 2.7597, - 1.7694, - 2.7597, - 1.7694, - 2.9625, - 1.4681, - 2.9625 + 1.4764, + 2.809, + 1.7569, + 2.809, + 1.7569, + 2.9479, + 1.4764, + 2.9479 ] }, { "text": "Massachusetts.", "boundingBox": [ - 1.8056, - 2.7597, - 2.85, - 2.7597, - 2.85, - 2.9625, - 1.8056, - 2.9625 + 1.8194, + 2.8035, + 2.8375, + 2.8035, + 2.8375, + 2.9198, + 1.8194, + 2.9198 ] }, { "text": "The", "boundingBox": [ 2.8875, - 2.7597, - 3.1403, - 2.7597, - 3.1403, - 2.9625, + 2.8035, + 3.1333, + 2.8035, + 3.1333, + 2.9198, 2.8875, - 2.9625 + 2.9198 ] }, { "text": "conference", "boundingBox": [ - 3.1764, - 2.7597, - 3.9375, - 2.7597, - 3.9375, - 2.9625, - 3.1764, - 2.9625 + 3.1833, + 2.8028, + 3.9306, + 2.8028, + 3.9306, + 2.9198, + 3.1833, + 2.9198 ] }, { "text": "has", "boundingBox": [ - 3.975, - 2.7597, - 4.2083, - 2.7597, - 4.2083, - 2.9625, - 3.975, - 2.9625 + 3.9875, + 2.8035, + 4.2014, + 2.8035, + 4.2014, + 2.9198, + 3.9875, + 2.9198 ] }, { "text": "sold", "boundingBox": [ - 4.2458, - 2.7597, - 4.5222, - 2.7597, - 4.5222, - 2.9625, - 4.2458, - 2.9625 + 4.2528, + 2.8035, + 4.5111, + 2.8035, + 4.5111, + 2.9198, + 4.2528, + 2.9198 ] }, { "text": "out", "boundingBox": [ - 4.5625, - 2.7597, - 4.7917, - 2.7597, - 4.7917, - 2.9625, - 4.5625, - 2.9625 + 4.5708, + 2.8198, + 4.7875, + 2.8198, + 4.7875, + 2.9198, + 4.5708, + 2.9198 ] }, { "text": "of", "boundingBox": [ - 4.8306, - 2.7597, - 4.9681, - 2.7597, - 4.9681, - 2.9625, - 4.8306, - 2.9625 + 4.8375, + 2.8028, + 4.9708, + 2.8028, + 4.9708, + 2.9198, + 4.8375, + 2.9198 ] }, { "text": "its", "boundingBox": [ - 5.0056, - 2.7597, - 5.1667, - 2.7597, - 5.1667, - 2.9625, - 5.0056, - 2.9625 + 5.0167, + 2.809, + 5.1597, + 2.809, + 5.1597, + 2.9198, + 5.0167, + 2.9198 ] }, { "text": "1,500", "boundingBox": [ - 5.2028, - 2.7597, - 5.5819, - 2.7597, - 5.5819, - 2.9625, - 5.2028, - 2.9625 + 5.2167, + 2.8101, + 5.5764, + 2.8101, + 5.5764, + 2.9417, + 5.2167, + 2.9417 ] }, { "text": "tickets,", "boundingBox": [ - 5.6194, - 2.7597, - 6.1042, - 2.7597, - 6.1042, - 2.9625, - 5.6194, - 2.9625 + 5.6222, + 2.8035, + 6.0931, + 2.8035, + 6.0931, + 2.9417, + 5.6222, + 2.9417 ] }, { "text": "with", "boundingBox": [ - 6.1417, - 2.7597, - 6.4431, - 2.7597, - 6.4431, - 2.9625, - 6.1417, - 2.9625 + 6.1458, + 2.8035, + 6.4306, + 2.8035, + 6.4306, + 2.9194, + 6.1458, + 2.9194 ] }, { "text": "a", "boundingBox": [ - 6.4806, - 2.7597, - 6.5597, - 2.7597, - 6.5597, - 2.9625, - 6.4806, - 2.9625 + 6.4875, + 2.8382, + 6.5472, + 2.8382, + 6.5472, + 2.9198, + 6.4875, + 2.9198 ] }, { "text": "400", "boundingBox": [ - 6.5972, - 2.7597, - 6.85, - 2.7597, - 6.85, - 2.9625, - 6.5972, - 2.9625 + 6.6014, + 2.8101, + 6.8444, + 2.8101, + 6.8444, + 2.9198, + 6.6014, + 2.9198 ] }, { "text": "person", "boundingBox": [ - 6.8875, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 6.8875, - 2.9625 + 6.9, + 2.8382, + 7.3458, + 2.8382, + 7.3458, + 2.9479, + 6.9, + 2.9479 ] } ] @@ -1203,209 +1748,209 @@ { "text": "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form", "boundingBox": [ - 1.0, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 1.0, - 3.1833 + 1.0042, + 3.0259, + 7.2486, + 3.0259, + 7.2486, + 3.1513, + 1.0042, + 3.1513 ], "words": [ { "text": "waitlist.", "boundingBox": [ - 1.0, - 2.9806, - 1.5319, - 2.9806, - 1.5319, - 3.1833, - 1.0, - 3.1833 + 1.0042, + 3.0236, + 1.5194, + 3.0236, + 1.5194, + 3.1396, + 1.0042, + 3.1396 ] }, { "text": "Vendor", "boundingBox": [ - 1.5708, - 2.9806, - 2.0681, - 2.9806, - 2.0681, - 3.1833, - 1.5708, - 3.1833 + 1.5736, + 3.024, + 2.0653, + 3.024, + 2.0653, + 3.1396, + 1.5736, + 3.1396 ] }, { "text": "applications", "boundingBox": [ - 2.1056, - 2.9806, - 2.9208, - 2.9806, - 2.9208, - 3.1833, - 2.1056, - 3.1833 + 2.1139, + 3.0236, + 2.9139, + 3.0236, + 2.9139, + 3.1677, + 2.1139, + 3.1677 ] }, { "text": "are", "boundingBox": [ - 2.9597, - 2.9806, - 3.1806, - 2.9806, - 3.1806, - 3.1833, - 2.9597, - 3.1833 + 2.9681, + 3.0583, + 3.1722, + 3.0583, + 3.1722, + 3.1396, + 2.9681, + 3.1396 ] }, { "text": "being", "boundingBox": [ - 3.2181, - 2.9806, - 3.5931, - 2.9806, - 3.5931, - 3.1833, - 3.2181, - 3.1833 + 3.2306, + 3.0236, + 3.5889, + 3.0236, + 3.5889, + 3.1677, + 3.2306, + 3.1677 ] }, { "text": "accepted", "boundingBox": [ - 3.6319, - 2.9806, - 4.2458, - 2.9806, - 4.2458, - 3.1833, - 3.6319, - 3.1833 + 3.6389, + 3.024, + 4.2333, + 3.024, + 4.2333, + 3.1677, + 3.6389, + 3.1677 ] }, { "text": "through", "boundingBox": [ - 4.2833, - 2.9806, - 4.825, - 2.9806, - 4.825, - 3.1833, - 4.2833, - 3.1833 + 4.2861, + 3.0236, + 4.8125, + 3.0236, + 4.8125, + 3.1677, + 4.2861, + 3.1677 ] }, { "text": "Feb", "boundingBox": [ - 4.8694, - 2.9806, - 5.1194, - 2.9806, - 5.1194, - 3.1833, - 4.8694, - 3.1833 + 4.8819, + 3.0236, + 5.1125, + 3.0236, + 5.1125, + 3.1399, + 4.8819, + 3.1399 ] }, { "text": "28,", "boundingBox": [ - 5.1556, - 2.9806, - 5.3694, - 2.9806, - 5.3694, - 3.1833, - 5.1556, - 3.1833 + 5.1625, + 3.0299, + 5.3611, + 3.0299, + 5.3611, + 3.1622, + 5.1625, + 3.1622 ] }, { "text": "2020.", "boundingBox": [ - 5.4056, - 2.9806, - 5.7875, - 2.9806, - 5.7875, - 3.1833, - 5.4056, - 3.1833 + 5.4125, + 3.0299, + 5.7778, + 3.0299, + 5.7778, + 3.1399, + 5.4125, + 3.1399 ] }, { "text": "Please", "boundingBox": [ - 5.8264, - 2.9806, - 6.2611, - 2.9806, - 6.2611, - 3.1833, - 5.8264, - 3.1833 + 5.8403, + 3.0236, + 6.2542, + 3.0236, + 6.2542, + 3.1396, + 5.8403, + 3.1396 ] }, { "text": "fill", "boundingBox": [ - 6.2986, - 2.9806, - 6.4667, - 2.9806, - 6.4667, - 3.1833, - 6.2986, - 3.1833 + 6.3028, + 3.0229, + 6.4542, + 3.0229, + 6.4542, + 3.1385, + 6.3028, + 3.1385 ] }, { "text": "in", "boundingBox": [ - 6.5028, - 2.9806, - 6.6278, - 2.9806, - 6.6278, - 3.1833, - 6.5028, - 3.1833 + 6.5125, + 3.0288, + 6.6167, + 3.0288, + 6.6167, + 3.1385, + 6.5125, + 3.1385 ] }, { "text": "the", "boundingBox": [ - 6.6653, - 2.9806, - 6.8917, - 2.9806, - 6.8917, - 3.1833, - 6.6653, - 3.1833 + 6.6681, + 3.0236, + 6.8833, + 3.0236, + 6.8833, + 3.1396, + 6.6681, + 3.1396 ] }, { "text": "form", "boundingBox": [ - 6.9292, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 6.9292, - 3.1833 + 6.9319, + 3.0229, + 7.2486, + 3.0229, + 7.2486, + 3.1396, + 6.9319, + 3.1396 ] } ] @@ -1413,118 +1958,118 @@ { "text": "below, and attach a check made out to:", "boundingBox": [ - 1.0, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 1.0, - 3.4028 + 1.0125, + 3.2485, + 3.6597, + 3.2485, + 3.6597, + 3.3638, + 1.0125, + 3.3638 ], "words": [ { "text": "below,", "boundingBox": [ - 1.0, - 3.2, - 1.4569, - 3.2, - 1.4569, - 3.4028, - 1.0, - 3.4028 + 1.0125, + 3.2437, + 1.4458, + 3.2437, + 1.4458, + 3.3819, + 1.0125, + 3.3819 ] }, { "text": "and", "boundingBox": [ - 1.4944, - 3.2, - 1.75, - 3.2, - 1.75, - 3.4028, - 1.4944, - 3.4028 + 1.5028, + 3.2437, + 1.7375, + 3.2437, + 1.7375, + 3.3597, + 1.5028, + 3.3597 ] }, { "text": "attach", "boundingBox": [ - 1.7889, - 3.2, - 2.2167, - 3.2, - 2.2167, - 3.4028, - 1.7889, - 3.4028 + 1.7972, + 3.2437, + 2.2056, + 3.2437, + 2.2056, + 3.3597, + 1.7972, + 3.3597 ] }, { "text": "a", "boundingBox": [ - 2.2542, - 3.2, - 2.3347, - 3.2, - 2.3347, - 3.4028, - 2.2542, - 3.4028 + 2.2611, + 3.2785, + 2.3222, + 3.2785, + 2.3222, + 3.3597, + 2.2611, + 3.3597 ] }, { "text": "check", "boundingBox": [ - 2.3722, - 3.2, - 2.7556, - 3.2, - 2.7556, - 3.4028, - 2.3722, - 3.4028 + 2.3792, + 3.2437, + 2.7528, + 3.2437, + 2.7528, + 3.3597, + 2.3792, + 3.3597 ] }, { "text": "made", "boundingBox": [ - 2.7958, - 3.2, - 3.1778, - 3.2, - 3.1778, - 3.4028, - 2.7958, - 3.4028 + 2.8083, + 3.2437, + 3.1694, + 3.2437, + 3.1694, + 3.3597, + 2.8083, + 3.3597 ] }, { "text": "out", "boundingBox": [ - 3.2181, - 3.2, - 3.4472, - 3.2, - 3.4472, - 3.4028, - 3.2181, - 3.4028 + 3.225, + 3.2597, + 3.4417, + 3.2597, + 3.4417, + 3.3597, + 3.225, + 3.3597 ] }, { "text": "to:", "boundingBox": [ - 3.4847, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 3.4847, - 3.4028 + 3.4875, + 3.2597, + 3.6597, + 3.2597, + 3.6597, + 3.3597, + 3.4875, + 3.3597 ] } ] @@ -1532,40 +2077,40 @@ { "text": "Contoso Ltd.", "boundingBox": [ - 1.0, - 3.5306, - 1.8556, - 3.5306, - 1.8556, - 3.7333, - 1.0, - 3.7333 + 1.0069, + 3.5781, + 1.8431, + 3.5781, + 1.8431, + 3.6896, + 1.0069, + 3.6896 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1.0, - 3.5306, - 1.5625, - 3.5306, - 1.5625, - 3.7333, - 1.0, - 3.7333 + 1.0069, + 3.5802, + 1.5556, + 3.5802, + 1.5556, + 3.6896, + 1.0069, + 3.6896 ] }, { "text": "Ltd.", "boundingBox": [ - 1.5986, - 3.5306, - 1.8556, - 3.5306, - 1.8556, - 3.7333, - 1.5986, - 3.7333 + 1.6125, + 3.574, + 1.8431, + 3.574, + 1.8431, + 3.6896, + 1.6125, + 3.6896 ] } ] @@ -1573,53 +2118,53 @@ { "text": "2345 Dogwood Lane", "boundingBox": [ - 1.0, - 3.75, - 2.3847, - 3.75, - 2.3847, - 3.9528, - 1.0, - 3.9528 + 1.0097, + 3.7973, + 2.3764, + 3.7973, + 2.3764, + 3.923, + 1.0097, + 3.923 ], "words": [ { "text": "2345", "boundingBox": [ - 1.0, - 3.75, - 1.3389, - 3.75, - 1.3389, - 3.9528, - 1.0, - 3.9528 + 1.0097, + 3.8, + 1.3306, + 3.8, + 1.3306, + 3.9097, + 1.0097, + 3.9097 ] }, { "text": "Dogwood", "boundingBox": [ - 1.3764, - 3.75, - 2.0278, - 3.75, - 2.0278, - 3.9528, - 1.3764, - 3.9528 + 1.3903, + 3.7938, + 2.0153, + 3.7938, + 2.0153, + 3.9378, + 1.3903, + 3.9378 ] }, { "text": "Lane", "boundingBox": [ - 2.0653, - 3.75, - 2.3847, - 3.75, - 2.3847, - 3.9528, - 2.0653, - 3.9528 + 2.0792, + 3.801, + 2.3764, + 3.801, + 2.3764, + 3.9097, + 2.0792, + 3.9097 ] } ] @@ -1627,53 +2172,53 @@ { "text": "Birch, Kansas 98123", "boundingBox": [ - 1.0, - 3.9694, - 2.3472, - 3.9694, - 2.3472, - 4.1722, - 1.0, - 4.1722 + 1.0139, + 4.0181, + 2.3375, + 4.0181, + 2.3375, + 4.1379, + 1.0139, + 4.1379 ], "words": [ { "text": "Birch,", "boundingBox": [ - 1.0, - 3.9694, - 1.3861, - 3.9694, - 1.3861, - 4.1722, - 1.0, - 4.1722 + 1.0139, + 4.0135, + 1.375, + 4.0135, + 1.375, + 4.1517, + 1.0139, + 4.1517 ] }, { "text": "Kansas", "boundingBox": [ - 1.4236, - 3.9694, - 1.8889, - 3.9694, - 1.8889, - 4.1722, - 1.4236, - 4.1722 + 1.4375, + 4.0212, + 1.8819, + 4.0212, + 1.8819, + 4.1299, + 1.4375, + 4.1299 ] }, { "text": "98123", "boundingBox": [ - 1.925, - 3.9694, - 2.3472, - 3.9694, - 2.3472, - 4.1722, - 1.925, - 4.1722 + 1.9319, + 4.0201, + 2.3375, + 4.0201, + 2.3375, + 4.1299, + 1.9319, + 4.1299 ] } ] @@ -1681,27 +2226,27 @@ { "text": "Rates:", "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 + 1.0208, + 4.4247, + 1.5306, + 4.4247, + 1.5306, + 4.5681, + 1.0208, + 4.5681 ], "words": [ { "text": "Rates:", "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 + 1.0208, + 4.4247, + 1.5306, + 4.4247, + 1.5306, + 4.5681, + 1.0208, + 4.5681 ] } ] @@ -1709,27 +2254,27 @@ { "text": "Package", "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ], "words": [ { "text": "Package", "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ] } ] @@ -1737,27 +2282,27 @@ { "text": "Included", "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ], "words": [ { "text": "Included", "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ] } ] @@ -1765,27 +2310,27 @@ { "text": "Price", "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ], "words": [ { "text": "Price", "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ] } ] @@ -1793,40 +2338,40 @@ { "text": "Gold Sponsor", "boundingBox": [ - 1.0778, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9125, + 1.9833, + 4.9125, + 1.9833, + 5.042, + 1.0861, + 5.042 ], "words": [ { "text": "Gold", "boundingBox": [ - 1.0778, - 4.8653, - 1.3958, - 4.8653, - 1.3958, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9087, + 1.3847, + 4.9087, + 1.3847, + 5.0247, + 1.0861, + 5.0247 ] }, { "text": "Sponsor", "boundingBox": [ - 1.4361, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.4361, - 5.0681 + 1.4417, + 4.9149, + 1.9833, + 4.9149, + 1.9833, + 5.0528, + 1.4417, + 5.0528 ] } ] @@ -1834,40 +2379,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 4.8736, - 3.8847, - 4.8736, - 3.8847, - 5.0764, - 3.2, - 5.0764 + 3.2139, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.2139, + 5.033 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 4.8736, - 3.4417, - 4.8736, - 3.4417, - 5.0764, - 3.2, - 5.0764 + 3.2139, + 4.917, + 3.4292, + 4.917, + 3.4292, + 5.033, + 3.2139, + 5.033 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 4.8736, - 3.8847, - 4.8736, - 3.8847, - 5.0764, - 3.4792, - 5.0764 + 3.4917, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.4917, + 5.033 ] } ] @@ -1875,27 +2420,27 @@ { "text": "$1,500", "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ], "words": [ { "text": "$1,500", "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ] } ] @@ -1903,53 +2448,53 @@ { "text": "Pre-keynote thank you", "boundingBox": [ - 3.2, - 5.0861, - 4.7389, - 5.0861, - 4.7389, - 5.2889, - 3.2, - 5.2889 + 3.2139, + 5.1352, + 4.7264, + 5.1352, + 4.7264, + 5.2663, + 3.2139, + 5.2663 ], "words": [ { "text": "Pre-keynote", "boundingBox": [ - 3.2, - 5.0861, - 4.0264, - 5.0861, - 4.0264, - 5.2889, - 3.2, - 5.2889 + 3.2139, + 5.1302, + 4.0181, + 5.1302, + 4.0181, + 5.2743, + 3.2139, + 5.2743 ] }, { "text": "thank", "boundingBox": [ - 4.0639, - 5.0861, - 4.45, - 5.0861, - 4.45, - 5.2889, - 4.0639, - 5.2889 + 4.0667, + 5.1302, + 4.4472, + 5.1302, + 4.4472, + 5.2462, + 4.0667, + 5.2462 ] }, { "text": "you", "boundingBox": [ - 4.4875, - 5.0861, - 4.7389, - 5.0861, - 4.7389, - 5.2889, - 4.4875, - 5.2889 + 4.4903, + 5.1649, + 4.7264, + 5.1649, + 4.7264, + 5.2743, + 4.4903, + 5.2743 ] } ] @@ -1957,53 +2502,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 5.2986, - 4.2125, - 5.2986, - 4.2125, - 5.5014, - 3.2, - 5.5014 + 3.2139, + 5.359, + 4.2097, + 5.359, + 4.2097, + 5.4801, + 3.2139, + 5.4801 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 5.2986, - 3.5236, - 5.2986, - 3.5236, - 5.5014, - 3.2, - 5.5014 + 3.2139, + 5.3497, + 3.5167, + 5.3497, + 3.5167, + 5.4861, + 3.2139, + 5.4861 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 5.2986, - 3.7361, - 5.2986, - 3.7361, - 5.5014, - 3.5611, - 5.5014 + 3.5681, + 5.3767, + 3.7236, + 5.3767, + 3.7236, + 5.458, + 3.5681, + 5.458 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 5.2986, - 4.2125, - 5.2986, - 4.2125, - 5.5014, - 3.7764, - 5.5014 + 3.7889, + 5.358, + 4.2097, + 5.358, + 4.2097, + 5.4861, + 3.7889, + 5.4861 ] } ] @@ -2011,92 +2556,92 @@ { "text": "Full page ad in program guide", "boundingBox": [ - 3.2, - 5.5111, - 5.2083, - 5.5111, - 5.2083, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 5.5714, + 5.2014, + 5.5714, + 5.2014, + 5.6885, + 3.2139, + 5.6885 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 5.5111, - 3.4417, - 5.5111, - 3.4417, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 5.5552, + 3.4292, + 5.5552, + 3.4292, + 5.6712, + 3.2139, + 5.6712 ] }, { "text": "page", "boundingBox": [ - 3.4792, - 5.5111, - 3.8069, - 5.5111, - 3.8069, - 5.7139, - 3.4792, - 5.7139 + 3.4917, + 5.5899, + 3.7986, + 5.5899, + 3.7986, + 5.6993, + 3.4917, + 5.6993 ] }, { "text": "ad", "boundingBox": [ - 3.8444, - 5.5111, - 4.0111, - 5.5111, - 4.0111, - 5.7139, - 3.8444, - 5.7139 + 3.8514, + 5.5556, + 3.9986, + 5.5556, + 3.9986, + 5.6712, + 3.8514, + 5.6712 ] }, { "text": "in", "boundingBox": [ - 4.0486, - 5.5111, - 4.175, - 5.5111, - 4.175, - 5.7139, - 4.0486, - 5.7139 + 4.0597, + 5.5604, + 4.1625, + 5.5604, + 4.1625, + 5.6701, + 4.0597, + 5.6701 ] }, { "text": "program", "boundingBox": [ - 4.2125, - 5.5111, - 4.7958, - 5.5111, - 4.7958, - 5.7139, - 4.2125, - 5.7139 + 4.225, + 5.5899, + 4.7833, + 5.5899, + 4.7833, + 5.6993, + 4.225, + 5.6993 ] }, { "text": "guide", "boundingBox": [ - 4.8319, - 5.5111, - 5.2083, - 5.5111, - 5.2083, - 5.7139, - 4.8319, - 5.7139 + 4.8361, + 5.5556, + 5.2014, + 5.5556, + 5.2014, + 5.6993, + 4.8361, + 5.6993 ] } ] @@ -2104,40 +2649,40 @@ { "text": "Silver Sponsor", "boundingBox": [ - 1.0778, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.982, + 2.0333, + 5.982, + 2.0333, + 6.1098, + 1.0833, + 6.1098 ], "words": [ { "text": "Silver", "boundingBox": [ - 1.0778, - 5.9347, - 1.4472, - 5.9347, - 1.4472, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.9785, + 1.4444, + 5.9785, + 1.4444, + 6.0948, + 1.0833, + 6.0948 ] }, { "text": "Sponsor", "boundingBox": [ - 1.4847, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.4847, - 6.1375 + 1.4903, + 5.9851, + 2.0333, + 5.9851, + 2.0333, + 6.1229, + 1.4903, + 6.1229 ] } ] @@ -2145,40 +2690,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 5.9431, - 3.8847, - 5.9431, - 3.8847, - 6.1458, - 3.2, - 6.1458 + 3.2139, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.2139, + 6.1031 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 5.9431, - 3.4417, - 5.9431, - 3.4417, - 6.1458, - 3.2, - 6.1458 + 3.2139, + 5.9868, + 3.4292, + 5.9868, + 3.4292, + 6.1031, + 3.2139, + 6.1031 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 5.9431, - 3.8847, - 5.9431, - 3.8847, - 6.1458, - 3.4792, - 6.1458 + 3.4917, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.4917, + 6.1031 ] } ] @@ -2186,27 +2731,27 @@ { "text": "$1,200", "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ], "words": [ { "text": "$1,200", "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ] } ] @@ -2214,53 +2759,53 @@ { "text": "Post-keynote thank you", "boundingBox": [ - 3.2, - 6.1556, - 4.8056, - 6.1556, - 4.8056, - 6.3583, - 3.2, - 6.3583 + 3.2139, + 6.2033, + 4.7931, + 6.2033, + 4.7931, + 6.335, + 3.2139, + 6.335 ], "words": [ { "text": "Post-keynote", "boundingBox": [ - 3.2, - 6.1556, - 4.0958, - 6.1556, - 4.0958, - 6.3583, - 3.2, - 6.3583 + 3.2139, + 6.1986, + 4.0875, + 6.1986, + 4.0875, + 6.3427, + 3.2139, + 6.3427 ] }, { "text": "thank", "boundingBox": [ - 4.1319, - 6.1556, - 4.5194, - 6.1556, - 4.5194, - 6.3583, - 4.1319, - 6.3583 + 4.1347, + 6.1986, + 4.5153, + 6.1986, + 4.5153, + 6.3146, + 4.1347, + 6.3146 ] }, { "text": "you", "boundingBox": [ - 4.5556, - 6.1556, - 4.8056, - 6.1556, - 4.8056, - 6.3583, - 4.5556, - 6.3583 + 4.5583, + 6.2333, + 4.7931, + 6.2333, + 4.7931, + 6.3427, + 4.5583, + 6.3427 ] } ] @@ -2268,53 +2813,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 6.3667, - 4.2125, - 6.3667, - 4.2125, - 6.5694, - 3.2, - 6.5694 + 3.2139, + 6.4274, + 4.2097, + 6.4274, + 4.2097, + 6.5485, + 3.2139, + 6.5485 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 6.3667, - 3.5236, - 6.3667, - 3.5236, - 6.5694, - 3.2, - 6.5694 + 3.2139, + 6.4181, + 3.5167, + 6.4181, + 3.5167, + 6.5545, + 3.2139, + 6.5545 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 6.3667, - 3.7361, - 6.3667, - 3.7361, - 6.5694, - 3.5611, - 6.5694 + 3.5681, + 6.4451, + 3.7236, + 6.4451, + 3.7236, + 6.5264, + 3.5681, + 6.5264 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 6.3667, - 4.2125, - 6.3667, - 4.2125, - 6.5694, - 3.7764, - 6.5694 + 3.7889, + 6.4264, + 4.2097, + 6.4264, + 4.2097, + 6.5545, + 3.7889, + 6.5545 ] } ] @@ -2322,92 +2867,92 @@ { "text": "Half page ad in program guide", "boundingBox": [ - 3.2, - 6.5806, - 5.2389, - 6.5806, - 5.2389, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 6.6397, + 5.2306, + 6.6397, + 5.2306, + 6.7569, + 3.2139, + 6.7569 ], "words": [ { "text": "Half", "boundingBox": [ - 3.2, - 6.5806, - 3.4722, - 6.5806, - 3.4722, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 6.6229, + 3.4736, + 6.6229, + 3.4736, + 6.7396, + 3.2139, + 6.7396 ] }, { "text": "page", "boundingBox": [ - 3.5097, - 6.5806, - 3.8403, - 6.5806, - 3.8403, - 6.7833, - 3.5097, - 6.7833 + 3.5222, + 6.6583, + 3.8319, + 6.6583, + 3.8319, + 6.7677, + 3.5222, + 6.7677 ] }, { "text": "ad", "boundingBox": [ - 3.8764, - 6.5806, - 4.0444, - 6.5806, - 4.0444, - 6.7833, - 3.8764, - 6.7833 + 3.8847, + 6.624, + 4.0319, + 6.624, + 4.0319, + 6.7396, + 3.8847, + 6.7396 ] }, { "text": "in", "boundingBox": [ - 4.0819, - 6.5806, - 4.2069, - 6.5806, - 4.2069, - 6.7833, - 4.0819, - 6.7833 + 4.0917, + 6.6288, + 4.1958, + 6.6288, + 4.1958, + 6.7385, + 4.0917, + 6.7385 ] }, { "text": "program", "boundingBox": [ - 4.2444, - 6.5806, - 4.8264, - 6.5806, - 4.8264, - 6.7833, - 4.2444, - 6.7833 + 4.2556, + 6.6583, + 4.8153, + 6.6583, + 4.8153, + 6.7677, + 4.2556, + 6.7677 ] }, { "text": "guide", "boundingBox": [ - 4.8653, - 6.5806, - 5.2389, - 6.5806, - 5.2389, - 6.7833, - 4.8653, - 6.7833 + 4.8694, + 6.624, + 5.2306, + 6.624, + 5.2306, + 6.7677, + 4.8694, + 6.7677 ] } ] @@ -2415,40 +2960,40 @@ { "text": "Bronze Sponsor", "boundingBox": [ - 1.0778, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8407, + 2.1361, + 6.8407, + 2.1361, + 6.9647, + 1.0931, + 6.9647 ], "words": [ { "text": "Bronze", "boundingBox": [ - 1.0778, - 6.7903, - 1.5528, - 6.7903, - 1.5528, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8417, + 1.5444, + 6.8417, + 1.5444, + 6.9497, + 1.0931, + 6.9497 ] }, { "text": "Sponsor", "boundingBox": [ - 1.5889, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.5889, - 6.9931 + 1.5944, + 6.8399, + 2.1361, + 6.8399, + 2.1361, + 6.9778, + 1.5944, + 6.9778 ] } ] @@ -2456,40 +3001,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 6.7986, - 3.8847, - 6.7986, - 3.8847, - 7.0014, - 3.2, - 7.0014 + 3.2139, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.2139, + 6.958 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 6.7986, - 3.4417, - 6.7986, - 3.4417, - 7.0014, - 3.2, - 7.0014 + 3.2139, + 6.842, + 3.4292, + 6.842, + 3.4292, + 6.958, + 3.2139, + 6.958 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 6.7986, - 3.8847, - 6.7986, - 3.8847, - 7.0014, - 3.4792, - 7.0014 + 3.4917, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.4917, + 6.958 ] } ] @@ -2497,27 +3042,27 @@ { "text": "$1,000", "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ], "words": [ { "text": "$1,000", "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ] } ] @@ -2525,53 +3070,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 7.0111, - 4.2125, - 7.0111, - 4.2125, - 7.2139, - 3.2, - 7.2139 + 3.2139, + 7.0724, + 4.2097, + 7.0724, + 4.2097, + 7.1933, + 3.2139, + 7.1933 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 7.0111, - 3.5236, - 7.0111, - 3.5236, - 7.2139, - 3.2, - 7.2139 + 3.2139, + 7.0628, + 3.5167, + 7.0628, + 3.5167, + 7.1993, + 3.2139, + 7.1993 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 7.0111, - 3.7361, - 7.0111, - 3.7361, - 7.2139, - 3.5611, - 7.2139 + 3.5681, + 7.0899, + 3.7236, + 7.0899, + 3.7236, + 7.1712, + 3.5681, + 7.1712 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 7.0111, - 4.2125, - 7.0111, - 4.2125, - 7.2139, - 3.7764, - 7.2139 + 3.7889, + 7.0715, + 4.2097, + 7.0715, + 4.2097, + 7.1993, + 3.7889, + 7.1993 ] } ] @@ -2579,79 +3124,79 @@ { "text": "50% discount on program guide", "boundingBox": [ - 3.2, - 7.2236, - 5.35, - 7.2236, - 5.35, - 7.4264, - 3.2, - 7.4264 + 3.2083, + 7.281, + 5.3417, + 7.281, + 5.3417, + 7.3958, + 3.2083, + 7.3958 ], "words": [ { "text": "50%", "boundingBox": [ - 3.2, - 7.2236, - 3.4875, - 7.2236, - 3.4875, - 7.4264, - 3.2, - 7.4264 + 3.2083, + 7.2715, + 3.4819, + 7.2715, + 3.4819, + 7.3844, + 3.2083, + 7.3844 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 7.2236, - 4.1069, - 7.2236, - 4.1069, - 7.4264, - 3.525, - 7.4264 + 3.5333, + 7.2674, + 4.1014, + 7.2674, + 4.1014, + 7.383, + 3.5333, + 7.383 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 7.2236, - 4.3194, - 7.2236, - 4.3194, - 7.4264, - 4.1444, - 7.4264 + 4.1514, + 7.3017, + 4.3069, + 7.3017, + 4.3069, + 7.383, + 4.1514, + 7.383 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 7.2236, - 4.9375, - 7.2236, - 4.9375, - 7.4264, - 4.3556, - 7.4264 + 4.3681, + 7.3017, + 4.925, + 7.3017, + 4.925, + 7.4111, + 4.3681, + 7.4111 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 7.2236, - 5.35, - 7.2236, - 5.35, - 7.4264, - 4.9764, - 7.4264 + 4.9806, + 7.2674, + 5.3417, + 7.2674, + 5.3417, + 7.4111, + 4.9806, + 7.4111 ] } ] @@ -2659,27 +3204,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 7.4264, - 4.25, - 7.4264, - 4.25, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 7.4705, + 4.2431, + 7.4705, + 4.2431, + 7.5865, + 3.2069, + 7.5865 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 7.4264, - 4.25, - 7.4264, - 4.25, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 7.4705, + 4.2431, + 7.4705, + 4.2431, + 7.5865, + 3.2069, + 7.5865 ] } ] @@ -2687,40 +3232,40 @@ { "text": "Full Booth", "boundingBox": [ - 1.0778, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.0931, + 7.7979 ], "words": [ { "text": "Full", "boundingBox": [ - 1.0778, - 7.6389, - 1.3208, - 7.6389, - 1.3208, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.3083, + 7.6819, + 1.3083, + 7.7979, + 1.0931, + 7.7979 ] }, { "text": "Booth", "boundingBox": [ - 1.3583, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.3583, - 7.8417 + 1.3722, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.3722, + 7.7979 ] } ] @@ -2728,40 +3273,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 7.6472, - 3.8847, - 7.6472, - 3.8847, - 7.85, - 3.2, - 7.85 + 3.2139, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8063, + 3.2139, + 7.8063 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 7.6472, - 3.4417, - 7.6472, - 3.4417, - 7.85, - 3.2, - 7.85 + 3.2139, + 7.6903, + 3.4292, + 7.6903, + 3.4292, + 7.8062, + 3.2139, + 7.8062 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 7.6472, - 3.8847, - 7.6472, - 3.8847, - 7.85, - 3.4792, - 7.85 + 3.4917, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8062, + 3.4917, + 7.8062 ] } ] @@ -2769,27 +3314,27 @@ { "text": "$600", "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ], "words": [ { "text": "$600", "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ] } ] @@ -2797,79 +3342,79 @@ { "text": "50% discount on program guide", "boundingBox": [ - 3.2, - 7.8583, - 5.35, - 7.8583, - 5.35, - 8.0611, - 3.2, - 8.0611 + 3.2083, + 7.9159, + 5.3417, + 7.9159, + 5.3417, + 8.0309, + 3.2083, + 8.0309 ], "words": [ { "text": "50%", "boundingBox": [ - 3.2, - 7.8583, - 3.4875, - 7.8583, - 3.4875, - 8.0611, - 3.2, - 8.0611 + 3.2083, + 7.9066, + 3.4819, + 7.9066, + 3.4819, + 8.0194, + 3.2083, + 8.0194 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 7.8583, - 4.1069, - 7.8583, - 4.1069, - 8.0611, - 3.525, - 8.0611 + 3.5333, + 7.9021, + 4.1014, + 7.9021, + 4.1014, + 8.0181, + 3.5333, + 8.0181 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 7.8583, - 4.3194, - 7.8583, - 4.3194, - 8.0611, - 4.1444, - 8.0611 + 4.1514, + 7.9368, + 4.3069, + 7.9368, + 4.3069, + 8.0181, + 4.1514, + 8.0181 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 7.8583, - 4.9375, - 7.8583, - 4.9375, - 8.0611, - 4.3556, - 8.0611 + 4.3681, + 7.9368, + 4.925, + 7.9368, + 4.925, + 8.0462, + 4.3681, + 8.0462 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 7.8583, - 5.35, - 7.8583, - 5.35, - 8.0611, - 4.9764, - 8.0611 + 4.9806, + 7.9021, + 5.3417, + 7.9021, + 5.3417, + 8.0462, + 4.9806, + 8.0462 ] } ] @@ -2877,27 +3422,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.0611, - 4.25, - 8.0611, - 4.25, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 8.1056, + 4.2431, + 8.1056, + 4.2431, + 8.2212, + 3.2069, + 8.2212 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.0611, - 4.25, - 8.0611, - 4.25, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 8.1056, + 4.2431, + 8.1056, + 4.2431, + 8.2212, + 3.2069, + 8.2212 ] } ] @@ -2905,40 +3450,40 @@ { "text": "Half Booth", "boundingBox": [ - 1.0778, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3167, + 1.7861, + 8.3167, + 1.7861, + 8.433, + 1.0931, + 8.433 ], "words": [ { "text": "Half", "boundingBox": [ - 1.0778, - 8.2736, - 1.35, - 8.2736, - 1.35, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3163, + 1.3514, + 8.3163, + 1.3514, + 8.433, + 1.0931, + 8.433 ] }, { "text": "Booth", "boundingBox": [ - 1.3889, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.3889, - 8.4764 + 1.4028, + 8.317, + 1.7861, + 8.317, + 1.7861, + 8.433, + 1.4028, + 8.433 ] } ] @@ -2946,40 +3491,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 8.2819, - 3.8847, - 8.2819, - 3.8847, - 8.4847, - 3.2, - 8.4847 + 3.2139, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.2139, + 8.4413 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 8.2819, - 3.4417, - 8.2819, - 3.4417, - 8.4847, - 3.2, - 8.4847 + 3.2139, + 8.3253, + 3.4292, + 8.3253, + 3.4292, + 8.4413, + 3.2139, + 8.4413 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 8.2819, - 3.8847, - 8.2819, - 3.8847, - 8.4847, - 3.4792, - 8.4847 + 3.4917, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.4917, + 8.4413 ] } ] @@ -2987,27 +3532,27 @@ { "text": "$350", "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ], "words": [ { "text": "$350", "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ] } ] @@ -3015,79 +3560,79 @@ { "text": "25% discount on program guide", "boundingBox": [ - 3.2, - 8.4931, - 5.35, - 8.4931, - 5.35, - 8.6958, - 3.2, - 8.6958 + 3.2097, + 8.5508, + 5.3417, + 8.5508, + 5.3417, + 8.6659, + 3.2097, + 8.6659 ], "words": [ { "text": "25%", "boundingBox": [ - 3.2, - 8.4931, - 3.4875, - 8.4931, - 3.4875, - 8.6958, - 3.2, - 8.6958 + 3.2097, + 8.5417, + 3.4819, + 8.5417, + 3.4819, + 8.6545, + 3.2097, + 8.6545 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 8.4931, - 4.1069, - 8.4931, - 4.1069, - 8.6958, - 3.525, - 8.6958 + 3.5333, + 8.5372, + 4.1014, + 8.5372, + 4.1014, + 8.6531, + 3.5333, + 8.6531 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 8.4931, - 4.3194, - 8.4931, - 4.3194, - 8.6958, - 4.1444, - 8.6958 + 4.1514, + 8.5715, + 4.3069, + 8.5715, + 4.3069, + 8.6531, + 4.1514, + 8.6531 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 8.4931, - 4.9375, - 8.4931, - 4.9375, - 8.6958, - 4.3556, - 8.6958 + 4.3681, + 8.5715, + 4.925, + 8.5715, + 4.925, + 8.6812, + 4.3681, + 8.6812 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 8.4931, - 5.35, - 8.4931, - 5.35, - 8.6958, - 4.9764, - 8.6958 + 4.9806, + 8.5372, + 5.3417, + 8.5372, + 5.3417, + 8.6812, + 4.9806, + 8.6812 ] } ] @@ -3095,27 +3640,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.6972, - 4.25, - 8.6972, - 4.25, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.7406, + 4.2431, + 8.7406, + 4.2431, + 8.8563, + 3.2069, + 8.8563 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.6972, - 4.25, - 8.6972, - 4.25, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.7406, + 4.2431, + 8.7406, + 4.2431, + 8.8562, + 3.2069, + 8.8562 ] } ] @@ -3124,7 +3669,7 @@ }, { "page": 2, - "angle": 359.96, + "angle": 0, "width": 8.5, "height": 11.0, "unit": "inch", @@ -3132,40 +3677,40 @@ { "text": "Vendor #:", "boundingBox": [ - 6.1389, - 1.0621, - 7.1667, - 1.0621, - 7.1667, - 1.2766, - 6.1389, - 1.2766 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "words": [ { "text": "Vendor", "boundingBox": [ - 6.1389, - 1.066, - 6.8917, - 1.066, - 6.8917, - 1.2812, - 6.1389, - 1.2812 + 6.1278, + 1.0667, + 6.8653, + 1.0667, + 6.8653, + 1.2403, + 6.1278, + 1.2403 ] }, { "text": "#:", "boundingBox": [ - 6.9333, - 1.0486, - 7.1667, - 1.0486, - 7.1667, - 1.2604, - 6.9333, - 1.2604 + 6.9306, + 1.076, + 7.1514, + 1.076, + 7.1514, + 1.2392, + 6.9306, + 1.2392 ] } ] @@ -3173,27 +3718,27 @@ { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "words": [ { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ] } ] @@ -3201,40 +3746,40 @@ { "text": "Vendor Details:", "boundingBox": [ - 1.0111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3713, - 1.0111, - 2.3713 + 1.0042, + 2.1774, + 2.35, + 2.1774, + 2.35, + 2.3316, + 1.0042, + 2.3316 ], "words": [ { "text": "Vendor", "boundingBox": [ - 1.0111, - 2.1736, - 1.6736, - 2.1736, - 1.6736, - 2.375, - 1.0111, - 2.375 + 1.0042, + 2.1778, + 1.65, + 2.1778, + 1.65, + 2.3316, + 1.0042, + 2.3316 ] }, { "text": "Details:", "boundingBox": [ - 1.7111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3681, - 1.7111, - 2.3681 + 1.7236, + 2.1771, + 2.35, + 2.1771, + 2.35, + 2.3316, + 1.7236, + 2.3316 ] } ] @@ -3242,40 +3787,40 @@ { "text": "Company Name:", "boundingBox": [ - 1.0028, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9279, - 1.0028, - 2.9279 + 1.0069, + 2.7755, + 2.1375, + 2.7755, + 2.1375, + 2.9019, + 1.0069, + 2.9019 ], "words": [ { "text": "Company", "boundingBox": [ - 1.0028, - 2.7639, - 1.6639, - 2.7639, - 1.6639, - 2.9306, - 1.0028, - 2.9306 + 1.0069, + 2.775, + 1.6514, + 2.775, + 1.6514, + 2.9125, + 1.0069, + 2.9125 ] }, { "text": "Name:", "boundingBox": [ - 1.6944, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9236, - 1.6944, - 2.9236 + 1.7014, + 2.7764, + 2.1375, + 2.7764, + 2.1375, + 2.8851, + 1.7014, + 2.8851 ] } ] @@ -3284,39 +3829,39 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7582, - 3.3542, - 2.7582, - 3.3542, - 2.9269, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.9041, 2.1917, - 2.9269 + 2.9041 ], "words": [ { "text": "Southridge", "boundingBox": [ 2.1917, - 2.7604, - 2.9444, - 2.7604, - 2.9444, - 2.9236, + 2.7688, + 2.9181, + 2.7688, + 2.9181, + 2.9128, 2.1917, - 2.9236 + 2.9128 ] }, { "text": "Video", "boundingBox": [ - 2.975, - 2.7535, - 3.3542, - 2.7535, - 3.3542, - 2.934, - 2.975, - 2.934 + 2.9694, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.8847, + 2.9694, + 2.8847 ] } ] @@ -3325,26 +3870,26 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ], "words": [ { "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ] } ] @@ -3352,27 +3897,27 @@ { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ], "words": [ { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ] } ] @@ -3380,40 +3925,40 @@ { "text": "Preferred Package:", "boundingBox": [ - 1.0028, - 3.4232, - 2.3194, - 3.4232, - 2.3194, - 3.581, - 1.0028, - 3.581 + 1.0111, + 3.4298, + 2.2972, + 3.4298, + 2.2972, + 3.5589, + 1.0111, + 3.5589 ], "words": [ { "text": "Preferred", "boundingBox": [ - 1.0028, - 3.4201, - 1.6667, - 3.4201, - 1.6667, - 3.5764, - 1.0028, - 3.5764 + 1.0111, + 3.4295, + 1.65, + 3.4295, + 1.65, + 3.5465, + 1.0111, + 3.5465 ] }, { "text": "Package:", "boundingBox": [ - 1.6972, - 3.4271, - 2.3194, - 3.4271, - 2.3194, - 3.5868, - 1.6972, - 3.5868 + 1.7083, + 3.4302, + 2.2972, + 3.4302, + 2.2972, + 3.5743, + 1.7083, + 3.5743 ] } ] @@ -3421,27 +3966,27 @@ { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ], "words": [ { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ] } ] @@ -3449,40 +3994,40 @@ { "text": "Special Requests:", "boundingBox": [ - 1.0167, - 3.7623, - 2.2194, - 3.7623, - 2.2194, - 3.9148, - 1.0167, - 3.9148 + 1.0056, + 3.7645, + 2.1903, + 3.7645, + 2.1903, + 3.9042, + 1.0056, + 3.9042 ], "words": [ { "text": "Special", "boundingBox": [ - 1.0167, - 3.7604, - 1.4972, - 3.7604, - 1.4972, - 3.9167, - 1.0167, - 3.9167 + 1.0056, + 3.7601, + 1.475, + 3.7601, + 1.475, + 3.9042, + 1.0056, + 3.9042 ] }, { "text": "Requests:", "boundingBox": [ - 1.5278, - 3.7639, - 2.2194, - 3.7639, - 2.2194, - 3.9132, - 1.5278, - 3.9132 + 1.5347, + 3.7684, + 2.1903, + 3.7684, + 2.1903, + 3.9042, + 1.5347, + 3.9042 ] } ] @@ -3490,27 +4035,27 @@ { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ], "words": [ { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ] } ] @@ -3526,14 +4071,14 @@ "key": { "text": "Vendor #:", "boundingBox": [ - 6.1236, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "elements": [ "#/readResults/0/lines/0/words/0", @@ -3543,14 +4088,14 @@ "value": { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "elements": [ "#/readResults/0/lines/1/words/0" @@ -3567,14 +4112,14 @@ "value": { "text": "Contoso Ltd. 2345 Dogwood Lane Birch, Kansas 98123", "boundingBox": [ - 1.0, - 3.5306, - 2.3847, - 3.5306, - 2.3847, - 4.1722, - 1.0, - 4.1722 + 1.0069, + 3.5781, + 2.3764, + 3.5781, + 2.3764, + 4.1379, + 1.0069, + 4.1379 ], "elements": [ "#/readResults/0/lines/7/words/0", @@ -3600,14 +4145,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ], "confidence": 1.0, "rowSpan": 1, @@ -3623,14 +4168,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ], "confidence": 1.0, "rowSpan": 1, @@ -3646,14 +4191,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ], "confidence": 1.0, "rowSpan": 1, @@ -3669,14 +4214,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0778, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9125, + 1.9833, + 4.9125, + 1.9833, + 5.042, + 1.0861, + 5.042 ], "confidence": 1.0, "rowSpan": 1, @@ -3693,14 +4238,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2, - 4.8736, - 5.2083, - 4.8736, - 5.2083, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 4.917, + 5.2014, + 4.917, + 5.2014, + 5.6885, + 3.2139, + 5.6885 ], "confidence": 1.0, "rowSpan": 1, @@ -3729,14 +4274,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ], "confidence": 1.0, "rowSpan": 1, @@ -3752,14 +4297,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0778, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.982, + 2.0333, + 5.982, + 2.0333, + 6.1098, + 1.0833, + 6.1098 ], "confidence": 1.0, "rowSpan": 1, @@ -3776,14 +4321,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2, - 5.9431, - 5.2389, - 5.9431, - 5.2389, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 5.9868, + 5.2306, + 5.9868, + 5.2306, + 6.7569, + 3.2139, + 6.7569 ], "confidence": 1.0, "rowSpan": 1, @@ -3812,14 +4357,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ], "confidence": 1.0, "rowSpan": 1, @@ -3835,14 +4380,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0778, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8407, + 2.1361, + 6.8407, + 2.1361, + 6.9647, + 1.0931, + 6.9647 ], "confidence": 1.0, "rowSpan": 1, @@ -3859,14 +4404,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2, - 6.7986, - 5.35, - 6.7986, - 5.35, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 6.842, + 5.3417, + 6.842, + 5.3417, + 7.5865, + 3.2069, + 7.5865 ], "confidence": 1.0, "rowSpan": 1, @@ -3892,14 +4437,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ], "confidence": 1.0, "rowSpan": 1, @@ -3915,14 +4460,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0778, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.0931, + 7.7979 ], "confidence": 1.0, "rowSpan": 1, @@ -3939,14 +4484,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2, - 7.6472, - 5.35, - 7.6472, - 5.35, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 7.6903, + 5.3417, + 7.6903, + 5.3417, + 8.2212, + 3.2069, + 8.2212 ], "confidence": 1.0, "rowSpan": 1, @@ -3969,14 +4514,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ], "confidence": 1.0, "rowSpan": 1, @@ -3992,14 +4537,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0778, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3167, + 1.7861, + 8.3167, + 1.7861, + 8.433, + 1.0931, + 8.433 ], "confidence": 1.0, "rowSpan": 1, @@ -4016,14 +4561,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2, - 8.2819, - 5.35, - 8.2819, - 5.35, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.3253, + 5.3417, + 8.3253, + 5.3417, + 8.8563, + 3.2069, + 8.8563 ], "confidence": 1.0, "rowSpan": 1, @@ -4046,14 +4591,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ], "confidence": 1.0, "rowSpan": 1, @@ -4076,14 +4621,14 @@ "key": { "text": "Vendor #:", "boundingBox": [ - 6.1389, - 1.0621, - 7.1667, - 1.0621, - 7.1667, - 1.2766, - 6.1389, - 1.2766 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "elements": [ "#/readResults/1/lines/0/words/0", @@ -4093,14 +4638,14 @@ "value": { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "elements": [ "#/readResults/1/lines/1/words/0" @@ -4112,14 +4657,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 1.0028, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9279, - 1.0028, - 2.9279 + 1.0069, + 2.7755, + 2.1375, + 2.7755, + 2.1375, + 2.9019, + 1.0069, + 2.9019 ], "elements": [ "#/readResults/1/lines/3/words/0", @@ -4130,13 +4675,13 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7582, - 3.3542, - 2.7582, - 3.3542, - 2.9269, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.9041, 2.1917, - 2.9269 + 2.9041 ], "elements": [ "#/readResults/1/lines/4/words/0", @@ -4150,13 +4695,13 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ], "elements": [ "#/readResults/1/lines/5/words/0" @@ -4165,14 +4710,14 @@ "value": { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ], "elements": [ "#/readResults/1/lines/6/words/0" @@ -4184,14 +4729,14 @@ "key": { "text": "Preferred Package:", "boundingBox": [ - 1.0028, - 3.4232, - 2.3194, - 3.4232, - 2.3194, - 3.581, - 1.0028, - 3.581 + 1.0111, + 3.4298, + 2.2972, + 3.4298, + 2.2972, + 3.5589, + 1.0111, + 3.5589 ], "elements": [ "#/readResults/1/lines/7/words/0", @@ -4201,14 +4746,14 @@ "value": { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ], "elements": [ "#/readResults/1/lines/8/words/0" @@ -4220,14 +4765,14 @@ "key": { "text": "Special Requests:", "boundingBox": [ - 1.0167, - 3.7623, - 2.2194, - 3.7623, - 2.2194, - 3.9148, - 1.0167, - 3.9148 + 1.0056, + 3.7645, + 2.1903, + 3.7645, + 2.1903, + 3.9042, + 1.0056, + 3.9042 ], "elements": [ "#/readResults/1/lines/9/words/0", @@ -4237,14 +4782,14 @@ "value": { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ], "elements": [ "#/readResults/1/lines/10/words/0" @@ -4263,36 +4808,36 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/191b1c85-613e-4842-b1bc-b14cabe91ddf", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3041db20c275c9419a89d868d4f0f888-fca01748733c794e-00", + "traceparent": "00-cfc98be57563b24c96a2dc6418c5fc35-7a21d88ef3712347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "01408f0728ff4c4730e7669ffd7fc725", + "x-ms-client-request-id": "32fcc934d33ed09161ad617d51fca554", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "10227f2c-cc05-4f71-953a-fd7c31b3ae8e", + "apim-request-id": "874a4022-3ba2-42e8-95cc-dedd8d507e4f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:13 GMT", + "Date": "Wed, 09 Sep 2020 22:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "266893732" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "589125165" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json index d47673a3b69a0..0e7cd0b7b407c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-157c3952be3b874cac96030edce6f72f-003ef886a1304f46-00", + "traceparent": "00-63c698ce3520ea44bd3f276423a618f5-9f664e04ad60f341-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f042ea8b5be2f1ee629f1cb965ca09c2", + "x-ms-client-request-id": "bfea17b284de08fd72eb68cc646200ad", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,620 +22,1228 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8afd31d0-d476-4b17-8f36-67662a803e8f", + "apim-request-id": "925a3582-2d72-4bf2-9b2f-cbb64cb25b6a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:39 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "Date": "Wed, 09 Sep 2020 22:37:05 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "234" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6bc31f04a00fcadfdc363b021c85f871", + "x-ms-client-request-id": "ef318fc5ada391d744d87ebf0aa09516", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "002346f8-add6-4e7d-9396-1a87b3b2d3f1", + "apim-request-id": "0e948976-ebde-4dfe-b6a9-a8ad354ba614", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:39 GMT", + "Date": "Wed, 09 Sep 2020 22:37:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "64a517f30d479580a61f9adc697393e1", + "x-ms-client-request-id": "3379c705f276f2489be5d39edf2737d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e00b7d4-0c5e-40fd-bf3f-88006a6960ee", + "apim-request-id": "3853a88a-817d-46a8-b7b0-b767394982ec", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:40 GMT", + "Date": "Wed, 09 Sep 2020 22:37:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "002c08661271eb380b7813ab20ebd4dc", + "x-ms-client-request-id": "311a0d20258c040e40597a05063dfed2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1bffdb4-860b-4c52-be6b-677ad83c5fcf", + "apim-request-id": "7436bebb-3b56-4615-b455-db79f402775e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:41 GMT", + "Date": "Wed, 09 Sep 2020 22:37:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4dc5aba6a425f67b9f2dc5f005036169", + "x-ms-client-request-id": "9dc75156cde9d236463e54bed938b21d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a38e1198-e4ac-4ae5-b34e-d3aae3b6c742", + "apim-request-id": "3775ff3e-cd95-495b-9764-45bfbcf2eeb7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:42 GMT", + "Date": "Wed, 09 Sep 2020 22:37:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "139b59a3f758e1ffdfba59cef9d474ba", + "x-ms-client-request-id": "fd9fa9a16385df89b875f21d7743ec5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffcdcf62-d1ef-4116-8f77-27153699e09c", + "apim-request-id": "862c350a-4342-4de7-80c9-149bd316efea", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:43 GMT", + "Date": "Wed, 09 Sep 2020 22:37:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8e4801e79a5f53ecd648eb4ed1502a07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ebbcb363-b60b-4018-8ee5-958168cca384", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5d645da7019df24dc7e7e473da195a03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a22d8346-cda9-40bb-bddf-c5765b31e658", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d8d6f65124ef06bebc4c263d783b0e67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d3b8bc4c-50a8-4e4c-a279-f4333a9c8644", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1a75ea4a8fdee6c0b456c677b57878bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "148a329d-5869-44b5-9f95-adf24c02a0d9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dafce7ed517983189e5da051da0f798b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c30f983d-39ea-4cfb-906c-86fd41e9f4bd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ef287dd940a3c22436f024995d465144", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9045d4f3-1427-4257-bd55-67b2bb3b1b61", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "904f68d3333ff9edd2f27b80ef6e0ba4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cec6cb0f-dec5-405f-81b3-90de6123c827", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "389e3bdc884fac19c339a4892c7e2558", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "76cefa1d-4602-4ea8-9915-a1409bbde0b4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "717e5b0ce8c0a54b8f2f1db1c4a3d2c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ccec770b-688c-4c9b-9f71-b2868995ad23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "22bd80e519a84af54fa2cd058e64cc53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5b501981-5634-4bd1-b777-ca7479a34737", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "947423cc99f0f3e4eff9a81f6b68e81f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "aba52e59-b2c2-42f9-bcf6-0b5f71e476a1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "aca3dd6703c1f3af6633221d1b46162b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bd62994a-fb9b-4e6b-9af9-1bc3b7bc8f6d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bd35be4a45adc2bb8d3661434d47e507", + "x-ms-client-request-id": "a1e4c9633e2f4cd79cc932af70d5dee6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dca3ea4f-4af7-4c18-bcee-dd7eadd94395", + "apim-request-id": "d3310873-3594-4e3d-ba02-e0b937a50525", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:44 GMT", + "Date": "Wed, 09 Sep 2020 22:37:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "247" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c708aa17c050af83abe46e6b4bacfcca", + "x-ms-client-request-id": "b19eaeba20c1c99273812dbc76c6d8a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e3fe6514-2513-4695-8e06-2e7548b8a1e3", + "apim-request-id": "034a84cd-f48e-4719-a224-2a892e587772", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:45 GMT", + "Date": "Wed, 09 Sep 2020 22:37:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a2bc7de2468428ef05560ff8d0008391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dbdb4e96-de49-4d26-9d44-a8f472b8649a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6d623b5464a74269371a2dae101ad5d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "10d5a910-b1dd-4f62-9025-b4e28a208620", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "status": "ready", + "createdDateTime": "2020-09-09T22:37:05Z", + "lastUpdatedDateTime": "2020-09-09T22:37:27Z" + }, + "keys": { + "clusters": { + "0": [ + "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Included", + "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", + "Package", + "Price", + "Rates:", + "Vendor #:", + "Vendor Registration", + "below, and attach a check made out to:", + "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" + ], + "1": [ + "Company Name:", + "Contact:", + "Preferred Package:", + "Special Requests:", + "Vendor #:", + "Vendor Details:" + ] + } + }, + "trainResult": { + "trainingDocuments": [ + { + "documentName": "multi1.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi2.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi3.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi4.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + }, + { + "documentName": "multi5.pdf", + "pages": 2, + "errors": [], + "status": "succeeded" + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "711607", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-48bd54b627198f45b139b6dabb4cded4-05c3b02e64bf4f47-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f2cc89f03c187362be75ab6a1099f873", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "e82b5953-6b05-41cb-a295-c493deee14b4", + "Content-Length": "0", + "Date": "Wed, 09 Sep 2020 22:37:28 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeresults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "185" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3a679cfe6b647e0113796b69194118eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5390eaa0-7b3e-4ba5-87b5-513362caa53c", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:28Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "46073a8190341878d9eeae32b8ff329d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "129427a2-2141-4a79-a382-857cc2dd78ba", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:28Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "73b0ba219ab28571884ddf9ed1f85a7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "05b50986-b1e9-43f5-b44f-40a165dba792", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d6e9c05db1916d3f244f6175bccec513", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5bc92b21-fde8-4f07-b140-aad9e5a800c4", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "47a60ab9a3cd5dbb9dd9862296bb9497", + "x-ms-client-request-id": "5f47cd47a491e638c882bee6b1da47e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b55607c6-953a-4c8e-bc9f-f3a7ea9ecf43", + "apim-request-id": "e37cb25f-dab0-47d0-8f12-0759ae39b893", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:47 GMT", + "Date": "Wed, 09 Sep 2020 22:37:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { - "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", - "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4fb751d4adcb89693a8612c9d65076e0", + "x-ms-client-request-id": "f8d531945c16700b7b424f6339fcc8b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16250363-6b52-4b3a-9a89-4bad9617b198", + "apim-request-id": "f2c5c242-b234-42d8-959c-8c6ef63238ed", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:48 GMT", + "Date": "Wed, 09 Sep 2020 22:37:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { - "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", - "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "428a963a9ea1733aefaa29773a6118f0", + "x-ms-client-request-id": "0357cb88fab0b8eb87030d0ff358bc4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81279a08-9c40-42c9-b0cb-9e8066a4f397", + "apim-request-id": "e6c5c969-e174-4a19-b825-5189248bc171", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:49 GMT", + "Date": "Wed, 09 Sep 2020 22:37:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { - "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", - "status": "creating", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:39Z" - } + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f996d74fadf40bfea11c0c4791f1874d", + "x-ms-client-request-id": "8ae07f07ccf9eafdc1d7e44e54d5accc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "daf4d4ce-596c-4a77-b664-eb397f03d68e", + "apim-request-id": "a8b3e8fc-1e48-48b8-83f0-4161c90c2572", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:50 GMT", + "Date": "Wed, 09 Sep 2020 22:37:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { - "modelInfo": { - "modelId": "e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", - "status": "ready", - "createdDateTime": "2020-08-20T18:06:39Z", - "lastUpdatedDateTime": "2020-08-20T18:06:49Z" - }, - "keys": { - "clusters": { - "0": [ - "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", - "Included", - "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", - "Package", - "Price", - "Rates:", - "Vendor #:", - "Vendor Registration", - "below, and attach a check made out to:", - "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" - ], - "1": [ - "Company Name:", - "Contact:", - "Preferred Package:", - "Special Requests:", - "Vendor #:", - "Vendor Details:" - ] - } - }, - "trainResult": { - "trainingDocuments": [ - { - "documentName": "multi1.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi2.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi3.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi4.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - }, - { - "documentName": "multi5.pdf", - "pages": 2, - "errors": [], - "status": "succeeded" - } - ], - "errors": [] - } + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyze?includeTextDetails=true", - "RequestMethod": "POST", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "711607", - "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-25a1832b811c09488e88568d93ba949c-6d324cf345fd3d4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ffe8a562513036f517445f2183f24fd9", + "x-ms-client-request-id": "e55e04b943829930451c71134efb7c22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d23b9e3e-2e15-4960-8a03-6ace3cdcb06d", - "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:50 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeresults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "apim-request-id": "fb927695-6377-4f6b-930a-aa3d73b3de26", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "26" }, - "ResponseBody": [] + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null + } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeResults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fe79216d7db98cec987ea18591f3e2fe", + "x-ms-client-request-id": "b95b05853e1bbbbfcd6c42d8169d63b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a33d6bb9-89a6-40d5-8d48-b6e30efecefd", - "Content-Length": "109", + "apim-request-id": "7c0b9f5d-5bbd-4615-b109-d988cbd0e81a", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:50 GMT", + "Date": "Wed, 09 Sep 2020 22:37:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:06:50Z", - "lastUpdatedDateTime": "2020-08-20T18:06:50Z" + "status": "running", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeResults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9414dc231979fdbfe25fe2b04ddd87af", + "x-ms-client-request-id": "ee564156d7fac4c74f4744dd5bea9cc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09beaa8a-3655-457e-883b-a073c390664a", + "apim-request-id": "fefaa3fa-af92-4def-ad7f-346300a3035f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:51 GMT", + "Date": "Wed, 09 Sep 2020 22:37:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:50Z", - "lastUpdatedDateTime": "2020-08-20T18:06:50Z", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeResults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6fd933cc8877e593b95b67b1b06fa524", + "x-ms-client-request-id": "4fc8c15bf27a7ab045a21716015782a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a57837a0-8c2b-419f-a8db-993c807873cb", + "apim-request-id": "0be77ade-c5f3-4004-8412-bdda9bc498e7", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:52 GMT", + "Date": "Wed, 09 Sep 2020 22:37:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:50Z", - "lastUpdatedDateTime": "2020-08-20T18:06:50Z", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeResults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a7fe6162bbdd5360627b1c599a3c3fba", + "x-ms-client-request-id": "0dbcbfb88da4ae283e966ad3f9e25fe3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0aa240b-f327-47e8-b557-9992c0dc3e4e", + "apim-request-id": "43cc3079-e5cd-497f-8b15-33be195e8c2b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:53 GMT", + "Date": "Wed, 09 Sep 2020 22:37:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:06:50Z", - "lastUpdatedDateTime": "2020-08-20T18:06:50Z", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:29Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e/analyzeResults/cd6c63c1-c4de-457b-b39e-25c209a0da77", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5eb9f1f672199a86492fdb1db20d4d72", + "x-ms-client-request-id": "547d7cd014d4643790dca957bfb0c3f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "908b908d-078c-4dcb-907e-47dbf3a172a5", - "Content-Length": "29281", + "apim-request-id": "7df491b5-619f-4c86-949f-e825aaa7a47f", + "Content-Length": "29754", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:54 GMT", + "Date": "Wed, 09 Sep 2020 22:37:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:06:50Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z", + "createdDateTime": "2020-09-09T22:37:28Z", + "lastUpdatedDateTime": "2020-09-09T22:37:41Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -647,40 +1255,40 @@ { "text": "Vendor #:", "boundingBox": [ - 6.1236, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "words": [ { "text": "Vendor", "boundingBox": [ - 6.1236, - 1.0014, - 6.8694, - 1.0014, - 6.8694, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0667, + 6.8653, + 1.0667, + 6.8653, + 1.2403, + 6.1278, + 1.2403 ] }, { "text": "#:", "boundingBox": [ - 6.9264, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.9264, - 1.3056 + 6.9306, + 1.076, + 7.1514, + 1.076, + 7.1514, + 1.2392, + 6.9306, + 1.2392 ] } ] @@ -688,27 +1296,27 @@ { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "words": [ { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ] } ] @@ -716,40 +1324,40 @@ { "text": "Vendor Registration", "boundingBox": [ - 2.2181, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 2.2181, - 2.05 + 2.2264, + 1.5827, + 6.2375, + 1.5827, + 6.2375, + 1.9739, + 2.2264, + 1.9739 ], "words": [ { "text": "Vendor", "boundingBox": [ - 2.2181, - 1.4417, - 3.7111, - 1.4417, - 3.7111, - 2.05, - 2.2181, - 2.05 + 2.2264, + 1.5733, + 3.7028, + 1.5733, + 3.7028, + 1.9208, + 2.2264, + 1.9208 ] }, { "text": "Registration", "boundingBox": [ - 3.8236, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 3.8236, - 2.05 + 3.8667, + 1.5882, + 6.2375, + 1.5882, + 6.2375, + 2.0049, + 3.8667, + 2.0049 ] } ] @@ -757,222 +1365,222 @@ { "text": "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", "boundingBox": [ - 1.0, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 1.0, - 2.7444 + 1.0069, + 2.5894, + 7.0778, + 2.5894, + 7.0778, + 2.7043, + 1.0069, + 2.7043 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1.0, - 2.5417, - 1.5625, - 2.5417, - 1.5625, - 2.7444, - 1.0, - 2.7444 + 1.0069, + 2.592, + 1.5556, + 2.592, + 1.5556, + 2.7014, + 1.0069, + 2.7014 ] }, { "text": "Ltd.", "boundingBox": [ - 1.5986, - 2.5417, - 1.8556, - 2.5417, - 1.8556, - 2.7444, - 1.5986, - 2.7444 + 1.6125, + 2.5858, + 1.8431, + 2.5858, + 1.8431, + 2.7014, + 1.6125, + 2.7014 ] }, { "text": "Conference", "boundingBox": [ - 1.8917, - 2.5417, - 2.6708, - 2.5417, - 2.6708, - 2.7444, - 1.8917, - 2.7444 + 1.9, + 2.5847, + 2.6639, + 2.5847, + 2.6639, + 2.7014, + 1.9, + 2.7014 ] }, { "text": "will", "boundingBox": [ - 2.7083, - 2.5417, - 2.9431, - 2.5417, - 2.9431, - 2.7444, - 2.7083, - 2.7444 + 2.7125, + 2.5851, + 2.9306, + 2.5851, + 2.9306, + 2.7003, + 2.7125, + 2.7003 ] }, { "text": "be", "boundingBox": [ - 2.9792, - 2.5417, - 3.15, - 2.5417, - 3.15, - 2.7444, - 2.9792, - 2.7444 + 2.9917, + 2.5851, + 3.1417, + 2.5851, + 3.1417, + 2.7014, + 2.9917, + 2.7014 ] }, { "text": "held", "boundingBox": [ - 3.1861, - 2.5417, - 3.4833, - 2.5417, - 3.4833, - 2.7444, - 3.1861, - 2.7444 + 3.1986, + 2.5851, + 3.4708, + 2.5851, + 3.4708, + 2.7014, + 3.1986, + 2.7014 ] }, { "text": "on", "boundingBox": [ - 3.5222, - 2.5417, - 3.6972, - 2.5417, - 3.6972, - 2.7444, - 3.5222, - 2.7444 + 3.5306, + 2.6201, + 3.6847, + 2.6201, + 3.6847, + 2.7014, + 3.5306, + 2.7014 ] }, { "text": "May", "boundingBox": [ - 3.7389, - 2.5417, - 4.0444, - 2.5417, - 4.0444, - 2.7444, - 3.7389, - 2.7444 + 3.75, + 2.5934, + 4.0431, + 2.5934, + 4.0431, + 2.7292, + 3.75, + 2.7292 ] }, { "text": "28-29,", "boundingBox": [ - 4.0806, - 2.5417, - 4.5125, - 2.5417, - 4.5125, - 2.7444, - 4.0806, - 2.7444 + 4.0875, + 2.5913, + 4.5042, + 2.5913, + 4.5042, + 2.7236, + 4.0875, + 2.7236 ] }, { "text": "2020", "boundingBox": [ - 4.5514, - 2.5417, - 4.8889, - 2.5417, - 4.8889, - 2.7444, - 4.5514, - 2.7444 + 4.5583, + 2.5913, + 4.8833, + 2.5913, + 4.8833, + 2.7017, + 4.5583, + 2.7017 ] }, { "text": "at", "boundingBox": [ - 4.9278, - 2.5417, - 5.0625, - 2.5417, - 5.0625, - 2.7444, - 4.9278, - 2.7444 + 4.9347, + 2.6014, + 5.0569, + 2.6014, + 5.0569, + 2.7014, + 4.9347, + 2.7014 ] }, { "text": "the", "boundingBox": [ - 5.1, - 2.5417, - 5.3278, - 2.5417, - 5.3278, - 2.7444, - 5.1, - 2.7444 + 5.1028, + 2.5851, + 5.3208, + 2.5851, + 5.3208, + 2.7014, + 5.1028, + 2.7014 ] }, { "text": "Elm", "boundingBox": [ - 5.3653, - 2.5417, - 5.6167, - 2.5417, - 5.6167, - 2.7444, - 5.3653, - 2.7444 + 5.3792, + 2.5851, + 5.6056, + 2.5851, + 5.6056, + 2.7003, + 5.3792, + 2.7003 ] }, { "text": "Conference", "boundingBox": [ - 5.6542, - 2.5417, - 6.4347, - 2.5417, - 6.4347, - 2.7444, - 5.6542, - 2.7444 + 5.6625, + 2.5847, + 6.4264, + 2.5847, + 6.4264, + 2.7014, + 5.6625, + 2.7014 ] }, { "text": "Center", "boundingBox": [ - 6.4722, - 2.5417, - 6.9264, - 2.5417, - 6.9264, - 2.7444, - 6.4722, - 2.7444 + 6.4792, + 2.592, + 6.9236, + 2.592, + 6.9236, + 2.7014, + 6.4792, + 2.7014 ] }, { "text": "in", "boundingBox": [ - 6.9653, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 6.9653, - 2.7444 + 6.9764, + 2.5906, + 7.0778, + 2.5906, + 7.0778, + 2.7003, + 6.9764, + 2.7003 ] } ] @@ -980,222 +1588,222 @@ { "text": "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "boundingBox": [ - 1.0, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 1.0, - 2.9625 + 1.0139, + 2.8083, + 7.3458, + 2.8083, + 7.3458, + 2.9286, + 1.0139, + 2.9286 ], "words": [ { "text": "Maple", "boundingBox": [ - 1.0, - 2.7597, - 1.4319, - 2.7597, - 1.4319, - 2.9625, - 1.0, - 2.9625 + 1.0139, + 2.8035, + 1.4236, + 2.8035, + 1.4236, + 2.9479, + 1.0139, + 2.9479 ] }, { "text": "City,", "boundingBox": [ - 1.4681, - 2.7597, - 1.7694, - 2.7597, - 1.7694, - 2.9625, - 1.4681, - 2.9625 + 1.4764, + 2.809, + 1.7569, + 2.809, + 1.7569, + 2.9479, + 1.4764, + 2.9479 ] }, { "text": "Massachusetts.", "boundingBox": [ - 1.8056, - 2.7597, - 2.85, - 2.7597, - 2.85, - 2.9625, - 1.8056, - 2.9625 + 1.8194, + 2.8035, + 2.8375, + 2.8035, + 2.8375, + 2.9198, + 1.8194, + 2.9198 ] }, { "text": "The", "boundingBox": [ 2.8875, - 2.7597, - 3.1403, - 2.7597, - 3.1403, - 2.9625, + 2.8035, + 3.1333, + 2.8035, + 3.1333, + 2.9198, 2.8875, - 2.9625 + 2.9198 ] }, { "text": "conference", "boundingBox": [ - 3.1764, - 2.7597, - 3.9375, - 2.7597, - 3.9375, - 2.9625, - 3.1764, - 2.9625 + 3.1833, + 2.8028, + 3.9306, + 2.8028, + 3.9306, + 2.9198, + 3.1833, + 2.9198 ] }, { "text": "has", "boundingBox": [ - 3.975, - 2.7597, - 4.2083, - 2.7597, - 4.2083, - 2.9625, - 3.975, - 2.9625 + 3.9875, + 2.8035, + 4.2014, + 2.8035, + 4.2014, + 2.9198, + 3.9875, + 2.9198 ] }, { "text": "sold", "boundingBox": [ - 4.2458, - 2.7597, - 4.5222, - 2.7597, - 4.5222, - 2.9625, - 4.2458, - 2.9625 + 4.2528, + 2.8035, + 4.5111, + 2.8035, + 4.5111, + 2.9198, + 4.2528, + 2.9198 ] }, { "text": "out", "boundingBox": [ - 4.5625, - 2.7597, - 4.7917, - 2.7597, - 4.7917, - 2.9625, - 4.5625, - 2.9625 + 4.5708, + 2.8198, + 4.7875, + 2.8198, + 4.7875, + 2.9198, + 4.5708, + 2.9198 ] }, { "text": "of", "boundingBox": [ - 4.8306, - 2.7597, - 4.9681, - 2.7597, - 4.9681, - 2.9625, - 4.8306, - 2.9625 + 4.8375, + 2.8028, + 4.9708, + 2.8028, + 4.9708, + 2.9198, + 4.8375, + 2.9198 ] }, { "text": "its", "boundingBox": [ - 5.0056, - 2.7597, - 5.1667, - 2.7597, - 5.1667, - 2.9625, - 5.0056, - 2.9625 + 5.0167, + 2.809, + 5.1597, + 2.809, + 5.1597, + 2.9198, + 5.0167, + 2.9198 ] }, { "text": "1,500", "boundingBox": [ - 5.2028, - 2.7597, - 5.5819, - 2.7597, - 5.5819, - 2.9625, - 5.2028, - 2.9625 + 5.2167, + 2.8101, + 5.5764, + 2.8101, + 5.5764, + 2.9417, + 5.2167, + 2.9417 ] }, { "text": "tickets,", "boundingBox": [ - 5.6194, - 2.7597, - 6.1042, - 2.7597, - 6.1042, - 2.9625, - 5.6194, - 2.9625 + 5.6222, + 2.8035, + 6.0931, + 2.8035, + 6.0931, + 2.9417, + 5.6222, + 2.9417 ] }, { "text": "with", "boundingBox": [ - 6.1417, - 2.7597, - 6.4431, - 2.7597, - 6.4431, - 2.9625, - 6.1417, - 2.9625 + 6.1458, + 2.8035, + 6.4306, + 2.8035, + 6.4306, + 2.9194, + 6.1458, + 2.9194 ] }, { "text": "a", "boundingBox": [ - 6.4806, - 2.7597, - 6.5597, - 2.7597, - 6.5597, - 2.9625, - 6.4806, - 2.9625 + 6.4875, + 2.8382, + 6.5472, + 2.8382, + 6.5472, + 2.9198, + 6.4875, + 2.9198 ] }, { "text": "400", "boundingBox": [ - 6.5972, - 2.7597, - 6.85, - 2.7597, - 6.85, - 2.9625, - 6.5972, - 2.9625 + 6.6014, + 2.8101, + 6.8444, + 2.8101, + 6.8444, + 2.9198, + 6.6014, + 2.9198 ] }, { "text": "person", "boundingBox": [ - 6.8875, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 6.8875, - 2.9625 + 6.9, + 2.8382, + 7.3458, + 2.8382, + 7.3458, + 2.9479, + 6.9, + 2.9479 ] } ] @@ -1203,209 +1811,209 @@ { "text": "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form", "boundingBox": [ - 1.0, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 1.0, - 3.1833 + 1.0042, + 3.0259, + 7.2486, + 3.0259, + 7.2486, + 3.1513, + 1.0042, + 3.1513 ], "words": [ { "text": "waitlist.", "boundingBox": [ - 1.0, - 2.9806, - 1.5319, - 2.9806, - 1.5319, - 3.1833, - 1.0, - 3.1833 + 1.0042, + 3.0236, + 1.5194, + 3.0236, + 1.5194, + 3.1396, + 1.0042, + 3.1396 ] }, { "text": "Vendor", "boundingBox": [ - 1.5708, - 2.9806, - 2.0681, - 2.9806, - 2.0681, - 3.1833, - 1.5708, - 3.1833 + 1.5736, + 3.024, + 2.0653, + 3.024, + 2.0653, + 3.1396, + 1.5736, + 3.1396 ] }, { "text": "applications", "boundingBox": [ - 2.1056, - 2.9806, - 2.9208, - 2.9806, - 2.9208, - 3.1833, - 2.1056, - 3.1833 + 2.1139, + 3.0236, + 2.9139, + 3.0236, + 2.9139, + 3.1677, + 2.1139, + 3.1677 ] }, { "text": "are", "boundingBox": [ - 2.9597, - 2.9806, - 3.1806, - 2.9806, - 3.1806, - 3.1833, - 2.9597, - 3.1833 + 2.9681, + 3.0583, + 3.1722, + 3.0583, + 3.1722, + 3.1396, + 2.9681, + 3.1396 ] }, { "text": "being", "boundingBox": [ - 3.2181, - 2.9806, - 3.5931, - 2.9806, - 3.5931, - 3.1833, - 3.2181, - 3.1833 + 3.2306, + 3.0236, + 3.5889, + 3.0236, + 3.5889, + 3.1677, + 3.2306, + 3.1677 ] }, { "text": "accepted", "boundingBox": [ - 3.6319, - 2.9806, - 4.2458, - 2.9806, - 4.2458, - 3.1833, - 3.6319, - 3.1833 + 3.6389, + 3.024, + 4.2333, + 3.024, + 4.2333, + 3.1677, + 3.6389, + 3.1677 ] }, { "text": "through", "boundingBox": [ - 4.2833, - 2.9806, - 4.825, - 2.9806, - 4.825, - 3.1833, - 4.2833, - 3.1833 + 4.2861, + 3.0236, + 4.8125, + 3.0236, + 4.8125, + 3.1677, + 4.2861, + 3.1677 ] }, { "text": "Feb", "boundingBox": [ - 4.8694, - 2.9806, - 5.1194, - 2.9806, - 5.1194, - 3.1833, - 4.8694, - 3.1833 + 4.8819, + 3.0236, + 5.1125, + 3.0236, + 5.1125, + 3.1399, + 4.8819, + 3.1399 ] }, { "text": "28,", "boundingBox": [ - 5.1556, - 2.9806, - 5.3694, - 2.9806, - 5.3694, - 3.1833, - 5.1556, - 3.1833 + 5.1625, + 3.0299, + 5.3611, + 3.0299, + 5.3611, + 3.1622, + 5.1625, + 3.1622 ] }, { "text": "2020.", "boundingBox": [ - 5.4056, - 2.9806, - 5.7875, - 2.9806, - 5.7875, - 3.1833, - 5.4056, - 3.1833 + 5.4125, + 3.0299, + 5.7778, + 3.0299, + 5.7778, + 3.1399, + 5.4125, + 3.1399 ] }, { "text": "Please", "boundingBox": [ - 5.8264, - 2.9806, - 6.2611, - 2.9806, - 6.2611, - 3.1833, - 5.8264, - 3.1833 + 5.8403, + 3.0236, + 6.2542, + 3.0236, + 6.2542, + 3.1396, + 5.8403, + 3.1396 ] }, { "text": "fill", "boundingBox": [ - 6.2986, - 2.9806, - 6.4667, - 2.9806, - 6.4667, - 3.1833, - 6.2986, - 3.1833 + 6.3028, + 3.0229, + 6.4542, + 3.0229, + 6.4542, + 3.1385, + 6.3028, + 3.1385 ] }, { "text": "in", "boundingBox": [ - 6.5028, - 2.9806, - 6.6278, - 2.9806, - 6.6278, - 3.1833, - 6.5028, - 3.1833 + 6.5125, + 3.0288, + 6.6167, + 3.0288, + 6.6167, + 3.1385, + 6.5125, + 3.1385 ] }, { "text": "the", "boundingBox": [ - 6.6653, - 2.9806, - 6.8917, - 2.9806, - 6.8917, - 3.1833, - 6.6653, - 3.1833 + 6.6681, + 3.0236, + 6.8833, + 3.0236, + 6.8833, + 3.1396, + 6.6681, + 3.1396 ] }, { "text": "form", "boundingBox": [ - 6.9292, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 6.9292, - 3.1833 + 6.9319, + 3.0229, + 7.2486, + 3.0229, + 7.2486, + 3.1396, + 6.9319, + 3.1396 ] } ] @@ -1413,118 +2021,118 @@ { "text": "below, and attach a check made out to:", "boundingBox": [ - 1.0, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 1.0, - 3.4028 + 1.0125, + 3.2485, + 3.6597, + 3.2485, + 3.6597, + 3.3638, + 1.0125, + 3.3638 ], "words": [ { "text": "below,", "boundingBox": [ - 1.0, - 3.2, - 1.4569, - 3.2, - 1.4569, - 3.4028, - 1.0, - 3.4028 + 1.0125, + 3.2437, + 1.4458, + 3.2437, + 1.4458, + 3.3819, + 1.0125, + 3.3819 ] }, { "text": "and", "boundingBox": [ - 1.4944, - 3.2, - 1.75, - 3.2, - 1.75, - 3.4028, - 1.4944, - 3.4028 + 1.5028, + 3.2437, + 1.7375, + 3.2437, + 1.7375, + 3.3597, + 1.5028, + 3.3597 ] }, { "text": "attach", "boundingBox": [ - 1.7889, - 3.2, - 2.2167, - 3.2, - 2.2167, - 3.4028, - 1.7889, - 3.4028 + 1.7972, + 3.2437, + 2.2056, + 3.2437, + 2.2056, + 3.3597, + 1.7972, + 3.3597 ] }, { "text": "a", "boundingBox": [ - 2.2542, - 3.2, - 2.3347, - 3.2, - 2.3347, - 3.4028, - 2.2542, - 3.4028 + 2.2611, + 3.2785, + 2.3222, + 3.2785, + 2.3222, + 3.3597, + 2.2611, + 3.3597 ] }, { "text": "check", "boundingBox": [ - 2.3722, - 3.2, - 2.7556, - 3.2, - 2.7556, - 3.4028, - 2.3722, - 3.4028 + 2.3792, + 3.2437, + 2.7528, + 3.2437, + 2.7528, + 3.3597, + 2.3792, + 3.3597 ] }, { "text": "made", "boundingBox": [ - 2.7958, - 3.2, - 3.1778, - 3.2, - 3.1778, - 3.4028, - 2.7958, - 3.4028 + 2.8083, + 3.2437, + 3.1694, + 3.2437, + 3.1694, + 3.3597, + 2.8083, + 3.3597 ] }, { "text": "out", "boundingBox": [ - 3.2181, - 3.2, - 3.4472, - 3.2, - 3.4472, - 3.4028, - 3.2181, - 3.4028 + 3.225, + 3.2597, + 3.4417, + 3.2597, + 3.4417, + 3.3597, + 3.225, + 3.3597 ] }, { "text": "to:", "boundingBox": [ - 3.4847, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 3.4847, - 3.4028 + 3.4875, + 3.2597, + 3.6597, + 3.2597, + 3.6597, + 3.3597, + 3.4875, + 3.3597 ] } ] @@ -1532,40 +2140,40 @@ { "text": "Contoso Ltd.", "boundingBox": [ - 1.0, - 3.5306, - 1.8556, - 3.5306, - 1.8556, - 3.7333, - 1.0, - 3.7333 + 1.0069, + 3.5781, + 1.8431, + 3.5781, + 1.8431, + 3.6896, + 1.0069, + 3.6896 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1.0, - 3.5306, - 1.5625, - 3.5306, - 1.5625, - 3.7333, - 1.0, - 3.7333 + 1.0069, + 3.5802, + 1.5556, + 3.5802, + 1.5556, + 3.6896, + 1.0069, + 3.6896 ] }, { "text": "Ltd.", "boundingBox": [ - 1.5986, - 3.5306, - 1.8556, - 3.5306, - 1.8556, - 3.7333, - 1.5986, - 3.7333 + 1.6125, + 3.574, + 1.8431, + 3.574, + 1.8431, + 3.6896, + 1.6125, + 3.6896 ] } ] @@ -1573,53 +2181,53 @@ { "text": "2345 Dogwood Lane", "boundingBox": [ - 1.0, - 3.75, - 2.3847, - 3.75, - 2.3847, - 3.9528, - 1.0, - 3.9528 + 1.0097, + 3.7973, + 2.3764, + 3.7973, + 2.3764, + 3.923, + 1.0097, + 3.923 ], "words": [ { "text": "2345", "boundingBox": [ - 1.0, - 3.75, - 1.3389, - 3.75, - 1.3389, - 3.9528, - 1.0, - 3.9528 + 1.0097, + 3.8, + 1.3306, + 3.8, + 1.3306, + 3.9097, + 1.0097, + 3.9097 ] }, { "text": "Dogwood", "boundingBox": [ - 1.3764, - 3.75, - 2.0278, - 3.75, - 2.0278, - 3.9528, - 1.3764, - 3.9528 + 1.3903, + 3.7938, + 2.0153, + 3.7938, + 2.0153, + 3.9378, + 1.3903, + 3.9378 ] }, { "text": "Lane", "boundingBox": [ - 2.0653, - 3.75, - 2.3847, - 3.75, - 2.3847, - 3.9528, - 2.0653, - 3.9528 + 2.0792, + 3.801, + 2.3764, + 3.801, + 2.3764, + 3.9097, + 2.0792, + 3.9097 ] } ] @@ -1627,53 +2235,53 @@ { "text": "Birch, Kansas 98123", "boundingBox": [ - 1.0, - 3.9694, - 2.3472, - 3.9694, - 2.3472, - 4.1722, - 1.0, - 4.1722 + 1.0139, + 4.0181, + 2.3375, + 4.0181, + 2.3375, + 4.1379, + 1.0139, + 4.1379 ], "words": [ { "text": "Birch,", "boundingBox": [ - 1.0, - 3.9694, - 1.3861, - 3.9694, - 1.3861, - 4.1722, - 1.0, - 4.1722 + 1.0139, + 4.0135, + 1.375, + 4.0135, + 1.375, + 4.1517, + 1.0139, + 4.1517 ] }, { "text": "Kansas", "boundingBox": [ - 1.4236, - 3.9694, - 1.8889, - 3.9694, - 1.8889, - 4.1722, - 1.4236, - 4.1722 + 1.4375, + 4.0212, + 1.8819, + 4.0212, + 1.8819, + 4.1299, + 1.4375, + 4.1299 ] }, { "text": "98123", "boundingBox": [ - 1.925, - 3.9694, - 2.3472, - 3.9694, - 2.3472, - 4.1722, - 1.925, - 4.1722 + 1.9319, + 4.0201, + 2.3375, + 4.0201, + 2.3375, + 4.1299, + 1.9319, + 4.1299 ] } ] @@ -1681,27 +2289,27 @@ { "text": "Rates:", "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 + 1.0208, + 4.4247, + 1.5306, + 4.4247, + 1.5306, + 4.5681, + 1.0208, + 4.5681 ], "words": [ { "text": "Rates:", "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 + 1.0208, + 4.4247, + 1.5306, + 4.4247, + 1.5306, + 4.5681, + 1.0208, + 4.5681 ] } ] @@ -1709,27 +2317,27 @@ { "text": "Package", "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ], "words": [ { "text": "Package", "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ] } ] @@ -1737,27 +2345,27 @@ { "text": "Included", "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ], "words": [ { "text": "Included", "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ] } ] @@ -1765,27 +2373,27 @@ { "text": "Price", "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ], "words": [ { "text": "Price", "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ] } ] @@ -1793,40 +2401,40 @@ { "text": "Gold Sponsor", "boundingBox": [ - 1.0778, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9125, + 1.9833, + 4.9125, + 1.9833, + 5.042, + 1.0861, + 5.042 ], "words": [ { "text": "Gold", "boundingBox": [ - 1.0778, - 4.8653, - 1.3958, - 4.8653, - 1.3958, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9087, + 1.3847, + 4.9087, + 1.3847, + 5.0247, + 1.0861, + 5.0247 ] }, { "text": "Sponsor", "boundingBox": [ - 1.4361, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.4361, - 5.0681 + 1.4417, + 4.9149, + 1.9833, + 4.9149, + 1.9833, + 5.0528, + 1.4417, + 5.0528 ] } ] @@ -1834,40 +2442,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 4.8736, - 3.8847, - 4.8736, - 3.8847, - 5.0764, - 3.2, - 5.0764 + 3.2139, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.2139, + 5.033 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 4.8736, - 3.4417, - 4.8736, - 3.4417, - 5.0764, - 3.2, - 5.0764 + 3.2139, + 4.917, + 3.4292, + 4.917, + 3.4292, + 5.033, + 3.2139, + 5.033 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 4.8736, - 3.8847, - 4.8736, - 3.8847, - 5.0764, - 3.4792, - 5.0764 + 3.4917, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.4917, + 5.033 ] } ] @@ -1875,27 +2483,27 @@ { "text": "$1,500", "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ], "words": [ { "text": "$1,500", "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ] } ] @@ -1903,53 +2511,53 @@ { "text": "Pre-keynote thank you", "boundingBox": [ - 3.2, - 5.0861, - 4.7389, - 5.0861, - 4.7389, - 5.2889, - 3.2, - 5.2889 + 3.2139, + 5.1352, + 4.7264, + 5.1352, + 4.7264, + 5.2663, + 3.2139, + 5.2663 ], "words": [ { "text": "Pre-keynote", "boundingBox": [ - 3.2, - 5.0861, - 4.0264, - 5.0861, - 4.0264, - 5.2889, - 3.2, - 5.2889 + 3.2139, + 5.1302, + 4.0181, + 5.1302, + 4.0181, + 5.2743, + 3.2139, + 5.2743 ] }, { "text": "thank", "boundingBox": [ - 4.0639, - 5.0861, - 4.45, - 5.0861, - 4.45, - 5.2889, - 4.0639, - 5.2889 + 4.0667, + 5.1302, + 4.4472, + 5.1302, + 4.4472, + 5.2462, + 4.0667, + 5.2462 ] }, { "text": "you", "boundingBox": [ - 4.4875, - 5.0861, - 4.7389, - 5.0861, - 4.7389, - 5.2889, - 4.4875, - 5.2889 + 4.4903, + 5.1649, + 4.7264, + 5.1649, + 4.7264, + 5.2743, + 4.4903, + 5.2743 ] } ] @@ -1957,53 +2565,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 5.2986, - 4.2125, - 5.2986, - 4.2125, - 5.5014, - 3.2, - 5.5014 + 3.2139, + 5.359, + 4.2097, + 5.359, + 4.2097, + 5.4801, + 3.2139, + 5.4801 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 5.2986, - 3.5236, - 5.2986, - 3.5236, - 5.5014, - 3.2, - 5.5014 + 3.2139, + 5.3497, + 3.5167, + 5.3497, + 3.5167, + 5.4861, + 3.2139, + 5.4861 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 5.2986, - 3.7361, - 5.2986, - 3.7361, - 5.5014, - 3.5611, - 5.5014 + 3.5681, + 5.3767, + 3.7236, + 5.3767, + 3.7236, + 5.458, + 3.5681, + 5.458 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 5.2986, - 4.2125, - 5.2986, - 4.2125, - 5.5014, - 3.7764, - 5.5014 + 3.7889, + 5.358, + 4.2097, + 5.358, + 4.2097, + 5.4861, + 3.7889, + 5.4861 ] } ] @@ -2011,92 +2619,92 @@ { "text": "Full page ad in program guide", "boundingBox": [ - 3.2, - 5.5111, - 5.2083, - 5.5111, - 5.2083, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 5.5714, + 5.2014, + 5.5714, + 5.2014, + 5.6885, + 3.2139, + 5.6885 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 5.5111, - 3.4417, - 5.5111, - 3.4417, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 5.5552, + 3.4292, + 5.5552, + 3.4292, + 5.6712, + 3.2139, + 5.6712 ] }, { "text": "page", "boundingBox": [ - 3.4792, - 5.5111, - 3.8069, - 5.5111, - 3.8069, - 5.7139, - 3.4792, - 5.7139 + 3.4917, + 5.5899, + 3.7986, + 5.5899, + 3.7986, + 5.6993, + 3.4917, + 5.6993 ] }, { "text": "ad", "boundingBox": [ - 3.8444, - 5.5111, - 4.0111, - 5.5111, - 4.0111, - 5.7139, - 3.8444, - 5.7139 + 3.8514, + 5.5556, + 3.9986, + 5.5556, + 3.9986, + 5.6712, + 3.8514, + 5.6712 ] }, { "text": "in", "boundingBox": [ - 4.0486, - 5.5111, - 4.175, - 5.5111, - 4.175, - 5.7139, - 4.0486, - 5.7139 + 4.0597, + 5.5604, + 4.1625, + 5.5604, + 4.1625, + 5.6701, + 4.0597, + 5.6701 ] }, { "text": "program", "boundingBox": [ - 4.2125, - 5.5111, - 4.7958, - 5.5111, - 4.7958, - 5.7139, - 4.2125, - 5.7139 + 4.225, + 5.5899, + 4.7833, + 5.5899, + 4.7833, + 5.6993, + 4.225, + 5.6993 ] }, { "text": "guide", "boundingBox": [ - 4.8319, - 5.5111, - 5.2083, - 5.5111, - 5.2083, - 5.7139, - 4.8319, - 5.7139 + 4.8361, + 5.5556, + 5.2014, + 5.5556, + 5.2014, + 5.6993, + 4.8361, + 5.6993 ] } ] @@ -2104,40 +2712,40 @@ { "text": "Silver Sponsor", "boundingBox": [ - 1.0778, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.982, + 2.0333, + 5.982, + 2.0333, + 6.1098, + 1.0833, + 6.1098 ], "words": [ { "text": "Silver", "boundingBox": [ - 1.0778, - 5.9347, - 1.4472, - 5.9347, - 1.4472, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.9785, + 1.4444, + 5.9785, + 1.4444, + 6.0948, + 1.0833, + 6.0948 ] }, { "text": "Sponsor", "boundingBox": [ - 1.4847, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.4847, - 6.1375 + 1.4903, + 5.9851, + 2.0333, + 5.9851, + 2.0333, + 6.1229, + 1.4903, + 6.1229 ] } ] @@ -2145,40 +2753,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 5.9431, - 3.8847, - 5.9431, - 3.8847, - 6.1458, - 3.2, - 6.1458 + 3.2139, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.2139, + 6.1031 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 5.9431, - 3.4417, - 5.9431, - 3.4417, - 6.1458, - 3.2, - 6.1458 + 3.2139, + 5.9868, + 3.4292, + 5.9868, + 3.4292, + 6.1031, + 3.2139, + 6.1031 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 5.9431, - 3.8847, - 5.9431, - 3.8847, - 6.1458, - 3.4792, - 6.1458 + 3.4917, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.4917, + 6.1031 ] } ] @@ -2186,27 +2794,27 @@ { "text": "$1,200", "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ], "words": [ { "text": "$1,200", "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ] } ] @@ -2214,53 +2822,53 @@ { "text": "Post-keynote thank you", "boundingBox": [ - 3.2, - 6.1556, - 4.8056, - 6.1556, - 4.8056, - 6.3583, - 3.2, - 6.3583 + 3.2139, + 6.2033, + 4.7931, + 6.2033, + 4.7931, + 6.335, + 3.2139, + 6.335 ], "words": [ { "text": "Post-keynote", "boundingBox": [ - 3.2, - 6.1556, - 4.0958, - 6.1556, - 4.0958, - 6.3583, - 3.2, - 6.3583 + 3.2139, + 6.1986, + 4.0875, + 6.1986, + 4.0875, + 6.3427, + 3.2139, + 6.3427 ] }, { "text": "thank", "boundingBox": [ - 4.1319, - 6.1556, - 4.5194, - 6.1556, - 4.5194, - 6.3583, - 4.1319, - 6.3583 + 4.1347, + 6.1986, + 4.5153, + 6.1986, + 4.5153, + 6.3146, + 4.1347, + 6.3146 ] }, { "text": "you", "boundingBox": [ - 4.5556, - 6.1556, - 4.8056, - 6.1556, - 4.8056, - 6.3583, - 4.5556, - 6.3583 + 4.5583, + 6.2333, + 4.7931, + 6.2333, + 4.7931, + 6.3427, + 4.5583, + 6.3427 ] } ] @@ -2268,53 +2876,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 6.3667, - 4.2125, - 6.3667, - 4.2125, - 6.5694, - 3.2, - 6.5694 + 3.2139, + 6.4274, + 4.2097, + 6.4274, + 4.2097, + 6.5485, + 3.2139, + 6.5485 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 6.3667, - 3.5236, - 6.3667, - 3.5236, - 6.5694, - 3.2, - 6.5694 + 3.2139, + 6.4181, + 3.5167, + 6.4181, + 3.5167, + 6.5545, + 3.2139, + 6.5545 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 6.3667, - 3.7361, - 6.3667, - 3.7361, - 6.5694, - 3.5611, - 6.5694 + 3.5681, + 6.4451, + 3.7236, + 6.4451, + 3.7236, + 6.5264, + 3.5681, + 6.5264 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 6.3667, - 4.2125, - 6.3667, - 4.2125, - 6.5694, - 3.7764, - 6.5694 + 3.7889, + 6.4264, + 4.2097, + 6.4264, + 4.2097, + 6.5545, + 3.7889, + 6.5545 ] } ] @@ -2322,92 +2930,92 @@ { "text": "Half page ad in program guide", "boundingBox": [ - 3.2, - 6.5806, - 5.2389, - 6.5806, - 5.2389, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 6.6397, + 5.2306, + 6.6397, + 5.2306, + 6.7569, + 3.2139, + 6.7569 ], "words": [ { "text": "Half", "boundingBox": [ - 3.2, - 6.5806, - 3.4722, - 6.5806, - 3.4722, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 6.6229, + 3.4736, + 6.6229, + 3.4736, + 6.7396, + 3.2139, + 6.7396 ] }, { "text": "page", "boundingBox": [ - 3.5097, - 6.5806, - 3.8403, - 6.5806, - 3.8403, - 6.7833, - 3.5097, - 6.7833 + 3.5222, + 6.6583, + 3.8319, + 6.6583, + 3.8319, + 6.7677, + 3.5222, + 6.7677 ] }, { "text": "ad", "boundingBox": [ - 3.8764, - 6.5806, - 4.0444, - 6.5806, - 4.0444, - 6.7833, - 3.8764, - 6.7833 + 3.8847, + 6.624, + 4.0319, + 6.624, + 4.0319, + 6.7396, + 3.8847, + 6.7396 ] }, { "text": "in", "boundingBox": [ - 4.0819, - 6.5806, - 4.2069, - 6.5806, - 4.2069, - 6.7833, - 4.0819, - 6.7833 + 4.0917, + 6.6288, + 4.1958, + 6.6288, + 4.1958, + 6.7385, + 4.0917, + 6.7385 ] }, { "text": "program", "boundingBox": [ - 4.2444, - 6.5806, - 4.8264, - 6.5806, - 4.8264, - 6.7833, - 4.2444, - 6.7833 + 4.2556, + 6.6583, + 4.8153, + 6.6583, + 4.8153, + 6.7677, + 4.2556, + 6.7677 ] }, { "text": "guide", "boundingBox": [ - 4.8653, - 6.5806, - 5.2389, - 6.5806, - 5.2389, - 6.7833, - 4.8653, - 6.7833 + 4.8694, + 6.624, + 5.2306, + 6.624, + 5.2306, + 6.7677, + 4.8694, + 6.7677 ] } ] @@ -2415,40 +3023,40 @@ { "text": "Bronze Sponsor", "boundingBox": [ - 1.0778, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8407, + 2.1361, + 6.8407, + 2.1361, + 6.9647, + 1.0931, + 6.9647 ], "words": [ { "text": "Bronze", "boundingBox": [ - 1.0778, - 6.7903, - 1.5528, - 6.7903, - 1.5528, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8417, + 1.5444, + 6.8417, + 1.5444, + 6.9497, + 1.0931, + 6.9497 ] }, { "text": "Sponsor", "boundingBox": [ - 1.5889, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.5889, - 6.9931 + 1.5944, + 6.8399, + 2.1361, + 6.8399, + 2.1361, + 6.9778, + 1.5944, + 6.9778 ] } ] @@ -2456,40 +3064,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 6.7986, - 3.8847, - 6.7986, - 3.8847, - 7.0014, - 3.2, - 7.0014 + 3.2139, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.2139, + 6.958 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 6.7986, - 3.4417, - 6.7986, - 3.4417, - 7.0014, - 3.2, - 7.0014 + 3.2139, + 6.842, + 3.4292, + 6.842, + 3.4292, + 6.958, + 3.2139, + 6.958 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 6.7986, - 3.8847, - 6.7986, - 3.8847, - 7.0014, - 3.4792, - 7.0014 + 3.4917, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.4917, + 6.958 ] } ] @@ -2497,27 +3105,27 @@ { "text": "$1,000", "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ], "words": [ { "text": "$1,000", "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ] } ] @@ -2525,53 +3133,53 @@ { "text": "Logo on poster", "boundingBox": [ - 3.2, - 7.0111, - 4.2125, - 7.0111, - 4.2125, - 7.2139, - 3.2, - 7.2139 + 3.2139, + 7.0724, + 4.2097, + 7.0724, + 4.2097, + 7.1933, + 3.2139, + 7.1933 ], "words": [ { "text": "Logo", "boundingBox": [ - 3.2, - 7.0111, - 3.5236, - 7.0111, - 3.5236, - 7.2139, - 3.2, - 7.2139 + 3.2139, + 7.0628, + 3.5167, + 7.0628, + 3.5167, + 7.1993, + 3.2139, + 7.1993 ] }, { "text": "on", "boundingBox": [ - 3.5611, - 7.0111, - 3.7361, - 7.0111, - 3.7361, - 7.2139, - 3.5611, - 7.2139 + 3.5681, + 7.0899, + 3.7236, + 7.0899, + 3.7236, + 7.1712, + 3.5681, + 7.1712 ] }, { "text": "poster", "boundingBox": [ - 3.7764, - 7.0111, - 4.2125, - 7.0111, - 4.2125, - 7.2139, - 3.7764, - 7.2139 + 3.7889, + 7.0715, + 4.2097, + 7.0715, + 4.2097, + 7.1993, + 3.7889, + 7.1993 ] } ] @@ -2579,79 +3187,79 @@ { "text": "50% discount on program guide", "boundingBox": [ - 3.2, - 7.2236, - 5.35, - 7.2236, - 5.35, - 7.4264, - 3.2, - 7.4264 + 3.2083, + 7.281, + 5.3417, + 7.281, + 5.3417, + 7.3958, + 3.2083, + 7.3958 ], "words": [ { "text": "50%", "boundingBox": [ - 3.2, - 7.2236, - 3.4875, - 7.2236, - 3.4875, - 7.4264, - 3.2, - 7.4264 + 3.2083, + 7.2715, + 3.4819, + 7.2715, + 3.4819, + 7.3844, + 3.2083, + 7.3844 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 7.2236, - 4.1069, - 7.2236, - 4.1069, - 7.4264, - 3.525, - 7.4264 + 3.5333, + 7.2674, + 4.1014, + 7.2674, + 4.1014, + 7.383, + 3.5333, + 7.383 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 7.2236, - 4.3194, - 7.2236, - 4.3194, - 7.4264, - 4.1444, - 7.4264 + 4.1514, + 7.3017, + 4.3069, + 7.3017, + 4.3069, + 7.383, + 4.1514, + 7.383 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 7.2236, - 4.9375, - 7.2236, - 4.9375, - 7.4264, - 4.3556, - 7.4264 + 4.3681, + 7.3017, + 4.925, + 7.3017, + 4.925, + 7.4111, + 4.3681, + 7.4111 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 7.2236, - 5.35, - 7.2236, - 5.35, - 7.4264, - 4.9764, - 7.4264 + 4.9806, + 7.2674, + 5.3417, + 7.2674, + 5.3417, + 7.4111, + 4.9806, + 7.4111 ] } ] @@ -2659,27 +3267,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 7.4264, - 4.25, - 7.4264, - 4.25, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 7.4705, + 4.2431, + 7.4705, + 4.2431, + 7.5865, + 3.2069, + 7.5865 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 7.4264, - 4.25, - 7.4264, - 4.25, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 7.4705, + 4.2431, + 7.4705, + 4.2431, + 7.5865, + 3.2069, + 7.5865 ] } ] @@ -2687,40 +3295,40 @@ { "text": "Full Booth", "boundingBox": [ - 1.0778, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.0931, + 7.7979 ], "words": [ { "text": "Full", "boundingBox": [ - 1.0778, - 7.6389, - 1.3208, - 7.6389, - 1.3208, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.3083, + 7.6819, + 1.3083, + 7.7979, + 1.0931, + 7.7979 ] }, { "text": "Booth", "boundingBox": [ - 1.3583, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.3583, - 7.8417 + 1.3722, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.3722, + 7.7979 ] } ] @@ -2728,40 +3336,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 7.6472, - 3.8847, - 7.6472, - 3.8847, - 7.85, - 3.2, - 7.85 + 3.2139, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8063, + 3.2139, + 7.8063 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 7.6472, - 3.4417, - 7.6472, - 3.4417, - 7.85, - 3.2, - 7.85 + 3.2139, + 7.6903, + 3.4292, + 7.6903, + 3.4292, + 7.8062, + 3.2139, + 7.8062 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 7.6472, - 3.8847, - 7.6472, - 3.8847, - 7.85, - 3.4792, - 7.85 + 3.4917, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8062, + 3.4917, + 7.8062 ] } ] @@ -2769,27 +3377,27 @@ { "text": "$600", "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ], "words": [ { "text": "$600", "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ] } ] @@ -2797,79 +3405,79 @@ { "text": "50% discount on program guide", "boundingBox": [ - 3.2, - 7.8583, - 5.35, - 7.8583, - 5.35, - 8.0611, - 3.2, - 8.0611 + 3.2083, + 7.9159, + 5.3417, + 7.9159, + 5.3417, + 8.0309, + 3.2083, + 8.0309 ], "words": [ { "text": "50%", "boundingBox": [ - 3.2, - 7.8583, - 3.4875, - 7.8583, - 3.4875, - 8.0611, - 3.2, - 8.0611 + 3.2083, + 7.9066, + 3.4819, + 7.9066, + 3.4819, + 8.0194, + 3.2083, + 8.0194 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 7.8583, - 4.1069, - 7.8583, - 4.1069, - 8.0611, - 3.525, - 8.0611 + 3.5333, + 7.9021, + 4.1014, + 7.9021, + 4.1014, + 8.0181, + 3.5333, + 8.0181 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 7.8583, - 4.3194, - 7.8583, - 4.3194, - 8.0611, - 4.1444, - 8.0611 + 4.1514, + 7.9368, + 4.3069, + 7.9368, + 4.3069, + 8.0181, + 4.1514, + 8.0181 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 7.8583, - 4.9375, - 7.8583, - 4.9375, - 8.0611, - 4.3556, - 8.0611 + 4.3681, + 7.9368, + 4.925, + 7.9368, + 4.925, + 8.0462, + 4.3681, + 8.0462 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 7.8583, - 5.35, - 7.8583, - 5.35, - 8.0611, - 4.9764, - 8.0611 + 4.9806, + 7.9021, + 5.3417, + 7.9021, + 5.3417, + 8.0462, + 4.9806, + 8.0462 ] } ] @@ -2877,27 +3485,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.0611, - 4.25, - 8.0611, - 4.25, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 8.1056, + 4.2431, + 8.1056, + 4.2431, + 8.2212, + 3.2069, + 8.2212 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.0611, - 4.25, - 8.0611, - 4.25, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 8.1056, + 4.2431, + 8.1056, + 4.2431, + 8.2212, + 3.2069, + 8.2212 ] } ] @@ -2905,40 +3513,40 @@ { "text": "Half Booth", "boundingBox": [ - 1.0778, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3167, + 1.7861, + 8.3167, + 1.7861, + 8.433, + 1.0931, + 8.433 ], "words": [ { "text": "Half", "boundingBox": [ - 1.0778, - 8.2736, - 1.35, - 8.2736, - 1.35, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3163, + 1.3514, + 8.3163, + 1.3514, + 8.433, + 1.0931, + 8.433 ] }, { "text": "Booth", "boundingBox": [ - 1.3889, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.3889, - 8.4764 + 1.4028, + 8.317, + 1.7861, + 8.317, + 1.7861, + 8.433, + 1.4028, + 8.433 ] } ] @@ -2946,40 +3554,40 @@ { "text": "Full booth", "boundingBox": [ - 3.2, - 8.2819, - 3.8847, - 8.2819, - 3.8847, - 8.4847, - 3.2, - 8.4847 + 3.2139, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.2139, + 8.4413 ], "words": [ { "text": "Full", "boundingBox": [ - 3.2, - 8.2819, - 3.4417, - 8.2819, - 3.4417, - 8.4847, - 3.2, - 8.4847 + 3.2139, + 8.3253, + 3.4292, + 8.3253, + 3.4292, + 8.4413, + 3.2139, + 8.4413 ] }, { "text": "booth", "boundingBox": [ - 3.4792, - 8.2819, - 3.8847, - 8.2819, - 3.8847, - 8.4847, - 3.4792, - 8.4847 + 3.4917, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.4917, + 8.4413 ] } ] @@ -2987,27 +3595,27 @@ { "text": "$350", "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ], "words": [ { "text": "$350", "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ] } ] @@ -3015,79 +3623,79 @@ { "text": "25% discount on program guide", "boundingBox": [ - 3.2, - 8.4931, - 5.35, - 8.4931, - 5.35, - 8.6958, - 3.2, - 8.6958 + 3.2097, + 8.5508, + 5.3417, + 8.5508, + 5.3417, + 8.6659, + 3.2097, + 8.6659 ], "words": [ { "text": "25%", "boundingBox": [ - 3.2, - 8.4931, - 3.4875, - 8.4931, - 3.4875, - 8.6958, - 3.2, - 8.6958 + 3.2097, + 8.5417, + 3.4819, + 8.5417, + 3.4819, + 8.6545, + 3.2097, + 8.6545 ] }, { "text": "discount", "boundingBox": [ - 3.525, - 8.4931, - 4.1069, - 8.4931, - 4.1069, - 8.6958, - 3.525, - 8.6958 + 3.5333, + 8.5372, + 4.1014, + 8.5372, + 4.1014, + 8.6531, + 3.5333, + 8.6531 ] }, { "text": "on", "boundingBox": [ - 4.1444, - 8.4931, - 4.3194, - 8.4931, - 4.3194, - 8.6958, - 4.1444, - 8.6958 + 4.1514, + 8.5715, + 4.3069, + 8.5715, + 4.3069, + 8.6531, + 4.1514, + 8.6531 ] }, { "text": "program", "boundingBox": [ - 4.3556, - 8.4931, - 4.9375, - 8.4931, - 4.9375, - 8.6958, - 4.3556, - 8.6958 + 4.3681, + 8.5715, + 4.925, + 8.5715, + 4.925, + 8.6812, + 4.3681, + 8.6812 ] }, { "text": "guide", "boundingBox": [ - 4.9764, - 8.4931, - 5.35, - 8.4931, - 5.35, - 8.6958, - 4.9764, - 8.6958 + 4.9806, + 8.5372, + 5.3417, + 8.5372, + 5.3417, + 8.6812, + 4.9806, + 8.6812 ] } ] @@ -3095,27 +3703,27 @@ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.6972, - 4.25, - 8.6972, - 4.25, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.7406, + 4.2431, + 8.7406, + 4.2431, + 8.8563, + 3.2069, + 8.8563 ], "words": [ { "text": "advertisements", "boundingBox": [ - 3.2, - 8.6972, - 4.25, - 8.6972, - 4.25, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.7406, + 4.2431, + 8.7406, + 4.2431, + 8.8562, + 3.2069, + 8.8562 ] } ] @@ -3124,7 +3732,7 @@ }, { "page": 2, - "angle": 359.96, + "angle": 0, "width": 8.5, "height": 11.0, "unit": "inch", @@ -3132,40 +3740,40 @@ { "text": "Vendor #:", "boundingBox": [ - 6.1389, - 1.0621, - 7.1667, - 1.0621, - 7.1667, - 1.2766, - 6.1389, - 1.2766 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "words": [ { "text": "Vendor", "boundingBox": [ - 6.1389, - 1.066, - 6.8917, - 1.066, - 6.8917, - 1.2812, - 6.1389, - 1.2812 + 6.1278, + 1.0667, + 6.8653, + 1.0667, + 6.8653, + 1.2403, + 6.1278, + 1.2403 ] }, { "text": "#:", "boundingBox": [ - 6.9333, - 1.0486, - 7.1667, - 1.0486, - 7.1667, - 1.2604, - 6.9333, - 1.2604 + 6.9306, + 1.076, + 7.1514, + 1.076, + 7.1514, + 1.2392, + 6.9306, + 1.2392 ] } ] @@ -3173,27 +3781,27 @@ { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "words": [ { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ] } ] @@ -3201,40 +3809,40 @@ { "text": "Vendor Details:", "boundingBox": [ - 1.0111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3713, - 1.0111, - 2.3713 + 1.0042, + 2.1774, + 2.35, + 2.1774, + 2.35, + 2.3316, + 1.0042, + 2.3316 ], "words": [ { "text": "Vendor", "boundingBox": [ - 1.0111, - 2.1736, - 1.6736, - 2.1736, - 1.6736, - 2.375, - 1.0111, - 2.375 + 1.0042, + 2.1778, + 1.65, + 2.1778, + 1.65, + 2.3316, + 1.0042, + 2.3316 ] }, { "text": "Details:", "boundingBox": [ - 1.7111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3681, - 1.7111, - 2.3681 + 1.7236, + 2.1771, + 2.35, + 2.1771, + 2.35, + 2.3316, + 1.7236, + 2.3316 ] } ] @@ -3242,40 +3850,40 @@ { "text": "Company Name:", "boundingBox": [ - 1.0028, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9279, - 1.0028, - 2.9279 + 1.0069, + 2.7755, + 2.1375, + 2.7755, + 2.1375, + 2.9019, + 1.0069, + 2.9019 ], "words": [ { "text": "Company", "boundingBox": [ - 1.0028, - 2.7639, - 1.6639, - 2.7639, - 1.6639, - 2.9306, - 1.0028, - 2.9306 + 1.0069, + 2.775, + 1.6514, + 2.775, + 1.6514, + 2.9125, + 1.0069, + 2.9125 ] }, { "text": "Name:", "boundingBox": [ - 1.6944, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9236, - 1.6944, - 2.9236 + 1.7014, + 2.7764, + 2.1375, + 2.7764, + 2.1375, + 2.8851, + 1.7014, + 2.8851 ] } ] @@ -3284,39 +3892,39 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7582, - 3.3542, - 2.7582, - 3.3542, - 2.9269, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.9041, 2.1917, - 2.9269 + 2.9041 ], "words": [ { "text": "Southridge", "boundingBox": [ 2.1917, - 2.7604, - 2.9444, - 2.7604, - 2.9444, - 2.9236, + 2.7688, + 2.9181, + 2.7688, + 2.9181, + 2.9128, 2.1917, - 2.9236 + 2.9128 ] }, { "text": "Video", "boundingBox": [ - 2.975, - 2.7535, - 3.3542, - 2.7535, - 3.3542, - 2.934, - 2.975, - 2.934 + 2.9694, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.8847, + 2.9694, + 2.8847 ] } ] @@ -3325,26 +3933,26 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ], "words": [ { "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ] } ] @@ -3352,27 +3960,27 @@ { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ], "words": [ { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ] } ] @@ -3380,40 +3988,40 @@ { "text": "Preferred Package:", "boundingBox": [ - 1.0028, - 3.4232, - 2.3194, - 3.4232, - 2.3194, - 3.581, - 1.0028, - 3.581 + 1.0111, + 3.4298, + 2.2972, + 3.4298, + 2.2972, + 3.5589, + 1.0111, + 3.5589 ], "words": [ { "text": "Preferred", "boundingBox": [ - 1.0028, - 3.4201, - 1.6667, - 3.4201, - 1.6667, - 3.5764, - 1.0028, - 3.5764 + 1.0111, + 3.4295, + 1.65, + 3.4295, + 1.65, + 3.5465, + 1.0111, + 3.5465 ] }, { "text": "Package:", "boundingBox": [ - 1.6972, - 3.4271, - 2.3194, - 3.4271, - 2.3194, - 3.5868, - 1.6972, - 3.5868 + 1.7083, + 3.4302, + 2.2972, + 3.4302, + 2.2972, + 3.5743, + 1.7083, + 3.5743 ] } ] @@ -3421,27 +4029,27 @@ { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ], "words": [ { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ] } ] @@ -3449,40 +4057,40 @@ { "text": "Special Requests:", "boundingBox": [ - 1.0167, - 3.7623, - 2.2194, - 3.7623, - 2.2194, - 3.9148, - 1.0167, - 3.9148 + 1.0056, + 3.7645, + 2.1903, + 3.7645, + 2.1903, + 3.9042, + 1.0056, + 3.9042 ], "words": [ { "text": "Special", "boundingBox": [ - 1.0167, - 3.7604, - 1.4972, - 3.7604, - 1.4972, - 3.9167, - 1.0167, - 3.9167 + 1.0056, + 3.7601, + 1.475, + 3.7601, + 1.475, + 3.9042, + 1.0056, + 3.9042 ] }, { "text": "Requests:", "boundingBox": [ - 1.5278, - 3.7639, - 2.2194, - 3.7639, - 2.2194, - 3.9132, - 1.5278, - 3.9132 + 1.5347, + 3.7684, + 2.1903, + 3.7684, + 2.1903, + 3.9042, + 1.5347, + 3.9042 ] } ] @@ -3490,27 +4098,27 @@ { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ], "words": [ { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ] } ] @@ -3526,14 +4134,14 @@ "key": { "text": "Vendor #:", "boundingBox": [ - 6.1236, - 1.0014, - 7.1167, - 1.0014, - 7.1167, - 1.3056, - 6.1236, - 1.3056 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "elements": [ "#/readResults/0/lines/0/words/0", @@ -3543,14 +4151,14 @@ "value": { "text": "121", "boundingBox": [ - 7.1167, - 1.0014, - 7.4958, - 1.0014, - 7.4958, - 1.3056, - 7.1167, - 1.3056 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "elements": [ "#/readResults/0/lines/1/words/0" @@ -3567,14 +4175,14 @@ "value": { "text": "Contoso Ltd. 2345 Dogwood Lane Birch, Kansas 98123", "boundingBox": [ - 1.0, - 3.5306, - 2.3847, - 3.5306, - 2.3847, - 4.1722, - 1.0, - 4.1722 + 1.0069, + 3.5781, + 2.3764, + 3.5781, + 2.3764, + 4.1379, + 1.0069, + 4.1379 ], "elements": [ "#/readResults/0/lines/7/words/0", @@ -3600,14 +4208,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0778, - 4.6556, - 1.6306, - 4.6556, - 1.6306, - 4.8583, - 1.0778, - 4.8583 + 1.0931, + 4.6986, + 1.6236, + 4.6986, + 1.6236, + 4.8427, + 1.0931, + 4.8427 ], "confidence": 1.0, "rowSpan": 1, @@ -3623,14 +4231,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 2.6986, - 4.6556, - 3.2833, - 4.6556, - 3.2833, - 4.8583, - 2.6986, - 4.8583 + 2.7125, + 4.6986, + 3.2708, + 4.6986, + 3.2708, + 4.8146, + 2.7125, + 4.8146 ], "confidence": 1.0, "rowSpan": 1, @@ -3646,14 +4254,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.8236, - 4.6556, - 6.1597, - 4.6556, - 6.1597, - 4.8583, - 5.8236, - 4.8583 + 5.8375, + 4.7038, + 6.1514, + 4.7038, + 6.1514, + 4.8146, + 5.8375, + 4.8146 ], "confidence": 1.0, "rowSpan": 1, @@ -3669,14 +4277,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0778, - 4.8653, - 1.9861, - 4.8653, - 1.9861, - 5.0681, - 1.0778, - 5.0681 + 1.0861, + 4.9125, + 1.9833, + 4.9125, + 1.9833, + 5.042, + 1.0861, + 5.042 ], "confidence": 1.0, "rowSpan": 1, @@ -3693,14 +4301,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2, - 4.8736, - 5.2083, - 4.8736, - 5.2083, - 5.7139, - 3.2, - 5.7139 + 3.2139, + 4.917, + 5.2014, + 4.917, + 5.2014, + 5.6885, + 3.2139, + 5.6885 ], "confidence": 1.0, "rowSpan": 1, @@ -3729,14 +4337,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.825, - 4.8653, - 6.2889, - 4.8653, - 6.2889, - 5.0681, - 5.825, - 5.0681 + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 ], "confidence": 1.0, "rowSpan": 1, @@ -3752,14 +4360,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0778, - 5.9347, - 2.0361, - 5.9347, - 2.0361, - 6.1375, - 1.0778, - 6.1375 + 1.0833, + 5.982, + 2.0333, + 5.982, + 2.0333, + 6.1098, + 1.0833, + 6.1098 ], "confidence": 1.0, "rowSpan": 1, @@ -3776,14 +4384,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2, - 5.9431, - 5.2389, - 5.9431, - 5.2389, - 6.7833, - 3.2, - 6.7833 + 3.2139, + 5.9868, + 5.2306, + 5.9868, + 5.2306, + 6.7569, + 3.2139, + 6.7569 ], "confidence": 1.0, "rowSpan": 1, @@ -3812,14 +4420,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.825, - 5.9347, - 6.2889, - 5.9347, - 6.2889, - 6.1375, - 5.825, - 6.1375 + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 ], "confidence": 1.0, "rowSpan": 1, @@ -3835,14 +4443,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0778, - 6.7903, - 2.1389, - 6.7903, - 2.1389, - 6.9931, - 1.0778, - 6.9931 + 1.0931, + 6.8407, + 2.1361, + 6.8407, + 2.1361, + 6.9647, + 1.0931, + 6.9647 ], "confidence": 1.0, "rowSpan": 1, @@ -3859,14 +4467,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2, - 6.7986, - 5.35, - 6.7986, - 5.35, - 7.6292, - 3.2, - 7.6292 + 3.2069, + 6.842, + 5.3417, + 6.842, + 5.3417, + 7.5865, + 3.2069, + 7.5865 ], "confidence": 1.0, "rowSpan": 1, @@ -3892,14 +4500,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.825, - 6.7903, - 6.2889, - 6.7903, - 6.2889, - 6.9931, - 5.825, - 6.9931 + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 ], "confidence": 1.0, "rowSpan": 1, @@ -3915,14 +4523,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0778, - 7.6389, - 1.7653, - 7.6389, - 1.7653, - 7.8417, - 1.0778, - 7.8417 + 1.0931, + 7.6819, + 1.7542, + 7.6819, + 1.7542, + 7.7979, + 1.0931, + 7.7979 ], "confidence": 1.0, "rowSpan": 1, @@ -3939,14 +4547,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2, - 7.6472, - 5.35, - 7.6472, - 5.35, - 8.2639, - 3.2, - 8.2639 + 3.2069, + 7.6903, + 5.3417, + 7.6903, + 5.3417, + 8.2212, + 3.2069, + 8.2212 ], "confidence": 1.0, "rowSpan": 1, @@ -3969,14 +4577,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.825, - 7.6389, - 6.1639, - 7.6389, - 6.1639, - 7.8417, - 5.825, - 7.8417 + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 ], "confidence": 1.0, "rowSpan": 1, @@ -3992,14 +4600,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0778, - 8.2736, - 1.7972, - 8.2736, - 1.7972, - 8.4764, - 1.0778, - 8.4764 + 1.0931, + 8.3167, + 1.7861, + 8.3167, + 1.7861, + 8.433, + 1.0931, + 8.433 ], "confidence": 1.0, "rowSpan": 1, @@ -4016,14 +4624,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2, - 8.2819, - 5.35, - 8.2819, - 5.35, - 8.9, - 3.2, - 8.9 + 3.2069, + 8.3253, + 5.3417, + 8.3253, + 5.3417, + 8.8563, + 3.2069, + 8.8563 ], "confidence": 1.0, "rowSpan": 1, @@ -4046,14 +4654,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.825, - 8.2736, - 6.1639, - 8.2736, - 6.1639, - 8.4764, - 5.825, - 8.4764 + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 ], "confidence": 1.0, "rowSpan": 1, @@ -4076,14 +4684,14 @@ "key": { "text": "Vendor #:", "boundingBox": [ - 6.1389, - 1.0621, - 7.1667, - 1.0621, - 7.1667, - 1.2766, - 6.1389, - 1.2766 + 6.1278, + 1.0688, + 7.1514, + 1.0688, + 7.1514, + 1.24, + 6.1278, + 1.24 ], "elements": [ "#/readResults/1/lines/0/words/0", @@ -4093,14 +4701,14 @@ "value": { "text": "121", "boundingBox": [ - 7.1667, - 1.0486, - 7.5167, - 1.0486, - 7.5167, - 1.2604, - 7.1667, - 1.2604 + 7.1514, + 1.076, + 7.4833, + 1.076, + 7.4833, + 1.2392, + 7.1514, + 1.2392 ], "elements": [ "#/readResults/1/lines/1/words/0" @@ -4112,14 +4720,14 @@ "key": { "text": "Company Name:", "boundingBox": [ - 1.0028, - 2.7639, - 2.1556, - 2.7639, - 2.1556, - 2.9279, - 1.0028, - 2.9279 + 1.0069, + 2.7755, + 2.1375, + 2.7755, + 2.1375, + 2.9019, + 1.0069, + 2.9019 ], "elements": [ "#/readResults/1/lines/3/words/0", @@ -4130,13 +4738,13 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7582, - 3.3542, - 2.7582, - 3.3542, - 2.9269, + 2.7688, + 3.3472, + 2.7688, + 3.3472, + 2.9041, 2.1917, - 2.9269 + 2.9041 ], "elements": [ "#/readResults/1/lines/4/words/0", @@ -4150,13 +4758,13 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0868, - 1.5903, - 3.0868, - 1.5903, - 3.2431, + 3.1049, + 1.5708, + 3.1049, + 1.5708, + 3.2149, 1.0069, - 3.2431 + 3.2149 ], "elements": [ "#/readResults/1/lines/5/words/0" @@ -4165,14 +4773,14 @@ "value": { "text": "Jamie@southridgevideo.com", "boundingBox": [ - 1.6222, - 3.0972, - 3.5667, - 3.0972, - 3.5667, - 3.25, - 1.6222, - 3.25 + 1.6208, + 3.0986, + 3.5764, + 3.0986, + 3.5764, + 3.2427, + 1.6208, + 3.2427 ], "elements": [ "#/readResults/1/lines/6/words/0" @@ -4184,14 +4792,14 @@ "key": { "text": "Preferred Package:", "boundingBox": [ - 1.0028, - 3.4232, - 2.3194, - 3.4232, - 2.3194, - 3.581, - 1.0028, - 3.581 + 1.0111, + 3.4298, + 2.2972, + 3.4298, + 2.2972, + 3.5589, + 1.0111, + 3.5589 ], "elements": [ "#/readResults/1/lines/7/words/0", @@ -4201,14 +4809,14 @@ "value": { "text": "Gold", "boundingBox": [ - 2.35, - 3.4236, - 2.6875, - 3.4236, - 2.6875, - 3.5833, - 2.35, - 3.5833 + 2.3556, + 3.4302, + 2.6542, + 3.4302, + 2.6542, + 3.5462, + 2.3556, + 3.5462 ], "elements": [ "#/readResults/1/lines/8/words/0" @@ -4220,14 +4828,14 @@ "key": { "text": "Special Requests:", "boundingBox": [ - 1.0167, - 3.7623, - 2.2194, - 3.7623, - 2.2194, - 3.9148, - 1.0167, - 3.9148 + 1.0056, + 3.7645, + 2.1903, + 3.7645, + 2.1903, + 3.9042, + 1.0056, + 3.9042 ], "elements": [ "#/readResults/1/lines/9/words/0", @@ -4237,14 +4845,14 @@ "value": { "text": "N/a", "boundingBox": [ - 2.25, - 3.7604, - 2.5111, - 3.7604, - 2.5111, - 3.9167, - 2.25, - 3.9167 + 2.2542, + 3.7538, + 2.4778, + 3.7538, + 2.4778, + 3.8976, + 2.2542, + 3.8976 ], "elements": [ "#/readResults/1/lines/10/words/0" @@ -4263,36 +4871,36 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e857c077-fe3c-4f7b-b2f3-a4b316bbd62e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-449af9a8d929344988c3affe99b09b9e-57fafdd5a0e30c4f-00", + "traceparent": "00-30ef5ededffcc449b89325d1cc5479aa-436dbe71741c8547-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec4ebebae0de10d1d2850dfb6b394b7d", + "x-ms-client-request-id": "9c259cc48f2dcd20991a10e387dd8162", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "24c77415-8931-411c-b12b-f9dfb65b705a", + "apim-request-id": "ae080114-65b1-41de-aabc-baecd76b2526", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:54 GMT", + "Date": "Wed, 09 Sep 2020 22:37:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "104" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "1580435474" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "2033833437" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json index e5ec4322f6566..6d1b33c4e8b87 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9fad40d19a5d224d85caaacfb81e5203-b9bd63c916e66d42-00", + "traceparent": "00-1547949385b56e48b3bb6d8287d39062-132a1722b983a743-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4cb12f2baca8f035bccd9a2c5533154a", + "x-ms-client-request-id": "786bf463f3662d7c5354c8a7eda3535d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,508 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5a97ceaf-4163-49db-bc9b-b8991c7fca2a", + "apim-request-id": "7432af07-f085-4979-955d-641c4bbfef30", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:13 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686", + "Date": "Wed, 09 Sep 2020 22:32:12 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "225" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "83b0ae9b48fe8f0b2e209431caf9d1f1", + "x-ms-client-request-id": "6492729162b49d614f6ab39af10ed923", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8093180-3c86-4d36-93b4-3b3d36041df9", + "apim-request-id": "ffa199ca-489b-4f41-b11b-7bbf905d6dc2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:13 GMT", + "Date": "Wed, 09 Sep 2020 22:32:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "74acfa705a3108ac407a86c42bb16383", + "x-ms-client-request-id": "5c4af82938d8bdd662befb1968529018", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed39f76a-c8ca-412a-81c8-31330454e362", + "apim-request-id": "3944910b-7491-4b28-9f05-83a36c5d10a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:14 GMT", + "Date": "Wed, 09 Sep 2020 22:32:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a59f56b00859e3dc24211d87180425c2", + "x-ms-client-request-id": "db4f566c4e5600cb93cd29fc3fe23c45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7854382e-9ae1-42df-8e1f-25a2e4579b3e", + "apim-request-id": "678a449f-fd6e-427c-a049-86871b3a94ac", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:15 GMT", + "Date": "Wed, 09 Sep 2020 22:32:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5bbca8fca187401802a74384c146647d", + "x-ms-client-request-id": "f57da57bf75958859cd502f5674734fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "263aa987-3fa7-4fd5-b8d9-e3d8e6cd45fe", + "apim-request-id": "10b4068b-8e21-4535-933b-42d0ac9fd1d4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:16 GMT", + "Date": "Wed, 09 Sep 2020 22:32:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "738010bd2b5a67981dc94f103c24f03b", + "x-ms-client-request-id": "9a2e9bd9febedbcc2c49c80b0fd97d80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0dcb4a59-a20e-429a-9b72-37c8499d78e2", + "apim-request-id": "821c94dc-f633-4a49-8773-cd586da09c5e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:18 GMT", + "Date": "Wed, 09 Sep 2020 22:32:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "82c8c45407f40ffc3e5ea3b1c45821dd", + "x-ms-client-request-id": "c39eb6829bd474bfd1f63f804bd5994b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e56d52a8-4732-4795-a989-0aa84d122560", + "apim-request-id": "b65036ba-aad0-4278-aea3-675104cbb412", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:19 GMT", + "Date": "Wed, 09 Sep 2020 22:32:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "07caa0bcb284d06810543dbe510704de", + "x-ms-client-request-id": "a3232c98a1b37c86d8a2c80f2e7a49c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "916b4d50-06e7-49b1-9057-ab5503545fdd", + "apim-request-id": "536f20e6-3b0a-4aea-85d0-5b5feb46dd33", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:20 GMT", + "Date": "Wed, 09 Sep 2020 22:32:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fd2f08b7e27eb688147034fc88e6a3c5", + "x-ms-client-request-id": "b173815771a93d28dcbac9c8be4b8f57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1614f432-37bc-4da1-af8f-0ef1714c4c9c", + "apim-request-id": "a8db708d-8b1c-435c-a537-8d9b7c1285fd", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:21 GMT", + "Date": "Wed, 09 Sep 2020 22:32:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "creating", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:13Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9c5371a7e859a2b75cf771a0c93dbd36", + "x-ms-client-request-id": "e3727db0d9b6e0cc2f21ea32d3af4557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "790fada8-fb06-45f3-8765-f21301130634", + "apim-request-id": "a01fcd1f-e253-4a78-9fc6-092b17f0f33c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:22 GMT", + "Date": "Wed, 09 Sep 2020 22:32:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c9287cade76127a104e5c7f9d8bdbd8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cf8f2f16-6aca-4f7a-855d-ee48a470322a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "5204edf9-b319-4ef5-af02-53c3fb975686", + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b15e711265077d0cb593818886f56a2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ccdbb70e-49fe-45a0-a68d-a6332d93bee2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "421b7174c622c9f5dc4bdfd012d30771", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "db71f733-fcc5-4122-a2e8-b1f658f12332", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "61205d639451475070aa14ce6619a00e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "70977e8b-88d6-4769-9fd0-6370e86aa6d4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "66849a7a7ba24c6a7c94d5bb863b6be2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d5f247e7-06a0-4caa-8b9c-aa378ca23102", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "status": "creating", + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "29240f8b09d5e0da21d3d177b12663c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e326dc0b-dc60-434f-86b1-9fe84377a52d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", "status": "ready", - "createdDateTime": "2020-08-20T18:02:13Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z" + "createdDateTime": "2020-09-09T22:32:12Z", + "lastUpdatedDateTime": "2020-09-09T22:32:25Z" }, "keys": { "clusters": { @@ -337,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,218 +593,435 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a90bbc8e5276044c9399496a503ff21c-90cbc94b4dfd3d45-00", + "traceparent": "00-2e30fd4c54093d43b91562f49d7f9752-de160fd7c679f346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bbf9c45a2328da5f1714f2137d6b472a", + "x-ms-client-request-id": "7755d0aba04ee7cff2d3e5bcbf94c035", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "30e1c853-7afe-45c3-8839-06a95c180963", + "apim-request-id": "30d09684-d165-41f3-9d0f-f5d6a00db7d5", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:22 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeresults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "Date": "Wed, 09 Sep 2020 22:32:26 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeresults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "df1677b067b4ce84518da18671e8ecd7", + "x-ms-client-request-id": "5642323f77f47139bfa445cea9f39a55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "240c3abf-3dcd-4e5b-965b-51326125b399", + "apim-request-id": "b3296808-79b3-4d6a-8fcf-dabd177691f7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:22 GMT", + "Date": "Wed, 09 Sep 2020 22:32:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z" + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c3a1feb2e7ed839c12788445f6a324f0", + "x-ms-client-request-id": "b5101231f3e5ea94403c3601231e218d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5a1fd031-da3d-4169-8134-8257b7085def", + "apim-request-id": "89db3eb0-1cd7-46cb-9b74-aba160cb195d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:23 GMT", + "Date": "Wed, 09 Sep 2020 22:32:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "51ef47afde26f382402a6a9b82d9692f", + "x-ms-client-request-id": "7f389c120ce333cd96e4b7a95b003eff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e8c67d5-1e19-4fea-8d04-a5a88a82ebe3", + "apim-request-id": "f4ec86b3-2908-4bfe-91a8-9faee7654f1c", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:24 GMT", + "Date": "Wed, 09 Sep 2020 22:32:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7f601b2884cac93cdb92cd3be23fd8ad", + "x-ms-client-request-id": "ac8a8f380b834c509e5716b840384ea1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3bc2c6f5-7020-4b8d-89ad-5121e2f3534e", + "apim-request-id": "2517f38f-61e4-4b14-ba0d-2c78c000fd4a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:25 GMT", + "Date": "Wed, 09 Sep 2020 22:32:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "29d6b1689af8d4b07bae83c27c010139", + "x-ms-client-request-id": "0dbcb8831bbb257144dc1f013bea8f3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1120d6f4-1c03-40a7-b585-bf8744565975", + "apim-request-id": "79ce4078-996e-44ac-ae83-0d910c6d568a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:26 GMT", + "Date": "Wed, 09 Sep 2020 22:32:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:22Z", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686/analyzeResults/137a6ae6-51b4-496f-bfbe-da0ee66e42f9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "da1d550fa5432b260a26769410471001", + "x-ms-client-request-id": "94c836fe749307094cece08bf615f25e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a231f781-e3d1-4e0f-85ca-b1293d5b050f", - "Content-Length": "33974", + "apim-request-id": "65d8f073-4cd7-4064-b274-b453ddec254c", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:27 GMT", + "Date": "Wed, 09 Sep 2020 22:32:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "22" }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a326159531441d441d6568a6eb4e10b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a07fe59e-fe17-4699-b151-784cc7c5622c", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0ab9d6c8b9700e0eaeb4c0ce3be52f2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ac98ecf5-5918-4b53-be5e-f0278d38f9ca", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "256bc1eaecc4cdfbf2ab762d0c621bfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c1f975c8-03e6-4e4c-9b6a-c8692cb7d4d6", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1fc32cdbe85cdced0717f4907075e137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b2c15cb4-3d7f-4d9e-80f5-fde7ff772d89", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2abc3936eae3dcefdaec17c543e1024c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f96e286d-100e-4657-8b21-44d77b8295ea", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0ef3c2980f2201d2d38f1eacf76b5c7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "71d83220-5506-4dbf-a102-4780ed742a3d", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d3f73ec9f1a5f0193de7446fd0289825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "55f18ef3-708f-4938-99b4-32361d279f0f", + "Content-Length": "33822", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "38" + }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:22Z", - "lastUpdatedDateTime": "2020-08-20T18:02:27Z", + "createdDateTime": "2020-09-09T22:32:27Z", + "lastUpdatedDateTime": "2020-09-09T22:32:39Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -617,53 +1033,53 @@ { "text": "Company A Invoice", "boundingBox": [ - 0.8764, - 1.1014, - 2.3875, - 1.1014, - 2.3875, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1226, + 2.3778, + 1.1226, + 2.3778, + 1.263, + 0.8861, + 1.263 ], "words": [ { "text": "Company", "boundingBox": [ - 0.8764, - 1.1014, - 1.6236, - 1.1014, - 1.6236, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1233, + 1.6208, + 1.1233, + 1.6208, + 1.2812, + 0.8861, + 1.2812 ] }, { "text": "A", "boundingBox": [ - 1.6667, - 1.1014, - 1.7778, - 1.1014, - 1.7778, - 1.2958, - 1.6667, - 1.2958 + 1.6694, + 1.1243, + 1.775, + 1.1243, + 1.775, + 1.2472, + 1.6694, + 1.2472 ] }, { "text": "Invoice", "boundingBox": [ - 1.8222, - 1.1014, - 2.3875, - 1.1014, - 2.3875, - 1.2958, - 1.8222, - 1.2958 + 1.8389, + 1.1215, + 2.3778, + 1.1215, + 2.3778, + 1.2486, + 1.8389, + 1.2486 ] } ] @@ -671,40 +1087,40 @@ { "text": "Invoice For:", "boundingBox": [ - 6.0028, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0668, + 7.0361, + 1.0668, + 7.0361, + 1.2122, + 6.0208, + 1.2122 ], "words": [ { "text": "Invoice", "boundingBox": [ - 6.0028, - 1.0431, - 6.6472, - 1.0431, - 6.6472, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0656, + 6.6361, + 1.0656, + 6.6361, + 1.2122, + 6.0208, + 1.2122 ] }, { "text": "For:", "boundingBox": [ - 6.6958, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.6958, - 1.2667 + 6.7139, + 1.0691, + 7.0361, + 1.0691, + 7.0361, + 1.2122, + 6.7139, + 1.2122 ] } ] @@ -712,27 +1128,27 @@ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ], "words": [ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ] } ] @@ -740,40 +1156,40 @@ { "text": "Bilbo Baggins", "boundingBox": [ - 6.0028, - 1.4389, - 6.9028, - 1.4389, - 6.9028, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4532, + 6.8972, + 1.4532, + 6.8972, + 1.5801, + 6.0167, + 1.5801 ], "words": [ { "text": "Bilbo", "boundingBox": [ - 6.0028, - 1.4389, - 6.3472, - 1.4389, - 6.3472, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4503, + 6.3389, + 1.4503, + 6.3389, + 1.5649, + 6.0167, + 1.5649 ] }, { "text": "Baggins", "boundingBox": [ - 6.3819, - 1.4389, - 6.9028, - 1.4389, - 6.9028, - 1.6056, - 6.3819, - 1.6056 + 6.3958, + 1.4556, + 6.8972, + 1.4556, + 6.8972, + 1.5931, + 6.3958, + 1.5931 ] } ] @@ -781,53 +1197,53 @@ { "text": "123 Hobbit Lane", "boundingBox": [ - 6.0028, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6744, + 7.1, + 1.6744, + 7.1, + 1.7854, + 6.0167, + 1.7854 ], "words": [ { "text": "123", "boundingBox": [ - 6.0028, - 1.6597, - 6.2542, - 1.6597, - 6.2542, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6771, + 6.2431, + 1.6771, + 6.2431, + 1.7854, + 6.0167, + 1.7854 ] }, { "text": "Hobbit", "boundingBox": [ - 6.2889, - 1.6597, - 6.7514, - 1.6597, - 6.7514, - 1.8264, - 6.2889, - 1.8264 + 6.3042, + 1.6708, + 6.7458, + 1.6708, + 6.7458, + 1.7854, + 6.3042, + 1.7854 ] }, { "text": "Lane", "boundingBox": [ - 6.7889, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.7889, - 1.8264 + 6.8028, + 1.6781, + 7.1, + 1.6781, + 7.1, + 1.7854, + 6.8028, + 1.7854 ] } ] @@ -835,53 +1251,53 @@ { "text": "567 Main St.", "boundingBox": [ - 0.8764, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8467, + 1.7125, + 1.8467, + 1.7125, + 1.9556, + 0.8847, + 1.9556 ], "words": [ { "text": "567", "boundingBox": [ - 0.8764, - 1.8292, - 1.1278, - 1.8292, - 1.1278, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8472, + 1.1208, + 1.8472, + 1.1208, + 1.9556, + 0.8847, + 1.9556 ] }, { "text": "Main", "boundingBox": [ - 1.1639, - 1.8292, - 1.5139, - 1.8292, - 1.5139, - 1.9958, - 1.1639, - 1.9958 + 1.1778, + 1.8458, + 1.5028, + 1.8458, + 1.5028, + 1.9556, + 1.1778, + 1.9556 ] }, { "text": "St.", "boundingBox": [ - 1.55, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 1.55, - 1.9958 + 1.5556, + 1.8472, + 1.7125, + 1.8472, + 1.7125, + 1.9556, + 1.5556, + 1.9556 ] } ] @@ -889,40 +1305,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 6.0028, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.8923, + 6.9792, + 1.8923, + 6.9792, + 2.0233, + 6.0167, + 2.0233 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 6.0028, - 1.8792, - 6.6972, - 1.8792, - 6.6972, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0274, + 6.0167, + 2.0274 ] }, { "text": "WA", "boundingBox": [ - 6.7361, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.7361, - 2.0458 + 6.7417, + 1.8983, + 6.9792, + 1.8983, + 6.9792, + 2.0045, + 6.7417, + 2.0045 ] } ] @@ -930,40 +1346,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 0.8764, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0628, + 1.8542, + 2.0628, + 1.8542, + 2.1918, + 0.8917, + 2.1918 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 0.8764, - 2.0486, - 1.5722, - 2.0486, - 1.5722, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0611, + 1.5597, + 2.0611, + 1.5597, + 2.1976, + 0.8917, + 2.1976 ] }, { "text": "WA", "boundingBox": [ - 1.6097, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 1.6097, - 2.2153 + 1.6153, + 2.0681, + 1.8542, + 2.0681, + 1.8542, + 2.1743, + 1.6153, + 2.1743 ] } ] @@ -971,27 +1387,27 @@ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ] } ] @@ -999,27 +1415,27 @@ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ] } ] @@ -1027,27 +1443,27 @@ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "words": [ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ] } ] @@ -1055,27 +1471,27 @@ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "words": [ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ] } ] @@ -1083,27 +1499,27 @@ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "words": [ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ] } ] @@ -1111,27 +1527,27 @@ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "words": [ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ] } ] @@ -1139,27 +1555,27 @@ { "text": "1", "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ], "words": [ { "text": "1", "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ] } ] @@ -1167,27 +1583,27 @@ { "text": "10.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ], "words": [ { "text": "10.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ] } ] @@ -1195,27 +1611,27 @@ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "words": [ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ] } ] @@ -1223,27 +1639,27 @@ { "text": "2", "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ], "words": [ { "text": "2", "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ] } ] @@ -1251,27 +1667,27 @@ { "text": "14.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ], "words": [ { "text": "14.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ] } ] @@ -1279,27 +1695,27 @@ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "words": [ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ] } ] @@ -1307,27 +1723,27 @@ { "text": "4", "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ], "words": [ { "text": "4", "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ] } ] @@ -1335,27 +1751,27 @@ { "text": "15.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ], "words": [ { "text": "15.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ] } ] @@ -1363,27 +1779,27 @@ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "words": [ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ] } ] @@ -1391,27 +1807,27 @@ { "text": "1", "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ], "words": [ { "text": "1", "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ] } ] @@ -1419,27 +1835,27 @@ { "text": "12.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ], "words": [ { "text": "12.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ] } ] @@ -1447,27 +1863,27 @@ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "words": [ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ] } ] @@ -1475,27 +1891,27 @@ { "text": "4", "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ], "words": [ { "text": "4", "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ] } ] @@ -1503,27 +1919,27 @@ { "text": "10.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ], "words": [ { "text": "10.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ] } ] @@ -1531,27 +1947,27 @@ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "words": [ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ] } ] @@ -1559,27 +1975,27 @@ { "text": "6", "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ], "words": [ { "text": "6", "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ] } ] @@ -1587,27 +2003,27 @@ { "text": "12.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ], "words": [ { "text": "12.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ] } ] @@ -1615,27 +2031,27 @@ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "words": [ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ] } ] @@ -1643,27 +2059,27 @@ { "text": "8", "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ], "words": [ { "text": "8", "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ] } ] @@ -1671,27 +2087,27 @@ { "text": "22.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ], "words": [ { "text": "22.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ] } ] @@ -1699,27 +2115,27 @@ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "words": [ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ] } ] @@ -1727,27 +2143,27 @@ { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ], "words": [ { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ] } ] @@ -1756,26 +2172,26 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "words": [ { "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ] } ] @@ -1783,27 +2199,27 @@ { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ], "words": [ { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ] } ] @@ -1812,26 +2228,26 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "words": [ { "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ] } ] @@ -1839,27 +2255,27 @@ { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ], "words": [ { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ] } ] @@ -1868,26 +2284,26 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "words": [ { "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ] } ] @@ -1895,27 +2311,27 @@ { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ], "words": [ { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ] } ] @@ -1923,68 +2339,68 @@ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "words": [ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ] } ] }, { - "text": "____Bilbo Baggins__________", + "text": "____Bilbo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, + 6.6564, + 3.0389, + 6.6564, + 3.0389, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "words": [ { "text": "____Bilbo", "boundingBox": [ 1.7472, - 6.6431, - 2.4333, - 6.6431, - 2.4333, - 6.8097, + 6.6552, + 2.4278, + 6.6552, + 2.4278, + 6.7983, 1.7472, - 6.8097 + 6.7983 ] }, { - "text": "Baggins__________", + "text": "Baggins", "boundingBox": [ - 2.4708, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, - 2.4708, - 6.8097 + 2.4819, + 6.658, + 3.0389, + 6.658, + 3.0389, + 6.7983, + 2.4819, + 6.7983 ] } ] @@ -2009,53 +2425,53 @@ { "text": "Company B Invoice", "boundingBox": [ - 0.8764, - 1.1014, - 2.3833, - 1.1014, - 2.3833, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1226, + 2.3736, + 1.1226, + 2.3736, + 1.2629, + 0.8861, + 1.2629 ], "words": [ { "text": "Company", "boundingBox": [ - 0.8764, - 1.1014, - 1.6236, - 1.1014, - 1.6236, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1233, + 1.6208, + 1.1233, + 1.6208, + 1.2812, + 0.8861, + 1.2812 ] }, { "text": "B", "boundingBox": [ - 1.6667, - 1.1014, - 1.7722, - 1.1014, - 1.7722, - 1.2958, - 1.6667, - 1.2958 + 1.6833, + 1.1247, + 1.7639, + 1.1247, + 1.7639, + 1.2469, + 1.6833, + 1.2469 ] }, { "text": "Invoice", "boundingBox": [ - 1.8167, - 1.1014, - 2.3833, - 1.1014, - 2.3833, - 1.2958, - 1.8167, - 1.2958 + 1.8333, + 1.1215, + 2.3736, + 1.1215, + 2.3736, + 1.2486, + 1.8333, + 1.2486 ] } ] @@ -2063,40 +2479,40 @@ { "text": "Invoice For:", "boundingBox": [ - 6.0028, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0668, + 7.0361, + 1.0668, + 7.0361, + 1.2122, + 6.0208, + 1.2122 ], "words": [ { "text": "Invoice", "boundingBox": [ - 6.0028, - 1.0431, - 6.6472, - 1.0431, - 6.6472, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0656, + 6.6361, + 1.0656, + 6.6361, + 1.2122, + 6.0208, + 1.2122 ] }, { "text": "For:", "boundingBox": [ - 6.6958, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.6958, - 1.2667 + 6.7139, + 1.0691, + 7.0361, + 1.0691, + 7.0361, + 1.2122, + 6.7139, + 1.2122 ] } ] @@ -2104,27 +2520,27 @@ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ], "words": [ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ] } ] @@ -2132,40 +2548,40 @@ { "text": "Frodo Baggins", "boundingBox": [ - 6.0028, - 1.4389, - 6.9569, - 1.4389, - 6.9569, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4533, + 6.95, + 1.4533, + 6.95, + 1.5801, + 6.0167, + 1.5801 ], "words": [ { "text": "Frodo", "boundingBox": [ - 6.0028, - 1.4389, - 6.3972, - 1.4389, - 6.3972, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4507, + 6.3903, + 1.4507, + 6.3903, + 1.5649, + 6.0167, + 1.5649 ] }, { "text": "Baggins", "boundingBox": [ - 6.4361, - 1.4389, - 6.9569, - 1.4389, - 6.9569, - 1.6056, - 6.4361, - 1.6056 + 6.45, + 1.4556, + 6.95, + 1.4556, + 6.95, + 1.5931, + 6.45, + 1.5931 ] } ] @@ -2173,53 +2589,53 @@ { "text": "123 Hobbit Lane", "boundingBox": [ - 6.0028, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6744, + 7.1, + 1.6744, + 7.1, + 1.7854, + 6.0167, + 1.7854 ], "words": [ { "text": "123", "boundingBox": [ - 6.0028, - 1.6597, - 6.2542, - 1.6597, - 6.2542, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6771, + 6.2431, + 1.6771, + 6.2431, + 1.7854, + 6.0167, + 1.7854 ] }, { "text": "Hobbit", "boundingBox": [ - 6.2889, - 1.6597, - 6.7514, - 1.6597, - 6.7514, - 1.8264, - 6.2889, - 1.8264 + 6.3042, + 1.6708, + 6.7458, + 1.6708, + 6.7458, + 1.7854, + 6.3042, + 1.7854 ] }, { "text": "Lane", "boundingBox": [ - 6.7889, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.7889, - 1.8264 + 6.8028, + 1.6781, + 7.1, + 1.6781, + 7.1, + 1.7854, + 6.8028, + 1.7854 ] } ] @@ -2227,53 +2643,53 @@ { "text": "567 Main St.", "boundingBox": [ - 0.8764, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8467, + 1.7125, + 1.8467, + 1.7125, + 1.9556, + 0.8847, + 1.9556 ], "words": [ { "text": "567", "boundingBox": [ - 0.8764, - 1.8292, - 1.1278, - 1.8292, - 1.1278, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8472, + 1.1208, + 1.8472, + 1.1208, + 1.9556, + 0.8847, + 1.9556 ] }, { "text": "Main", "boundingBox": [ - 1.1639, - 1.8292, - 1.5139, - 1.8292, - 1.5139, - 1.9958, - 1.1639, - 1.9958 + 1.1778, + 1.8458, + 1.5028, + 1.8458, + 1.5028, + 1.9556, + 1.1778, + 1.9556 ] }, { "text": "St.", "boundingBox": [ - 1.55, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 1.55, - 1.9958 + 1.5556, + 1.8472, + 1.7125, + 1.8472, + 1.7125, + 1.9556, + 1.5556, + 1.9556 ] } ] @@ -2281,40 +2697,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 6.0028, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.8923, + 6.9792, + 1.8923, + 6.9792, + 2.0233, + 6.0167, + 2.0233 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 6.0028, - 1.8792, - 6.6972, - 1.8792, - 6.6972, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0274, + 6.0167, + 2.0274 ] }, { "text": "WA", "boundingBox": [ - 6.7361, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.7361, - 2.0458 + 6.7417, + 1.8983, + 6.9792, + 1.8983, + 6.9792, + 2.0045, + 6.7417, + 2.0045 ] } ] @@ -2322,40 +2738,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 0.8764, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0628, + 1.8542, + 2.0628, + 1.8542, + 2.1918, + 0.8917, + 2.1918 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 0.8764, - 2.0486, - 1.5722, - 2.0486, - 1.5722, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0611, + 1.5597, + 2.0611, + 1.5597, + 2.1976, + 0.8917, + 2.1976 ] }, { "text": "WA", "boundingBox": [ - 1.6097, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 1.6097, - 2.2153 + 1.6153, + 2.0681, + 1.8542, + 2.0681, + 1.8542, + 2.1743, + 1.6153, + 2.1743 ] } ] @@ -2363,27 +2779,27 @@ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ] } ] @@ -2391,27 +2807,27 @@ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ] } ] @@ -2419,27 +2835,27 @@ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "words": [ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ] } ] @@ -2447,27 +2863,27 @@ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "words": [ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ] } ] @@ -2475,27 +2891,27 @@ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "words": [ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ] } ] @@ -2503,27 +2919,27 @@ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "words": [ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ] } ] @@ -2531,27 +2947,27 @@ { "text": "10", "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ], "words": [ { "text": "10", "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ] } ] @@ -2559,27 +2975,27 @@ { "text": "100.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ], "words": [ { "text": "100.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ] } ] @@ -2587,27 +3003,27 @@ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "words": [ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ] } ] @@ -2615,27 +3031,27 @@ { "text": "20", "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ], "words": [ { "text": "20", "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ] } ] @@ -2643,27 +3059,27 @@ { "text": "140.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ], "words": [ { "text": "140.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ] } ] @@ -2671,27 +3087,27 @@ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "words": [ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ] } ] @@ -2699,27 +3115,27 @@ { "text": "40", "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ], "words": [ { "text": "40", "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ] } ] @@ -2727,27 +3143,27 @@ { "text": "150.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ], "words": [ { "text": "150.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ] } ] @@ -2755,27 +3171,27 @@ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "words": [ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ] } ] @@ -2783,27 +3199,27 @@ { "text": "10", "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ], "words": [ { "text": "10", "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ] } ] @@ -2811,27 +3227,27 @@ { "text": "120.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ], "words": [ { "text": "120.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ] } ] @@ -2839,27 +3255,27 @@ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "words": [ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ] } ] @@ -2867,27 +3283,27 @@ { "text": "40", "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ], "words": [ { "text": "40", "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ] } ] @@ -2895,27 +3311,27 @@ { "text": "100.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ], "words": [ { "text": "100.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ] } ] @@ -2923,27 +3339,27 @@ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "words": [ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ] } ] @@ -2951,27 +3367,27 @@ { "text": "60", "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ], "words": [ { "text": "60", "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ] } ] @@ -2979,27 +3395,27 @@ { "text": "120.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ], "words": [ { "text": "120.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ] } ] @@ -3007,27 +3423,27 @@ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "words": [ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ] } ] @@ -3035,27 +3451,27 @@ { "text": "80", "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ], "words": [ { "text": "80", "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ] } ] @@ -3063,27 +3479,27 @@ { "text": "220.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ], "words": [ { "text": "220.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ] } ] @@ -3091,27 +3507,27 @@ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "words": [ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ] } ] @@ -3119,27 +3535,27 @@ { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ], "words": [ { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ] } ] @@ -3148,26 +3564,26 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "words": [ { "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ] } ] @@ -3175,27 +3591,27 @@ { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ], "words": [ { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ] } ] @@ -3204,26 +3620,26 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "words": [ { "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ] } ] @@ -3231,27 +3647,27 @@ { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ], "words": [ { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ] } ] @@ -3260,26 +3676,26 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "words": [ { "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ] } ] @@ -3287,27 +3703,27 @@ { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ], "words": [ { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ] } ] @@ -3315,68 +3731,68 @@ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "words": [ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ] } ] }, { - "text": "____Frodo Baggins__________", + "text": "____Frodo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, + 6.6566, + 3.0889, + 6.6566, + 3.0889, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "words": [ { "text": "____Frodo", "boundingBox": [ 1.7472, - 6.6431, - 2.4833, - 6.6431, - 2.4833, - 6.8097, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7983, 1.7472, - 6.8097 + 6.7983 ] }, { - "text": "Baggins__________", + "text": "Baggins", "boundingBox": [ - 2.5208, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, - 2.5208, - 6.8097 + 2.5319, + 6.658, + 3.0889, + 6.658, + 3.0889, + 6.7983, + 2.5319, + 6.7983 ] } ] @@ -3392,14 +3808,14 @@ "key": { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3408,14 +3824,14 @@ "value": { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3428,13 +3844,13 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3443,14 +3859,14 @@ "value": { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ], "elements": [ "#/readResults/0/lines/37/words/0" @@ -3463,13 +3879,13 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3478,14 +3894,14 @@ "value": { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3498,13 +3914,13 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "elements": [ "#/readResults/0/lines/40/words/0" @@ -3513,14 +3929,14 @@ "value": { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ], "elements": [ "#/readResults/0/lines/41/words/0" @@ -3532,30 +3948,30 @@ "key": { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "elements": [ "#/readResults/0/lines/42/words/0" ] }, "value": { - "text": "____Bilbo Baggins__________", + "text": "____Bilbo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, + 6.6564, + 3.0389, + 6.6564, + 3.0389, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "elements": [ "#/readResults/0/lines/43/words/0", @@ -3575,14 +3991,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -3598,14 +4014,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "confidence": 0.0, "rowSpan": 1, @@ -3621,14 +4037,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -3644,14 +4060,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "confidence": 0.0, "rowSpan": 1, @@ -3667,14 +4083,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ], "confidence": 0.0, "rowSpan": 1, @@ -3690,14 +4106,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -3713,14 +4129,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -3736,14 +4152,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -3759,14 +4175,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -3782,14 +4198,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "confidence": 0.0, "rowSpan": 1, @@ -3805,14 +4221,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ], "confidence": 0.0, "rowSpan": 1, @@ -3828,14 +4244,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -3851,14 +4267,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -3874,14 +4290,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -3897,14 +4313,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -3920,14 +4336,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "confidence": 0.0, "rowSpan": 1, @@ -3943,14 +4359,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ], "confidence": 0.0, "rowSpan": 1, @@ -3966,14 +4382,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -3989,14 +4405,14 @@ "rowIndex": 6, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "confidence": 0.0, "rowSpan": 1, @@ -4012,14 +4428,14 @@ "rowIndex": 6, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4035,14 +4451,14 @@ "rowIndex": 6, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4058,14 +4474,14 @@ "rowIndex": 7, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4081,14 +4497,14 @@ "rowIndex": 7, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4104,14 +4520,14 @@ "rowIndex": 7, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4140,14 +4556,14 @@ "key": { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "elements": [ "#/readResults/2/lines/34/words/0" @@ -4156,14 +4572,14 @@ "value": { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ], "elements": [ "#/readResults/2/lines/35/words/0" @@ -4176,13 +4592,13 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "elements": [ "#/readResults/2/lines/36/words/0" @@ -4191,14 +4607,14 @@ "value": { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ], "elements": [ "#/readResults/2/lines/37/words/0" @@ -4211,13 +4627,13 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "elements": [ "#/readResults/2/lines/38/words/0" @@ -4226,14 +4642,14 @@ "value": { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ], "elements": [ "#/readResults/2/lines/39/words/0" @@ -4246,13 +4662,13 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "elements": [ "#/readResults/2/lines/40/words/0" @@ -4261,14 +4677,14 @@ "value": { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ], "elements": [ "#/readResults/2/lines/41/words/0" @@ -4280,30 +4696,30 @@ "key": { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "elements": [ "#/readResults/2/lines/42/words/0" ] }, "value": { - "text": "____Frodo Baggins__________", + "text": "____Frodo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, + 6.6566, + 3.0889, + 6.6566, + 3.0889, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "elements": [ "#/readResults/2/lines/43/words/0", @@ -4323,14 +4739,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -4346,14 +4762,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "confidence": 0.0, "rowSpan": 1, @@ -4369,14 +4785,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -4392,14 +4808,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "confidence": 0.0, "rowSpan": 1, @@ -4415,14 +4831,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -4438,14 +4854,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -4461,14 +4877,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -4484,14 +4900,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -4507,14 +4923,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -4530,14 +4946,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "confidence": 0.0, "rowSpan": 1, @@ -4553,14 +4969,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -4576,14 +4992,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -4599,14 +5015,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -4622,14 +5038,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -4645,14 +5061,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -4668,14 +5084,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "confidence": 0.0, "rowSpan": 1, @@ -4691,14 +5107,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -4714,14 +5130,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -4737,14 +5153,14 @@ "rowIndex": 6, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "confidence": 0.0, "rowSpan": 1, @@ -4760,14 +5176,14 @@ "rowIndex": 6, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4783,14 +5199,14 @@ "rowIndex": 6, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4806,14 +5222,14 @@ "rowIndex": 7, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4829,14 +5245,14 @@ "rowIndex": 7, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4852,14 +5268,14 @@ "rowIndex": 7, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4882,28 +5298,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5204edf9-b319-4ef5-af02-53c3fb975686", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9c5d86a895742c478f6b25eca1623350-9c6aa3c95ec95548-00", + "traceparent": "00-5e16a6190a1f6d45b809edbd936b6c0a-d429ee6771a6a34d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d132bd513f028e376b8b031b017a4cd9", + "x-ms-client-request-id": "adf7a814d382261566bb5754cc42e46f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "55ae0524-1aa1-4385-96e7-c6e4b58c48bb", + "apim-request-id": "50c83b7d-788f-4cba-86c2-ee7efe6e4d1d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:27 GMT", + "Date": "Wed, 09 Sep 2020 22:32:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] } @@ -4911,7 +5327,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "430501115" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1584991278" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json index 1d204caf78626..9f4d672675576 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7376aab04fc16a478259ac03c9bd2dec-2fbfccc8a22bcb4e-00", + "traceparent": "00-858e442b6132e842b80d14d59b309ab5-3e37fc53e709fb4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb399da0cf9d2c15e98d09c65bf7b111", + "x-ms-client-request-id": "e80d4d3bbbf9190f32faa451ed67c144", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,35 +22,35 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e2edf4db-8a7e-4e55-abc9-290088bcf780", + "apim-request-id": "b3b6f9fc-28e5-4546-bccb-0067c43be868", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:06:54 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "Date": "Wed, 09 Sep 2020 22:37:41 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "126" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "86cc48ed6115630ec0eab20cf2e7766e", + "x-ms-client-request-id": "03b4e3fba6363896162516162f08e3df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d2a3362d-5f24-412e-abaa-2e694c8e2091", + "apim-request-id": "e8b0a59e-54ce-497a-ac1c-3610ce066ea6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:54 GMT", + "Date": "Wed, 09 Sep 2020 22:37:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,98 +58,98 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5f06176511ac9153a59731202e54e868", + "x-ms-client-request-id": "a6daad07858b944352e37feac1f02c4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b4aa4e4-48da-4104-8402-89d760750cee", + "apim-request-id": "4ef380bd-7671-4353-8af9-e759bffe813b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:55 GMT", + "Date": "Wed, 09 Sep 2020 22:37:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0e37fafc6b523e458ed62ab21d093901", + "x-ms-client-request-id": "aa2f87b893ec95cdb7d5d2d3a4f9ea29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef8cb070-e0d6-488c-95fa-1fcf001fdf5c", + "apim-request-id": "a30c3670-60b2-47fc-973d-16b3422ce9b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:56 GMT", + "Date": "Wed, 09 Sep 2020 22:37:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "43619a1751f0dc64f43ae17d30ee346b", + "x-ms-client-request-id": "3f49c4171b8d76b89f1fb05226ac7625", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5c5bd76-1c15-4c68-a502-57d21b3d1e87", + "apim-request-id": "9bcf554c-4d94-43ab-8e01-5041536a5662", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:58 GMT", + "Date": "Wed, 09 Sep 2020 22:37:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,32 +157,98 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a75ec9f939d874f3e045eeb6b370f059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e56f1e4-d045-465a-8146-6249aa7ab33f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fdd356f9eda79dbfceb90acce27a6e0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "85506503-9d18-4d4a-a2e3-56af9b8d6389", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f80f490167b0fa1bd1c7d0d6e6a0749c", + "x-ms-client-request-id": "dad9ac5e429bde50d1d55f482c02c32e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fee3f0a2-4f77-4e98-8cd5-50481d8d7cb0", + "apim-request-id": "9b6f018d-e06f-4d77-b914-5030cf6e95e3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:06:59 GMT", + "Date": "Wed, 09 Sep 2020 22:37:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -190,142 +256,307 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d058572f79d80c7e0ac0d91f2e269165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "366ee56d-3872-4de4-815a-949933188064", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0658e3d61596b7be05f52cd18d7671cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b72a0a4c-18fc-407e-9d21-25c25527772a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8b9ddbf59d22e4322ecdd0da6830afaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "237a20fe-6133-45ce-b6b4-427348a9ef10", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "53" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4871f944bdaa1a9798a1cae34dac7e93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "67d04527-171c-4376-9f33-a85a63a24d4b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "94092f5da4f3aa78955b1a188ac80ea0", + "x-ms-client-request-id": "52290d4f05893843b173d7c945e34ed5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48ef1c3b-892a-486a-8539-98ac04371184", + "apim-request-id": "2f28b32a-2080-4894-aff4-61d9da75d4e4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:00 GMT", + "Date": "Wed, 09 Sep 2020 22:37:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3b1bea140f9af517e677228818ef554", + "x-ms-client-request-id": "938c8145280538214482f280d34e9781", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1688e32b-7f20-4a42-b64f-5c871e162ce0", + "apim-request-id": "50fc9b78-a686-4da2-9ab9-3524fd101ec7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:01 GMT", + "Date": "Wed, 09 Sep 2020 22:37:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "002045c6a0e45d78d16563544d036f09", + "x-ms-client-request-id": "5b8b3d4f5c063f21b6399737e5ced5b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f18eee50-ab36-48ba-a720-c7ed4555cbbe", + "apim-request-id": "6a0310e7-a24b-4c1b-956f-338f134a0ceb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:02 GMT", + "Date": "Wed, 09 Sep 2020 22:37:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "creating", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:06:54Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "27342fb9a0ef1ca2de59158c324f2907", + "x-ms-client-request-id": "cc9ef552ea20278eebf10e0612c26562", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f22d374d-d3ff-4f9b-aa64-2a5506378462", + "apim-request-id": "ddd9f2d4-6707-4f62-89f8-fdc09dd34d31", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:03 GMT", + "Date": "Wed, 09 Sep 2020 22:37:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "status": "creating", + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "077a55dcf358e8ce604dddcb90ea5375", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ddb5e964-a679-458b-99ec-af8cf7449b86", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:37:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "651959be-b619-481d-b743-b9733e99a0ef", "status": "ready", - "createdDateTime": "2020-08-20T18:06:54Z", - "lastUpdatedDateTime": "2020-08-20T18:07:03Z" + "createdDateTime": "2020-09-09T22:37:42Z", + "lastUpdatedDateTime": "2020-09-09T22:37:58Z" }, "keys": { "clusters": { @@ -337,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,218 +626,435 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-061fa49eef7a1f4e8171ca440aec2f02-4d87cc1acd887149-00", + "traceparent": "00-7d19071e922d41449d515c15679a0d54-54982541ff46aa4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4451c5650ea801bc46530294ddfc627b", + "x-ms-client-request-id": "de2d3dadcbaf6461ae6470154e1a2cf4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "87749953-2fe6-473f-b8ca-21d8b97c8dc4", + "apim-request-id": "7f2be741-dad7-4dc4-972d-cd4d69bf0a73", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:03 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeresults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "Date": "Wed, 09 Sep 2020 22:37:58 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeresults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "118" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "516f69f7cd592564a203228a8aec2b81", + "x-ms-client-request-id": "8f5a35d3cd545f5c26b56bd20dc29600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4afd79b-e047-4d99-989d-ac5936e42f58", + "apim-request-id": "212b20a6-0584-4ea4-9c86-0f0db4b701c7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:03 GMT", + "Date": "Wed, 09 Sep 2020 22:37:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:03Z" + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "87ef5c3c2ab2aa617333e19b9e0e3fe1", + "x-ms-client-request-id": "d559989e879411b2f41559f482b99a46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "394cdd46-23a5-4559-b0dc-503d5f464b27", + "apim-request-id": "ed65a955-f93d-4a43-81f9-40ade1aba7a2", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:04 GMT", + "Date": "Wed, 09 Sep 2020 22:37:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:04Z", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c9959af7d7df97ae612ba2a4eb317659", + "x-ms-client-request-id": "5bf8e921c38fe021e0ceb7fa5f8f57ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5e1658c7-abf2-4b99-807a-405215b7d362", + "apim-request-id": "826135ae-ec0e-4bb9-bfb0-810bbccefd27", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:05 GMT", + "Date": "Wed, 09 Sep 2020 22:38:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:04Z", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "81588028da0dccc907c4dd25ecc98794", + "x-ms-client-request-id": "b5766fcd56c14c5f82499b3f7468dd6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78333d2b-7dd7-4baf-b33d-9e74be43760d", + "apim-request-id": "051636a7-52ff-4a89-a2dd-8b3395661569", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:07 GMT", + "Date": "Wed, 09 Sep 2020 22:38:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:04Z", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f09340c4625764a1ae57268688bcbe42", + "x-ms-client-request-id": "23b0251b3bcadb707778f4c6cfb8b165", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97fde5b4-69c8-4f3b-8550-9f754257f75f", + "apim-request-id": "12e59d7b-1e75-4898-bd94-94437b9c4d2a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:08 GMT", + "Date": "Wed, 09 Sep 2020 22:38:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:04Z", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e/analyzeResults/c614da5e-4262-47ca-b86f-586d69f4fe0b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d7287bcbdb61cd4d1c9c11bf988ab97", + "x-ms-client-request-id": "13266cbde442ca8589abd94628e26c78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c276edd6-fddd-4529-8682-441166aaac50", - "Content-Length": "33974", + "apim-request-id": "0f457212-df8d-4f11-8180-c4f7a59ce42d", + "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:09 GMT", + "Date": "Wed, 09 Sep 2020 22:38:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3ade49f133de9222ff9b3e4862987cc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "891193b3-891b-4ab9-bd1e-6dd682c0d9f0", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "07813598c941362ba0e69a1e622ab294", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f4c3e373-f3a1-4ff3-a41f-125fbc8f22cf", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "86d57c0c77d98987499414a6a63c68f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "19560d6e-827c-4474-b863-4e9ffceeac1b", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f2ad0f2e646027361ea899f8990430d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1f0002d0-c404-4ad0-af3b-93febe269583", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e53ca9e9f6c321f0aef8beacb5849063", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "06f93d1c-773f-4b01-9848-7ac6ab76c084", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "53efa87dc07ca73445ae6831dd8eef45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2a62e966-184e-43d7-94ba-af7034eb9cb6", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fcbd3f648200382d1e8c4367a68a7199", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c6fc3135-eb28-4fe8-9802-7ecf8340d6b3", + "Content-Length": "33822", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:38:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:03Z", - "lastUpdatedDateTime": "2020-08-20T18:07:08Z", + "createdDateTime": "2020-09-09T22:37:59Z", + "lastUpdatedDateTime": "2020-09-09T22:38:11Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -617,53 +1066,53 @@ { "text": "Company A Invoice", "boundingBox": [ - 0.8764, - 1.1014, - 2.3875, - 1.1014, - 2.3875, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1226, + 2.3778, + 1.1226, + 2.3778, + 1.263, + 0.8861, + 1.263 ], "words": [ { "text": "Company", "boundingBox": [ - 0.8764, - 1.1014, - 1.6236, - 1.1014, - 1.6236, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1233, + 1.6208, + 1.1233, + 1.6208, + 1.2812, + 0.8861, + 1.2812 ] }, { "text": "A", "boundingBox": [ - 1.6667, - 1.1014, - 1.7778, - 1.1014, - 1.7778, - 1.2958, - 1.6667, - 1.2958 + 1.6694, + 1.1243, + 1.775, + 1.1243, + 1.775, + 1.2472, + 1.6694, + 1.2472 ] }, { "text": "Invoice", "boundingBox": [ - 1.8222, - 1.1014, - 2.3875, - 1.1014, - 2.3875, - 1.2958, - 1.8222, - 1.2958 + 1.8389, + 1.1215, + 2.3778, + 1.1215, + 2.3778, + 1.2486, + 1.8389, + 1.2486 ] } ] @@ -671,40 +1120,40 @@ { "text": "Invoice For:", "boundingBox": [ - 6.0028, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0668, + 7.0361, + 1.0668, + 7.0361, + 1.2122, + 6.0208, + 1.2122 ], "words": [ { "text": "Invoice", "boundingBox": [ - 6.0028, - 1.0431, - 6.6472, - 1.0431, - 6.6472, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0656, + 6.6361, + 1.0656, + 6.6361, + 1.2122, + 6.0208, + 1.2122 ] }, { "text": "For:", "boundingBox": [ - 6.6958, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.6958, - 1.2667 + 6.7139, + 1.0691, + 7.0361, + 1.0691, + 7.0361, + 1.2122, + 6.7139, + 1.2122 ] } ] @@ -712,27 +1161,27 @@ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ], "words": [ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ] } ] @@ -740,40 +1189,40 @@ { "text": "Bilbo Baggins", "boundingBox": [ - 6.0028, - 1.4389, - 6.9028, - 1.4389, - 6.9028, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4532, + 6.8972, + 1.4532, + 6.8972, + 1.5801, + 6.0167, + 1.5801 ], "words": [ { "text": "Bilbo", "boundingBox": [ - 6.0028, - 1.4389, - 6.3472, - 1.4389, - 6.3472, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4503, + 6.3389, + 1.4503, + 6.3389, + 1.5649, + 6.0167, + 1.5649 ] }, { "text": "Baggins", "boundingBox": [ - 6.3819, - 1.4389, - 6.9028, - 1.4389, - 6.9028, - 1.6056, - 6.3819, - 1.6056 + 6.3958, + 1.4556, + 6.8972, + 1.4556, + 6.8972, + 1.5931, + 6.3958, + 1.5931 ] } ] @@ -781,53 +1230,53 @@ { "text": "123 Hobbit Lane", "boundingBox": [ - 6.0028, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6744, + 7.1, + 1.6744, + 7.1, + 1.7854, + 6.0167, + 1.7854 ], "words": [ { "text": "123", "boundingBox": [ - 6.0028, - 1.6597, - 6.2542, - 1.6597, - 6.2542, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6771, + 6.2431, + 1.6771, + 6.2431, + 1.7854, + 6.0167, + 1.7854 ] }, { "text": "Hobbit", "boundingBox": [ - 6.2889, - 1.6597, - 6.7514, - 1.6597, - 6.7514, - 1.8264, - 6.2889, - 1.8264 + 6.3042, + 1.6708, + 6.7458, + 1.6708, + 6.7458, + 1.7854, + 6.3042, + 1.7854 ] }, { "text": "Lane", "boundingBox": [ - 6.7889, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.7889, - 1.8264 + 6.8028, + 1.6781, + 7.1, + 1.6781, + 7.1, + 1.7854, + 6.8028, + 1.7854 ] } ] @@ -835,53 +1284,53 @@ { "text": "567 Main St.", "boundingBox": [ - 0.8764, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8467, + 1.7125, + 1.8467, + 1.7125, + 1.9556, + 0.8847, + 1.9556 ], "words": [ { "text": "567", "boundingBox": [ - 0.8764, - 1.8292, - 1.1278, - 1.8292, - 1.1278, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8472, + 1.1208, + 1.8472, + 1.1208, + 1.9556, + 0.8847, + 1.9556 ] }, { "text": "Main", "boundingBox": [ - 1.1639, - 1.8292, - 1.5139, - 1.8292, - 1.5139, - 1.9958, - 1.1639, - 1.9958 + 1.1778, + 1.8458, + 1.5028, + 1.8458, + 1.5028, + 1.9556, + 1.1778, + 1.9556 ] }, { "text": "St.", "boundingBox": [ - 1.55, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 1.55, - 1.9958 + 1.5556, + 1.8472, + 1.7125, + 1.8472, + 1.7125, + 1.9556, + 1.5556, + 1.9556 ] } ] @@ -889,40 +1338,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 6.0028, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.8923, + 6.9792, + 1.8923, + 6.9792, + 2.0233, + 6.0167, + 2.0233 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 6.0028, - 1.8792, - 6.6972, - 1.8792, - 6.6972, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0274, + 6.0167, + 2.0274 ] }, { "text": "WA", "boundingBox": [ - 6.7361, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.7361, - 2.0458 + 6.7417, + 1.8983, + 6.9792, + 1.8983, + 6.9792, + 2.0045, + 6.7417, + 2.0045 ] } ] @@ -930,40 +1379,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 0.8764, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0628, + 1.8542, + 2.0628, + 1.8542, + 2.1918, + 0.8917, + 2.1918 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 0.8764, - 2.0486, - 1.5722, - 2.0486, - 1.5722, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0611, + 1.5597, + 2.0611, + 1.5597, + 2.1976, + 0.8917, + 2.1976 ] }, { "text": "WA", "boundingBox": [ - 1.6097, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 1.6097, - 2.2153 + 1.6153, + 2.0681, + 1.8542, + 2.0681, + 1.8542, + 2.1743, + 1.6153, + 2.1743 ] } ] @@ -971,27 +1420,27 @@ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ] } ] @@ -999,27 +1448,27 @@ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ] } ] @@ -1027,27 +1476,27 @@ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "words": [ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ] } ] @@ -1055,27 +1504,27 @@ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "words": [ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ] } ] @@ -1083,27 +1532,27 @@ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "words": [ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ] } ] @@ -1111,27 +1560,27 @@ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "words": [ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ] } ] @@ -1139,27 +1588,27 @@ { "text": "1", "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ], "words": [ { "text": "1", "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ] } ] @@ -1167,27 +1616,27 @@ { "text": "10.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ], "words": [ { "text": "10.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ] } ] @@ -1195,27 +1644,27 @@ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "words": [ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ] } ] @@ -1223,27 +1672,27 @@ { "text": "2", "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ], "words": [ { "text": "2", "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ] } ] @@ -1251,27 +1700,27 @@ { "text": "14.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ], "words": [ { "text": "14.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ] } ] @@ -1279,27 +1728,27 @@ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "words": [ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ] } ] @@ -1307,27 +1756,27 @@ { "text": "4", "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ], "words": [ { "text": "4", "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ] } ] @@ -1335,27 +1784,27 @@ { "text": "15.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ], "words": [ { "text": "15.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ] } ] @@ -1363,27 +1812,27 @@ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "words": [ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ] } ] @@ -1391,27 +1840,27 @@ { "text": "1", "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ], "words": [ { "text": "1", "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ] } ] @@ -1419,27 +1868,27 @@ { "text": "12.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ], "words": [ { "text": "12.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ] } ] @@ -1447,27 +1896,27 @@ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "words": [ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ] } ] @@ -1475,27 +1924,27 @@ { "text": "4", "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ], "words": [ { "text": "4", "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ] } ] @@ -1503,27 +1952,27 @@ { "text": "10.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ], "words": [ { "text": "10.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ] } ] @@ -1531,27 +1980,27 @@ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "words": [ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ] } ] @@ -1559,27 +2008,27 @@ { "text": "6", "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ], "words": [ { "text": "6", "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ] } ] @@ -1587,27 +2036,27 @@ { "text": "12.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ], "words": [ { "text": "12.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ] } ] @@ -1615,27 +2064,27 @@ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "words": [ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ] } ] @@ -1643,27 +2092,27 @@ { "text": "8", "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ], "words": [ { "text": "8", "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ] } ] @@ -1671,27 +2120,27 @@ { "text": "22.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ], "words": [ { "text": "22.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ] } ] @@ -1699,27 +2148,27 @@ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "words": [ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ] } ] @@ -1727,27 +2176,27 @@ { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ], "words": [ { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ] } ] @@ -1756,26 +2205,26 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "words": [ { "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ] } ] @@ -1783,27 +2232,27 @@ { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ], "words": [ { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ] } ] @@ -1812,26 +2261,26 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "words": [ { "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ] } ] @@ -1839,27 +2288,27 @@ { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ], "words": [ { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ] } ] @@ -1868,26 +2317,26 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "words": [ { "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ] } ] @@ -1895,27 +2344,27 @@ { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ], "words": [ { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ] } ] @@ -1923,68 +2372,68 @@ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "words": [ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ] } ] }, { - "text": "____Bilbo Baggins__________", + "text": "____Bilbo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, + 6.6564, + 3.0389, + 6.6564, + 3.0389, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "words": [ { "text": "____Bilbo", "boundingBox": [ 1.7472, - 6.6431, - 2.4333, - 6.6431, - 2.4333, - 6.8097, + 6.6552, + 2.4278, + 6.6552, + 2.4278, + 6.7983, 1.7472, - 6.8097 + 6.7983 ] }, { - "text": "Baggins__________", + "text": "Baggins", "boundingBox": [ - 2.4708, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, - 2.4708, - 6.8097 + 2.4819, + 6.658, + 3.0389, + 6.658, + 3.0389, + 6.7983, + 2.4819, + 6.7983 ] } ] @@ -2009,53 +2458,53 @@ { "text": "Company B Invoice", "boundingBox": [ - 0.8764, - 1.1014, - 2.3833, - 1.1014, - 2.3833, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1226, + 2.3736, + 1.1226, + 2.3736, + 1.2629, + 0.8861, + 1.2629 ], "words": [ { "text": "Company", "boundingBox": [ - 0.8764, - 1.1014, - 1.6236, - 1.1014, - 1.6236, - 1.2958, - 0.8764, - 1.2958 + 0.8861, + 1.1233, + 1.6208, + 1.1233, + 1.6208, + 1.2812, + 0.8861, + 1.2812 ] }, { "text": "B", "boundingBox": [ - 1.6667, - 1.1014, - 1.7722, - 1.1014, - 1.7722, - 1.2958, - 1.6667, - 1.2958 + 1.6833, + 1.1247, + 1.7639, + 1.1247, + 1.7639, + 1.2469, + 1.6833, + 1.2469 ] }, { "text": "Invoice", "boundingBox": [ - 1.8167, - 1.1014, - 2.3833, - 1.1014, - 2.3833, - 1.2958, - 1.8167, - 1.2958 + 1.8333, + 1.1215, + 2.3736, + 1.1215, + 2.3736, + 1.2486, + 1.8333, + 1.2486 ] } ] @@ -2063,40 +2512,40 @@ { "text": "Invoice For:", "boundingBox": [ - 6.0028, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0668, + 7.0361, + 1.0668, + 7.0361, + 1.2122, + 6.0208, + 1.2122 ], "words": [ { "text": "Invoice", "boundingBox": [ - 6.0028, - 1.0431, - 6.6472, - 1.0431, - 6.6472, - 1.2667, - 6.0028, - 1.2667 + 6.0208, + 1.0656, + 6.6361, + 1.0656, + 6.6361, + 1.2122, + 6.0208, + 1.2122 ] }, { "text": "For:", "boundingBox": [ - 6.6958, - 1.0431, - 7.0528, - 1.0431, - 7.0528, - 1.2667, - 6.6958, - 1.2667 + 6.7139, + 1.0691, + 7.0361, + 1.0691, + 7.0361, + 1.2122, + 6.7139, + 1.2122 ] } ] @@ -2104,27 +2553,27 @@ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ], "words": [ { "text": "Address:", "boundingBox": [ - 0.8764, - 1.4681, - 1.5778, - 1.4681, - 1.5778, - 1.6625, - 0.8764, - 1.6625 + 0.8792, + 1.4826, + 1.5653, + 1.4826, + 1.5653, + 1.6156, + 0.8792, + 1.6156 ] } ] @@ -2132,40 +2581,40 @@ { "text": "Frodo Baggins", "boundingBox": [ - 6.0028, - 1.4389, - 6.9569, - 1.4389, - 6.9569, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4533, + 6.95, + 1.4533, + 6.95, + 1.5801, + 6.0167, + 1.5801 ], "words": [ { "text": "Frodo", "boundingBox": [ - 6.0028, - 1.4389, - 6.3972, - 1.4389, - 6.3972, - 1.6056, - 6.0028, - 1.6056 + 6.0167, + 1.4507, + 6.3903, + 1.4507, + 6.3903, + 1.5649, + 6.0167, + 1.5649 ] }, { "text": "Baggins", "boundingBox": [ - 6.4361, - 1.4389, - 6.9569, - 1.4389, - 6.9569, - 1.6056, - 6.4361, - 1.6056 + 6.45, + 1.4556, + 6.95, + 1.4556, + 6.95, + 1.5931, + 6.45, + 1.5931 ] } ] @@ -2173,53 +2622,53 @@ { "text": "123 Hobbit Lane", "boundingBox": [ - 6.0028, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6744, + 7.1, + 1.6744, + 7.1, + 1.7854, + 6.0167, + 1.7854 ], "words": [ { "text": "123", "boundingBox": [ - 6.0028, - 1.6597, - 6.2542, - 1.6597, - 6.2542, - 1.8264, - 6.0028, - 1.8264 + 6.0167, + 1.6771, + 6.2431, + 1.6771, + 6.2431, + 1.7854, + 6.0167, + 1.7854 ] }, { "text": "Hobbit", "boundingBox": [ - 6.2889, - 1.6597, - 6.7514, - 1.6597, - 6.7514, - 1.8264, - 6.2889, - 1.8264 + 6.3042, + 1.6708, + 6.7458, + 1.6708, + 6.7458, + 1.7854, + 6.3042, + 1.7854 ] }, { "text": "Lane", "boundingBox": [ - 6.7889, - 1.6597, - 7.1083, - 1.6597, - 7.1083, - 1.8264, - 6.7889, - 1.8264 + 6.8028, + 1.6781, + 7.1, + 1.6781, + 7.1, + 1.7854, + 6.8028, + 1.7854 ] } ] @@ -2227,53 +2676,53 @@ { "text": "567 Main St.", "boundingBox": [ - 0.8764, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8467, + 1.7125, + 1.8467, + 1.7125, + 1.9556, + 0.8847, + 1.9556 ], "words": [ { "text": "567", "boundingBox": [ - 0.8764, - 1.8292, - 1.1278, - 1.8292, - 1.1278, - 1.9958, - 0.8764, - 1.9958 + 0.8847, + 1.8472, + 1.1208, + 1.8472, + 1.1208, + 1.9556, + 0.8847, + 1.9556 ] }, { "text": "Main", "boundingBox": [ - 1.1639, - 1.8292, - 1.5139, - 1.8292, - 1.5139, - 1.9958, - 1.1639, - 1.9958 + 1.1778, + 1.8458, + 1.5028, + 1.8458, + 1.5028, + 1.9556, + 1.1778, + 1.9556 ] }, { "text": "St.", "boundingBox": [ - 1.55, - 1.8292, - 1.725, - 1.8292, - 1.725, - 1.9958, - 1.55, - 1.9958 + 1.5556, + 1.8472, + 1.7125, + 1.8472, + 1.7125, + 1.9556, + 1.5556, + 1.9556 ] } ] @@ -2281,40 +2730,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 6.0028, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.8923, + 6.9792, + 1.8923, + 6.9792, + 2.0233, + 6.0167, + 2.0233 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 6.0028, - 1.8792, - 6.6972, - 1.8792, - 6.6972, - 2.0458, - 6.0028, - 2.0458 + 6.0167, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0274, + 6.0167, + 2.0274 ] }, { "text": "WA", "boundingBox": [ - 6.7361, - 1.8792, - 6.9819, - 1.8792, - 6.9819, - 2.0458, - 6.7361, - 2.0458 + 6.7417, + 1.8983, + 6.9792, + 1.8983, + 6.9792, + 2.0045, + 6.7417, + 2.0045 ] } ] @@ -2322,40 +2771,40 @@ { "text": "Redmond, WA", "boundingBox": [ - 0.8764, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0628, + 1.8542, + 2.0628, + 1.8542, + 2.1918, + 0.8917, + 2.1918 ], "words": [ { "text": "Redmond,", "boundingBox": [ - 0.8764, - 2.0486, - 1.5722, - 2.0486, - 1.5722, - 2.2153, - 0.8764, - 2.2153 + 0.8917, + 2.0611, + 1.5597, + 2.0611, + 1.5597, + 2.1976, + 0.8917, + 2.1976 ] }, { "text": "WA", "boundingBox": [ - 1.6097, - 2.0486, - 1.8569, - 2.0486, - 1.8569, - 2.2153, - 1.6097, - 2.2153 + 1.6153, + 2.0681, + 1.8542, + 2.0681, + 1.8542, + 2.1743, + 1.6153, + 2.1743 ] } ] @@ -2363,27 +2812,27 @@ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 6.0028, - 2.0986, - 6.9472, - 2.0986, - 6.9472, - 2.2653, - 6.0028, - 2.2653 + 6.0111, + 2.1188, + 6.9375, + 2.1188, + 6.9375, + 2.2253, + 6.0111, + 2.2253 ] } ] @@ -2391,27 +2840,27 @@ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ], "words": [ { "text": "555-555-5555", "boundingBox": [ - 0.8764, - 2.2694, - 1.8222, - 2.2694, - 1.8222, - 2.4361, - 0.8764, - 2.4361 + 0.8847, + 2.2885, + 1.8111, + 2.2885, + 1.8111, + 2.3955, + 0.8847, + 2.3955 ] } ] @@ -2419,27 +2868,27 @@ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "words": [ { "text": "Item", "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ] } ] @@ -2447,27 +2896,27 @@ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "words": [ { "text": "Quantity", "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ] } ] @@ -2475,27 +2924,27 @@ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "words": [ { "text": "Price", "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ] } ] @@ -2503,27 +2952,27 @@ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "words": [ { "text": "A", "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ] } ] @@ -2531,27 +2980,27 @@ { "text": "10", "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ], "words": [ { "text": "10", "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ] } ] @@ -2559,27 +3008,27 @@ { "text": "100.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ], "words": [ { "text": "100.99", "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ] } ] @@ -2587,27 +3036,27 @@ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "words": [ { "text": "B", "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ] } ] @@ -2615,27 +3064,27 @@ { "text": "20", "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ], "words": [ { "text": "20", "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ] } ] @@ -2643,27 +3092,27 @@ { "text": "140.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ], "words": [ { "text": "140.67", "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ] } ] @@ -2671,27 +3120,27 @@ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "words": [ { "text": "C", "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ] } ] @@ -2699,27 +3148,27 @@ { "text": "40", "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ], "words": [ { "text": "40", "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ] } ] @@ -2727,27 +3176,27 @@ { "text": "150.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ], "words": [ { "text": "150.66", "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ] } ] @@ -2755,27 +3204,27 @@ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "words": [ { "text": "D", "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ] } ] @@ -2783,27 +3232,27 @@ { "text": "10", "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ], "words": [ { "text": "10", "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ] } ] @@ -2811,27 +3260,27 @@ { "text": "120.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ], "words": [ { "text": "120.00", "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ] } ] @@ -2839,27 +3288,27 @@ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "words": [ { "text": "E", "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ] } ] @@ -2867,27 +3316,27 @@ { "text": "40", "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ], "words": [ { "text": "40", "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ] } ] @@ -2895,27 +3344,27 @@ { "text": "100.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ], "words": [ { "text": "100.00", "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ] } ] @@ -2923,27 +3372,27 @@ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "words": [ { "text": "F", "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ] } ] @@ -2951,27 +3400,27 @@ { "text": "60", "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ], "words": [ { "text": "60", "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ] } ] @@ -2979,27 +3428,27 @@ { "text": "120.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ], "words": [ { "text": "120.00", "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ] } ] @@ -3007,27 +3456,27 @@ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "words": [ { "text": "G", "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ] } ] @@ -3035,27 +3484,27 @@ { "text": "80", "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ], "words": [ { "text": "80", "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ] } ] @@ -3063,27 +3512,27 @@ { "text": "220.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ], "words": [ { "text": "220.00", "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ] } ] @@ -3091,27 +3540,27 @@ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "words": [ { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ] } ] @@ -3119,27 +3568,27 @@ { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ], "words": [ { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ] } ] @@ -3148,26 +3597,26 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "words": [ { "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ] } ] @@ -3175,27 +3624,27 @@ { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ], "words": [ { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ] } ] @@ -3204,26 +3653,26 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "words": [ { "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ] } ] @@ -3231,27 +3680,27 @@ { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ], "words": [ { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ] } ] @@ -3260,26 +3709,26 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "words": [ { "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ] } ] @@ -3287,27 +3736,27 @@ { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ], "words": [ { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ] } ] @@ -3315,68 +3764,68 @@ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "words": [ { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ] } ] }, { - "text": "____Frodo Baggins__________", + "text": "____Frodo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, + 6.6566, + 3.0889, + 6.6566, + 3.0889, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "words": [ { "text": "____Frodo", "boundingBox": [ 1.7472, - 6.6431, - 2.4833, - 6.6431, - 2.4833, - 6.8097, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7983, 1.7472, - 6.8097 + 6.7983 ] }, { - "text": "Baggins__________", + "text": "Baggins", "boundingBox": [ - 2.5208, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, - 2.5208, - 6.8097 + 2.5319, + 6.658, + 3.0889, + 6.658, + 3.0889, + 6.7983, + 2.5319, + 6.7983 ] } ] @@ -3392,14 +3841,14 @@ "key": { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3408,14 +3857,14 @@ "value": { "text": "300.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.6361, - 4.8861, - 6.6361, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.6319, + 4.9042, + 6.6319, + 5.0132, + 6.1792, + 5.0132 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3428,13 +3877,13 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3443,14 +3892,14 @@ "value": { "text": "30.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2069, - 5.1069, - 6.2069, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2028, + 5.1247, + 6.2028, + 5.2333, + 5.8361, + 5.2333 ], "elements": [ "#/readResults/0/lines/37/words/0" @@ -3463,13 +3912,13 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3478,14 +3927,14 @@ "value": { "text": "100.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.2639, - 5.3264, - 6.2639, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.2583, + 5.3444, + 6.2583, + 5.4535, + 5.8111, + 5.4535 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3498,13 +3947,13 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "elements": [ "#/readResults/0/lines/40/words/0" @@ -3513,14 +3962,14 @@ "value": { "text": "430.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4028, - 5.5472, - 6.4028, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.3986, + 5.5646, + 6.3986, + 5.6733, + 5.9417, + 5.6733 ], "elements": [ "#/readResults/0/lines/41/words/0" @@ -3532,30 +3981,30 @@ "key": { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "elements": [ "#/readResults/0/lines/42/words/0" ] }, "value": { - "text": "____Bilbo Baggins__________", + "text": "____Bilbo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8333, - 6.6431, - 3.8333, - 6.8097, + 6.6564, + 3.0389, + 6.6564, + 3.0389, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "elements": [ "#/readResults/0/lines/43/words/0", @@ -3575,14 +4024,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -3598,14 +4047,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "confidence": 0.0, "rowSpan": 1, @@ -3621,14 +4070,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -3644,14 +4093,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "confidence": 0.0, "rowSpan": 1, @@ -3667,14 +4116,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.1931, - 3.3292, - 3.1931, - 3.3292, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2115, + 3.3208, + 3.2115, + 3.3208, + 3.3177, + 3.2597, + 3.3177 ], "confidence": 0.0, "rowSpan": 1, @@ -3690,14 +4139,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.1931, - 5.7875, - 3.1931, - 5.7875, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.7792, + 3.2108, + 5.7792, + 3.3191, + 5.4236, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -3713,14 +4162,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -3736,14 +4185,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.4056, - 3.3292, - 3.4056, - 3.3292, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.3194, + 3.424, + 3.3194, + 3.5309, + 3.2542, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -3759,14 +4208,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.4056, - 5.7861, - 3.4056, - 5.7861, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.7792, + 3.424, + 5.7792, + 3.5323, + 5.4236, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -3782,14 +4231,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "confidence": 0.0, "rowSpan": 1, @@ -3805,14 +4254,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.6167, - 3.3292, - 3.6167, - 3.3292, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.6351, + 3.3236, + 3.6351, + 3.3236, + 3.7413, + 3.2486, + 3.7413 ], "confidence": 0.0, "rowSpan": 1, @@ -3828,14 +4277,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.6167, - 5.7861, - 3.6167, - 5.7861, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.7792, + 3.634, + 5.7792, + 3.7424, + 5.4236, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -3851,14 +4300,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -3874,14 +4323,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.8264, - 3.3292, - 3.8264, - 3.3292, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8451, + 3.3208, + 3.8451, + 3.3208, + 3.951, + 3.2597, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -3897,14 +4346,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.8264, - 5.7861, - 3.8264, - 5.7861, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.7806, + 3.8441, + 5.7806, + 3.9524, + 5.4236, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -3920,14 +4369,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "confidence": 0.0, "rowSpan": 1, @@ -3943,14 +4392,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.0361, - 3.3292, - 4.0361, - 3.3292, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0556, + 3.3236, + 4.0556, + 3.3236, + 4.1618, + 3.2486, + 4.1618 ], "confidence": 0.0, "rowSpan": 1, @@ -3966,14 +4415,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.0361, - 5.7875, - 4.0361, - 5.7875, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.7806, + 4.0545, + 5.7806, + 4.1628, + 5.4236, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -3989,14 +4438,14 @@ "rowIndex": 6, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "confidence": 0.0, "rowSpan": 1, @@ -4012,14 +4461,14 @@ "rowIndex": 6, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.2458, - 3.3292, - 4.2458, - 3.3292, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.3222, + 4.2646, + 3.3222, + 4.3726, + 3.2528, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4035,14 +4484,14 @@ "rowIndex": 6, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.2458, - 5.7861, - 4.2458, - 5.7861, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.7806, + 4.2646, + 5.7806, + 4.3726, + 5.4236, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4058,14 +4507,14 @@ "rowIndex": 7, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4081,14 +4530,14 @@ "rowIndex": 7, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.4569, - 3.3292, - 4.4569, - 3.3292, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.3222, + 4.4747, + 3.3222, + 4.5826, + 3.2514, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4104,14 +4553,14 @@ "rowIndex": 7, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.4569, - 5.7875, - 4.4569, - 5.7875, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.7806, + 4.4747, + 5.7806, + 4.5826, + 5.4181, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4140,14 +4589,14 @@ "key": { "text": "Subtotal:", "boundingBox": [ - 5.5028, - 4.8861, - 6.1347, - 4.8861, - 6.1347, - 5.0528, - 5.5028, - 5.0528 + 5.5083, + 4.8983, + 6.125, + 4.8983, + 6.125, + 5.0132, + 5.5083, + 5.0132 ], "elements": [ "#/readResults/2/lines/34/words/0" @@ -4156,14 +4605,14 @@ "value": { "text": "3000.00", "boundingBox": [ - 6.1722, - 4.8861, - 6.7208, - 4.8861, - 6.7208, - 5.0528, - 6.1722, - 5.0528 + 6.1792, + 4.9042, + 6.7167, + 4.9042, + 6.7167, + 5.0132, + 6.1792, + 5.0132 ], "elements": [ "#/readResults/2/lines/35/words/0" @@ -4176,13 +4625,13 @@ "text": "Tax:", "boundingBox": [ 5.5028, - 5.1069, - 5.7917, - 5.1069, - 5.7917, - 5.2736, + 5.1264, + 5.7806, + 5.1264, + 5.7806, + 5.2333, 5.5028, - 5.2736 + 5.2333 ], "elements": [ "#/readResults/2/lines/36/words/0" @@ -4191,14 +4640,14 @@ "value": { "text": "300.00", "boundingBox": [ - 5.8292, - 5.1069, - 6.2931, - 5.1069, - 6.2931, - 5.2736, - 5.8292, - 5.2736 + 5.8361, + 5.1247, + 6.2889, + 5.1247, + 6.2889, + 5.2333, + 5.8361, + 5.2333 ], "elements": [ "#/readResults/2/lines/37/words/0" @@ -4211,13 +4660,13 @@ "text": "Tip:", "boundingBox": [ 5.5028, - 5.3264, - 5.7611, - 5.3264, - 5.7611, - 5.4931, + 5.3413, + 5.7514, + 5.3413, + 5.7514, + 5.4809, 5.5028, - 5.4931 + 5.4809 ], "elements": [ "#/readResults/2/lines/38/words/0" @@ -4226,14 +4675,14 @@ "value": { "text": "1000.00", "boundingBox": [ - 5.7986, - 5.3264, - 6.3472, - 5.3264, - 6.3472, - 5.4931, - 5.7986, - 5.4931 + 5.8111, + 5.3444, + 6.3417, + 5.3444, + 6.3417, + 5.4535, + 5.8111, + 5.4535 ], "elements": [ "#/readResults/2/lines/39/words/0" @@ -4246,13 +4695,13 @@ "text": "Total:", "boundingBox": [ 5.5028, - 5.5472, - 5.9014, - 5.5472, - 5.9014, - 5.7139, + 5.5583, + 5.8917, + 5.5583, + 5.8917, + 5.6733, 5.5028, - 5.7139 + 5.6733 ], "elements": [ "#/readResults/2/lines/40/words/0" @@ -4261,14 +4710,14 @@ "value": { "text": "4300.00", "boundingBox": [ - 5.9389, - 5.5472, - 6.4875, - 5.5472, - 6.4875, - 5.7139, - 5.9389, - 5.7139 + 5.9417, + 5.5646, + 6.4833, + 5.5646, + 6.4833, + 5.6733, + 5.9417, + 5.6733 ], "elements": [ "#/readResults/2/lines/41/words/0" @@ -4280,30 +4729,30 @@ "key": { "text": "Signature:", "boundingBox": [ - 1.0, - 6.6431, - 1.7083, - 6.6431, - 1.7083, - 6.8097, - 1.0, - 6.8097 + 1.0056, + 6.658, + 1.6986, + 6.658, + 1.6986, + 6.7983, + 1.0056, + 6.7983 ], "elements": [ "#/readResults/2/lines/42/words/0" ] }, "value": { - "text": "____Frodo Baggins__________", + "text": "____Frodo Baggins", "boundingBox": [ 1.7472, - 6.6431, - 3.8833, - 6.6431, - 3.8833, - 6.8097, + 6.6566, + 3.0889, + 6.6566, + 3.0889, + 6.7983, 1.7472, - 6.8097 + 6.7983 ], "elements": [ "#/readResults/2/lines/43/words/0", @@ -4323,14 +4772,14 @@ "rowIndex": 0, "columnIndex": 0, "boundingBox": [ - 1.0806, - 2.9833, - 1.3958, - 2.9833, - 1.3958, - 3.15, - 1.0806, - 3.15 + 1.0944, + 3.0017, + 1.3847, + 3.0017, + 1.3847, + 3.109, + 1.0944, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -4346,14 +4795,14 @@ "rowIndex": 0, "columnIndex": 1, "boundingBox": [ - 3.2444, - 2.9833, - 3.8389, - 2.9833, - 3.8389, - 3.15, - 3.2444, - 3.15 + 3.2528, + 2.9997, + 3.8361, + 2.9997, + 3.8361, + 3.1372, + 3.2528, + 3.1372 ], "confidence": 0.0, "rowSpan": 1, @@ -4369,14 +4818,14 @@ "rowIndex": 0, "columnIndex": 2, "boundingBox": [ - 5.4083, - 2.9833, - 5.7458, - 2.9833, - 5.7458, - 3.15, - 5.4083, - 3.15 + 5.4222, + 2.9997, + 5.7375, + 2.9997, + 5.7375, + 3.109, + 5.4222, + 3.109 ], "confidence": 0.0, "rowSpan": 1, @@ -4392,14 +4841,14 @@ "rowIndex": 1, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.1931, - 1.1764, - 3.1931, - 1.1764, - 3.3597, - 1.0806, - 3.3597 + 1.0833, + 3.2118, + 1.1736, + 3.2118, + 1.1736, + 3.3181, + 1.0833, + 3.3181 ], "confidence": 0.0, "rowSpan": 1, @@ -4415,14 +4864,14 @@ "rowIndex": 1, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.1931, - 3.4125, - 3.1931, - 3.4125, - 3.3597, - 3.2444, - 3.3597 + 3.2597, + 3.2108, + 3.4069, + 3.2108, + 3.4069, + 3.3191, + 3.2597, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -4438,14 +4887,14 @@ "rowIndex": 1, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.1931, - 5.8708, - 3.1931, - 5.8708, - 3.3597, - 5.4083, - 3.3597 + 5.4236, + 3.2108, + 5.8625, + 3.2108, + 5.8625, + 3.3191, + 5.4236, + 3.3191 ], "confidence": 0.0, "rowSpan": 1, @@ -4461,14 +4910,14 @@ "rowIndex": 2, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.4056, - 1.1708, - 3.4056, - 1.1708, - 3.5722, - 1.0806, - 3.5722 + 1.0944, + 3.4257, + 1.1639, + 3.4257, + 1.1639, + 3.5309, + 1.0944, + 3.5309 ], "confidence": 0.0, "rowSpan": 1, @@ -4484,14 +4933,14 @@ "rowIndex": 2, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.4056, - 3.4125, - 3.4056, - 3.4125, - 3.5722, - 3.2444, - 3.5722 + 3.2542, + 3.424, + 3.4069, + 3.424, + 3.4069, + 3.5323, + 3.2542, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -4507,14 +4956,14 @@ "rowIndex": 2, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.4056, - 5.8694, - 3.4056, - 5.8694, - 3.5722, - 5.4083, - 3.5722 + 5.4236, + 3.424, + 5.8625, + 3.424, + 5.8625, + 3.5323, + 5.4236, + 3.5323 ], "confidence": 0.0, "rowSpan": 1, @@ -4530,14 +4979,14 @@ "rowIndex": 3, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.6167, - 1.1694, - 3.6167, - 1.1694, - 3.7833, - 1.0806, - 3.7833 + 1.0875, + 3.6344, + 1.1639, + 3.6344, + 1.1639, + 3.742, + 1.0875, + 3.742 ], "confidence": 0.0, "rowSpan": 1, @@ -4553,14 +5002,14 @@ "rowIndex": 3, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.6167, - 3.4125, - 3.6167, - 3.4125, - 3.7833, - 3.2444, - 3.7833 + 3.2486, + 3.634, + 3.4069, + 3.634, + 3.4069, + 3.7424, + 3.2486, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -4576,14 +5025,14 @@ "rowIndex": 3, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.6167, - 5.8694, - 3.6167, - 5.8694, - 3.7833, - 5.4083, - 3.7833 + 5.4236, + 3.634, + 5.8639, + 3.634, + 5.8639, + 3.7424, + 5.4236, + 3.7424 ], "confidence": 0.0, "rowSpan": 1, @@ -4599,14 +5048,14 @@ "rowIndex": 4, "columnIndex": 0, "boundingBox": [ - 1.0806, - 3.8264, - 1.1833, - 3.8264, - 1.1833, - 3.9931, - 1.0806, - 3.9931 + 1.0944, + 3.8455, + 1.175, + 3.8455, + 1.175, + 3.951, + 1.0944, + 3.951 ], "confidence": 0.0, "rowSpan": 1, @@ -4622,14 +5071,14 @@ "rowIndex": 4, "columnIndex": 1, "boundingBox": [ - 3.2444, - 3.8264, - 3.4125, - 3.8264, - 3.4125, - 3.9931, - 3.2444, - 3.9931 + 3.2597, + 3.8441, + 3.4069, + 3.8441, + 3.4069, + 3.9524, + 3.2597, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -4645,14 +5094,14 @@ "rowIndex": 4, "columnIndex": 2, "boundingBox": [ - 5.4083, - 3.8264, - 5.8694, - 3.8264, - 5.8694, - 3.9931, - 5.4083, - 3.9931 + 5.4236, + 3.8441, + 5.8639, + 3.8441, + 5.8639, + 3.9524, + 5.4236, + 3.9524 ], "confidence": 0.0, "rowSpan": 1, @@ -4668,14 +5117,14 @@ "rowIndex": 5, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.0361, - 1.1611, - 4.0361, - 1.1611, - 4.2028, - 1.0806, - 4.2028 + 1.0944, + 4.0563, + 1.1528, + 4.0563, + 1.1528, + 4.1615, + 1.0944, + 4.1615 ], "confidence": 0.0, "rowSpan": 1, @@ -4691,14 +5140,14 @@ "rowIndex": 5, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.0361, - 3.4125, - 4.0361, - 3.4125, - 4.2028, - 3.2444, - 4.2028 + 3.2486, + 4.0545, + 3.4069, + 4.0545, + 3.4069, + 4.1628, + 3.2486, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -4714,14 +5163,14 @@ "rowIndex": 5, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.0361, - 5.8708, - 4.0361, - 5.8708, - 4.2028, - 5.4083, - 4.2028 + 5.4236, + 4.0545, + 5.8639, + 4.0545, + 5.8639, + 4.1628, + 5.4236, + 4.1628 ], "confidence": 0.0, "rowSpan": 1, @@ -4737,14 +5186,14 @@ "rowIndex": 6, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.2458, - 1.1569, - 4.2458, - 1.1569, - 4.4125, - 1.0806, - 4.4125 + 1.0944, + 4.266, + 1.15, + 4.266, + 1.15, + 4.3715, + 1.0944, + 4.3715 ], "confidence": 0.0, "rowSpan": 1, @@ -4760,14 +5209,14 @@ "rowIndex": 6, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.2458, - 3.4125, - 4.2458, - 3.4125, - 4.4125, - 3.2444, - 4.4125 + 3.2528, + 4.2646, + 3.4069, + 4.2646, + 3.4069, + 4.3726, + 3.2528, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4783,14 +5232,14 @@ "rowIndex": 6, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.2458, - 5.8694, - 4.2458, - 5.8694, - 4.4125, - 5.4083, - 4.4125 + 5.4236, + 4.2646, + 5.8639, + 4.2646, + 5.8639, + 4.3726, + 5.4236, + 4.3726 ], "confidence": 0.0, "rowSpan": 1, @@ -4806,14 +5255,14 @@ "rowIndex": 7, "columnIndex": 0, "boundingBox": [ - 1.0806, - 4.4569, - 1.1861, - 4.4569, - 1.1861, - 4.6236, - 1.0806, - 4.6236 + 1.0875, + 4.4747, + 1.1736, + 4.4747, + 1.1736, + 4.5826, + 1.0875, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4829,14 +5278,14 @@ "rowIndex": 7, "columnIndex": 1, "boundingBox": [ - 3.2444, - 4.4569, - 3.4125, - 4.4569, - 3.4125, - 4.6236, - 3.2444, - 4.6236 + 3.2514, + 4.4747, + 3.4069, + 4.4747, + 3.4069, + 4.5826, + 3.2514, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4852,14 +5301,14 @@ "rowIndex": 7, "columnIndex": 2, "boundingBox": [ - 5.4083, - 4.4569, - 5.8708, - 4.4569, - 5.8708, - 4.6236, - 5.4083, - 4.6236 + 5.4181, + 4.4747, + 5.8639, + 4.4747, + 5.8639, + 4.5826, + 5.4181, + 4.5826 ], "confidence": 0.0, "rowSpan": 1, @@ -4882,28 +5331,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/84f8656f-35e8-49d0-a8ba-f82c90c1b74e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bd800f1b99edac42b9f645393d0351b5-89f7e63b0909654c-00", + "traceparent": "00-506597624b0983458fb4b6eadc9aafe9-66ca08d189edda4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "abe00da4869ec602def3d3b6b442434a", + "x-ms-client-request-id": "f07a3617dd1428577594a0158ebe4320", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "f6d194ab-f57f-4bc6-8eab-587caf5ffaa7", + "apim-request-id": "4192ecaa-4fe5-4d77-bd25-798c479b1615", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:09 GMT", + "Date": "Wed, 09 Sep 2020 22:38:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] } @@ -4911,7 +5360,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1600530684" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1552024379" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json index 59a2f9b7b0f28..d78221b15e2e1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json @@ -1,132 +1,161 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a3865a9e328149468083e6db7752563b-346498407abe784c-00", + "traceparent": "00-0842857017618b499d96791227210f01-72e73afa4090234d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a55e948b785f4395d453bea56a571d35", + "x-ms-client-request-id": "cac0d0ec2bc2baba0adf371ca1cc23ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f535a051-5345-4f9a-bebe-1c1215b45394", + "apim-request-id": "9cb95b57-e990-422e-8e26-359e9366ee38", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:43 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f535a051-5345-4f9a-bebe-1c1215b45394", + "Date": "Wed, 09 Sep 2020 22:29:23 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "390" + "x-envoy-upstream-service-time": "265" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f535a051-5345-4f9a-bebe-1c1215b45394", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1a410ce19c17e95e487087236a3d1659", + "x-ms-client-request-id": "872a1b189f23ad617d0860107c2796ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0c5135a-b12c-4fa5-a088-207888461dde", + "apim-request-id": "ac046b7f-f34a-4800-866f-c6ee7514e2c1", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:43 GMT", + "Date": "Wed, 09 Sep 2020 22:29:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "227" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:44Z", - "lastUpdatedDateTime": "2020-08-20T17:57:44Z" + "createdDateTime": "2020-09-09T22:29:23Z", + "lastUpdatedDateTime": "2020-09-09T22:29:23Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f535a051-5345-4f9a-bebe-1c1215b45394", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ced8652473d8dfae36002b9852b96012", + "x-ms-client-request-id": "390762418bf1b05108e4a2b9a826c9ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61907bfc-ae3c-420e-a5b6-65c3920f0dd6", + "apim-request-id": "d588369a-5225-46b8-8ccc-8fc63ec6307f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:45 GMT", + "Date": "Wed, 09 Sep 2020 22:29:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:44Z", - "lastUpdatedDateTime": "2020-08-20T17:57:44Z" + "createdDateTime": "2020-09-09T22:29:23Z", + "lastUpdatedDateTime": "2020-09-09T22:29:23Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f535a051-5345-4f9a-bebe-1c1215b45394", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5653602d6d91ef9b35745ceef071d997", + "x-ms-client-request-id": "6c6eb629416e4d4b6f124dbacaa93de3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4d2c7b8-0014-4cc0-8780-24b8cb824b98", + "apim-request-id": "d272d07f-99e8-4d67-85b5-20a457fa407f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:46 GMT", + "Date": "Wed, 09 Sep 2020 22:29:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "108" + "x-envoy-upstream-service-time": "77" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:29:23Z", + "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3edb4849e9c48cfcc97a7f3ffca70456", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1619caec-96f5-4ad0-8d15-82cb4cc25472", + "Content-Length": "308", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:57:44Z", - "lastUpdatedDateTime": "2020-08-20T17:57:46Z", + "createdDateTime": "2020-09-09T22:29:23Z", + "lastUpdatedDateTime": "2020-09-09T22:29:25Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" } ], "documentResults": [ @@ -145,7 +174,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "866589791" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "526698582" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json index d56e8af57886e..fd09f0fb0e39a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json @@ -1,162 +1,191 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-74e02dc4a251554c995fd6500f16fd32-d15d3fe10e3b6a45-00", + "traceparent": "00-08ee914da1c7f948b49afa19b4d749ca-cbec49f506546f42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f45013012e3cacd488148b85dabf53e2", + "x-ms-client-request-id": "9473b1346a89e5f6e16eff044ff2654e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b286c8c8-6a60-43cb-86ec-5649c5be2060", + "apim-request-id": "27c9dd41-3028-4e89-9078-a7910f2e150a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:42 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b286c8c8-6a60-43cb-86ec-5649c5be2060", + "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "238" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b286c8c8-6a60-43cb-86ec-5649c5be2060", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5503c65280172580cd6941dc01f15734", + "x-ms-client-request-id": "4492268fbab53cd6f5d5d2c34f6b9a49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4c6b2773-5fdb-42da-9d5e-150a8c92318a", + "apim-request-id": "3cff60c1-9c91-4d18-86f5-1f411c3fe108", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:42 GMT", + "Date": "Wed, 09 Sep 2020 22:34:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:34:22Z", + "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9bf377688a7ed9c4f6b3c01420752e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a5176b38-b2b6-4692-86ac-289b0ef7920c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:34:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:42Z", - "lastUpdatedDateTime": "2020-08-20T18:03:42Z" + "createdDateTime": "2020-09-09T22:34:22Z", + "lastUpdatedDateTime": "2020-09-09T22:34:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b286c8c8-6a60-43cb-86ec-5649c5be2060", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "78fc98ffd551baeb80edde2e4b611b88", + "x-ms-client-request-id": "7751ed54e9887919da369fb497329676", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e7a5aae-46be-407c-8fe7-2e4656c88e23", + "apim-request-id": "e285185d-97ef-4d9a-bbf0-f406b092cca0", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:43 GMT", + "Date": "Wed, 09 Sep 2020 22:34:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:42Z", - "lastUpdatedDateTime": "2020-08-20T18:03:42Z" + "createdDateTime": "2020-09-09T22:34:22Z", + "lastUpdatedDateTime": "2020-09-09T22:34:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b286c8c8-6a60-43cb-86ec-5649c5be2060", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "37aeef08eebd8072932a26d3ecf8aa96", + "x-ms-client-request-id": "d89bb6d3caff05d061b84e02fac21b7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1932c817-a970-441f-a455-6332b9c57c02", + "apim-request-id": "a4bfc94a-e278-45f9-802e-637a2d1dba77", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:44 GMT", + "Date": "Wed, 09 Sep 2020 22:34:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:42Z", - "lastUpdatedDateTime": "2020-08-20T18:03:42Z" + "createdDateTime": "2020-09-09T22:34:22Z", + "lastUpdatedDateTime": "2020-09-09T22:34:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b286c8c8-6a60-43cb-86ec-5649c5be2060", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "428657bcdbc37d91da48d429a251d96c", + "x-ms-client-request-id": "616e40a6231a7ec05e79c047ea0f41c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4321d818-97c4-4921-bbb5-3ebd343f45e2", + "apim-request-id": "f28e8b75-4834-456e-bac7-4fbe7aeb93e2", + "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:45 GMT", + "Date": "Wed, 09 Sep 2020 22:34:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:42Z", - "lastUpdatedDateTime": "2020-08-20T18:03:45Z", + "createdDateTime": "2020-09-09T22:34:22Z", + "lastUpdatedDateTime": "2020-09-09T22:34:26Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" } ], "documentResults": [ @@ -175,7 +204,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "445347569" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1690877876" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json index d890ab91226d4..409cc634f4b24 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-da6fd6f889308a4ba71b19b996067b5d-a39ff583dcb7d64b-00", + "traceparent": "00-0cd563fc52aad84baa3689ef8853749c-534d471d0b15784f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d45f2575a3ebcfd2ee05a4635a9c79ce", + "x-ms-client-request-id": "65205e4c41c324af6bded4ae293d64f1", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,196 +21,196 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "40bbbde8-8a83-41a5-b063-4722cf249224", + "apim-request-id": "de869d07-6444-4ecb-99f6-0ed6d3645945", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:33 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "Date": "Wed, 09 Sep 2020 22:32:47 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "724" + "x-envoy-upstream-service-time": "457" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6b3b7832c0f49e29b79429974f07c0a1", + "x-ms-client-request-id": "2910ee3546e157c5089e45f82b07acb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69fa3cb4-d6bd-4756-8f5f-3bf296e66d33", + "apim-request-id": "e0f27346-f86d-4c86-b97c-25faefd0a87d", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:33 GMT", + "Date": "Wed, 09 Sep 2020 22:32:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:02:34Z", - "lastUpdatedDateTime": "2020-08-20T18:02:34Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:32:48Z", + "lastUpdatedDateTime": "2020-09-09T22:32:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9090252ee32bdd5017a29a1c65632df0", + "x-ms-client-request-id": "6a37ffdd04c9e414ba0b60bc16c847fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19e06e7b-9561-4c08-a106-8ebf3ec65d27", + "apim-request-id": "dcacbde1-2292-4e9c-bedd-29754ee1e6cd", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:34 GMT", + "Date": "Wed, 09 Sep 2020 22:32:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:34Z", - "lastUpdatedDateTime": "2020-08-20T18:02:34Z" + "createdDateTime": "2020-09-09T22:32:48Z", + "lastUpdatedDateTime": "2020-09-09T22:32:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f42cecf79856b458fbc01c567a3a80e6", + "x-ms-client-request-id": "e36cf1b792cc06af99c85c24fcb7f864", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "146c1a59-4d35-4b12-aa19-07f5ddfbaabf", + "apim-request-id": "123a300b-0262-4bd3-9048-bebfc0443118", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:35 GMT", + "Date": "Wed, 09 Sep 2020 22:32:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:34Z", - "lastUpdatedDateTime": "2020-08-20T18:02:34Z" + "createdDateTime": "2020-09-09T22:32:48Z", + "lastUpdatedDateTime": "2020-09-09T22:32:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "34340345e90b4ea2285d5452260d3953", + "x-ms-client-request-id": "29d02031f9063128da2b6ed6e5094140", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a983807-c068-4926-96d5-9edbe5177588", + "apim-request-id": "8dbcff90-c258-4286-885c-32eee41cad49", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:36 GMT", + "Date": "Wed, 09 Sep 2020 22:32:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:34Z", - "lastUpdatedDateTime": "2020-08-20T18:02:34Z" + "createdDateTime": "2020-09-09T22:32:48Z", + "lastUpdatedDateTime": "2020-09-09T22:32:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "629f3866ccdb954acddc956bc7f963dc", + "x-ms-client-request-id": "3a414a57c99a4be74f30d001a7efe803", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34c36628-e3a5-4257-8d20-19fa66a791e2", + "apim-request-id": "b44005f6-5b95-4106-b390-da4132718225", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:37 GMT", + "Date": "Wed, 09 Sep 2020 22:32:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:34Z", - "lastUpdatedDateTime": "2020-08-20T18:02:34Z" + "createdDateTime": "2020-09-09T22:32:48Z", + "lastUpdatedDateTime": "2020-09-09T22:32:48Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/40bbbde8-8a83-41a5-b063-4722cf249224", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "62d7b322f92f0ee549ddccf944068eee", + "x-ms-client-request-id": "f68afc121df7bdf3c83a08a023d92190", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7dbb947e-72ed-41b2-8c93-2e89bbd5ca1f", + "apim-request-id": "88e0bcde-2c36-45d6-9029-23f4ab574579", + "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:39 GMT", + "Date": "Wed, 09 Sep 2020 22:32:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "27" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:02:34Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:02:39Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:32:48Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:32:52Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "384688358" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1767188218" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json index 131972a12ff58..f9fbc208251f3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-40dd1b8926904949861b5b0b9a9e128e-b9fe8cf708b1aa44-00", + "traceparent": "00-855e9c4082920945b2ea7c81eae932cb-04787c4108663547-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "844f59730278269c6f941c2f8d8c2964", + "x-ms-client-request-id": "8f739b63b75298dbc96eaa3e4948689d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,196 +21,166 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7505e10c-3b49-4537-be73-218c177ec4bc", + "apim-request-id": "a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:14 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "Date": "Wed, 09 Sep 2020 22:38:18 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "259" + "x-envoy-upstream-service-time": "504" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "562099a37e4b56b322bd4f33c5e870b0", + "x-ms-client-request-id": "be73b46be5d6b97ab381b505765a95da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce8c028a-209f-469b-8420-a951f27d4612", + "apim-request-id": "c945c4fb-3911-4285-85f1-5ab4bba4eabb", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:14 GMT", + "Date": "Wed, 09 Sep 2020 22:38:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:07:14Z", - "lastUpdatedDateTime": "2020-08-20T18:07:14Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "f1f04cacdb1c0e1bf5cd1d74af77de5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f022649-3e04-457b-a478-4aefed76d7e5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:07:14Z", - "lastUpdatedDateTime": "2020-08-20T18:07:14Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:38:18Z", + "lastUpdatedDateTime": "2020-09-09T22:38:18Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c51cf7936f87f50fa5f862bbb2696187", + "x-ms-client-request-id": "3ff82270b7444daa5e410420dabd4d6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4afd41d6-a8f4-4b3f-83f3-1076666fa260", + "apim-request-id": "0bec1c1d-ef75-4af8-b5f6-21c308d7d024", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:16 GMT", + "Date": "Wed, 09 Sep 2020 22:38:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "86" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:14Z", - "lastUpdatedDateTime": "2020-08-20T18:07:14Z" + "createdDateTime": "2020-09-09T22:38:18Z", + "lastUpdatedDateTime": "2020-09-09T22:38:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "40836c24379cc8487d12617d613fa7aa", + "x-ms-client-request-id": "7b9945861c667ee320badbd001d6226e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26241c89-b720-4899-a4d7-6434b9ac5283", + "apim-request-id": "d170f430-3043-41c2-93cb-4d0382f29311", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:17 GMT", + "Date": "Wed, 09 Sep 2020 22:38:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:14Z", - "lastUpdatedDateTime": "2020-08-20T18:07:14Z" + "createdDateTime": "2020-09-09T22:38:18Z", + "lastUpdatedDateTime": "2020-09-09T22:38:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ce9ff0deaacc3d283dfa4c2378605b8b", + "x-ms-client-request-id": "26cdd0d92850b45809255f95e15adff5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c47a4364-02d2-441a-aaae-c0c4dfea254a", + "apim-request-id": "4704bf7b-c4ca-4f60-92f4-54ee3f3fc5bc", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:18 GMT", + "Date": "Wed, 09 Sep 2020 22:38:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:14Z", - "lastUpdatedDateTime": "2020-08-20T18:07:14Z" + "createdDateTime": "2020-09-09T22:38:18Z", + "lastUpdatedDateTime": "2020-09-09T22:38:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7505e10c-3b49-4537-be73-218c177ec4bc", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4250966c9df45cc3ae5347750e919465", + "x-ms-client-request-id": "307e4b341ac054733e7a1f8adbda4c88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76e04bb9-2d4d-48a5-a21a-958c6d626460", + "apim-request-id": "1b55342c-c475-4812-aa2a-8c2b7fb913c4", + "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:19 GMT", + "Date": "Wed, 09 Sep 2020 22:38:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "29" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:07:14Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:07:18Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:38:18Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:38:23Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "274120808" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "569600088" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json index 0536aac9c2eda..4b5867887fc21 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json @@ -1,184 +1,214 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a4b6881d48f5954f94b944225c78e15a-6f898335a8700f4f-00", + "traceparent": "00-4804679fd95b5e42a95d667c63cb344c-97f742dff746ef49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9888a8289a4a0063e266dccc5b338ff5", + "x-ms-client-request-id": "47aaf217be71ddb53d7a55448d2a01d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fc99effe-859d-4d9d-b62e-44ee152642c5", + "apim-request-id": "f2899161-38c6-4760-a42b-93fccd7b2075", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:27 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "Date": "Wed, 09 Sep 2020 22:32:41 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "625" + "x-envoy-upstream-service-time": "782" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1295a7d64f5647c2ccd054a4e63df2cb", + "x-ms-client-request-id": "c6f4a1d1b6fc5e9732c370ae4dfc6a8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "722fa097-6b0e-4f27-8c61-1066182abd4d", + "apim-request-id": "ad339695-a236-4fb0-80a0-0f1c48e0b3ae", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:28 GMT", + "Date": "Wed, 09 Sep 2020 22:32:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "157" + "x-envoy-upstream-service-time": "46" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:32:41Z", + "lastUpdatedDateTime": "2020-09-09T22:32:41Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f4fd38b6be0d3b33520eba6e6b409d12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fe50e8d9-3617-4700-81ed-a97de2c386d9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:32:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "106" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:28Z", - "lastUpdatedDateTime": "2020-08-20T18:02:28Z" + "createdDateTime": "2020-09-09T22:32:41Z", + "lastUpdatedDateTime": "2020-09-09T22:32:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cfbf5d546ed282a18cbb1525e704c16e", + "x-ms-client-request-id": "f12c7b46d1c261895b4b14ad4e078f41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b20da8ea-015d-4c8a-800f-45588c529868", + "apim-request-id": "278d54ab-82af-4ba7-b63e-6fa530df2081", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:30 GMT", + "Date": "Wed, 09 Sep 2020 22:32:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "125" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:28Z", - "lastUpdatedDateTime": "2020-08-20T18:02:28Z" + "createdDateTime": "2020-09-09T22:32:41Z", + "lastUpdatedDateTime": "2020-09-09T22:32:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0922fbf9e355d85ee540cb7a45bf1aa5", + "x-ms-client-request-id": "558dc7100d2c12c56eb974edfb29f3f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec5850bf-0698-4b79-9518-bf82e60f12e5", + "apim-request-id": "0e0a088b-a02a-40c9-b918-f61cb26decc6", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:31 GMT", + "Date": "Wed, 09 Sep 2020 22:32:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:28Z", - "lastUpdatedDateTime": "2020-08-20T18:02:28Z" + "createdDateTime": "2020-09-09T22:32:41Z", + "lastUpdatedDateTime": "2020-09-09T22:32:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fd781173bf7367230613859b3a9d60c8", + "x-ms-client-request-id": "d2685d2578d0e5cbaf9b99c2a985ec4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bb5f0db-1d53-41be-a66e-4afbc8c67f2b", + "apim-request-id": "02a97f56-79da-4111-a1ac-d92524102e96", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:32 GMT", + "Date": "Wed, 09 Sep 2020 22:32:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "116" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:28Z", - "lastUpdatedDateTime": "2020-08-20T18:02:28Z" + "createdDateTime": "2020-09-09T22:32:41Z", + "lastUpdatedDateTime": "2020-09-09T22:32:42Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/fc99effe-859d-4d9d-b62e-44ee152642c5", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eaaae50fe81a7075ffe7ea92a3273ccd", + "x-ms-client-request-id": "a35d797f48b238e6b51983095d9b6632", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6fb7c44f-0eaa-4b6e-8261-f982738bc877", + "apim-request-id": "6515b76d-5f7c-4ad4-b72b-8c8c263b1596", + "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:33 GMT", + "Date": "Wed, 09 Sep 2020 22:32:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "91" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:02:28Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:02:33Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:32:41Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:32:46Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1870163802" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "450138379" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json index 9940072253216..3e81925ad4ced 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json @@ -1,184 +1,184 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-139062ecaf074141affe9620d7a9ca44-e59bd3c2a7c8644b-00", + "traceparent": "00-72b4ab018cb9ff488c71bdd07b985dcb-b0bb5b808fffbc43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bdb3dbf46afbbf251c92f9dc12f192c1", + "x-ms-client-request-id": "9572eff9105097d344045d510f70330f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "52880748-a40f-4bc1-80f1-31e808552fea", + "apim-request-id": "0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:09 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "Date": "Wed, 09 Sep 2020 22:38:12 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "385" + "x-envoy-upstream-service-time": "597" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "75513d38ffcc78dbfe78ef3e10129eb9", + "x-ms-client-request-id": "c6b27911d51bcd151f24507b56e8cfaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c8026c6-1fd9-4c88-9d5f-863630e5882f", + "apim-request-id": "631a1942-3a0f-466b-a0e4-290ecbd28f48", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:09 GMT", + "Date": "Wed, 09 Sep 2020 22:38:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "152" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:09Z", - "lastUpdatedDateTime": "2020-08-20T18:07:09Z" + "createdDateTime": "2020-09-09T22:38:13Z", + "lastUpdatedDateTime": "2020-09-09T22:38:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ee5a6aad42889bad64ae66a0f5b0ece6", + "x-ms-client-request-id": "8b9bfa21d7b5d22306836341c0e759ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3e770d9-46c5-4e2a-add4-6e44cde57adf", + "apim-request-id": "dea252c9-a7a0-4643-bca1-54b32566313f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:10 GMT", + "Date": "Wed, 09 Sep 2020 22:38:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "161" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:09Z", - "lastUpdatedDateTime": "2020-08-20T18:07:09Z" + "createdDateTime": "2020-09-09T22:38:13Z", + "lastUpdatedDateTime": "2020-09-09T22:38:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "39f320ea45a0f43e003bbf837ae7af09", + "x-ms-client-request-id": "8cadf570c6ca2341daa4762bc057415b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cc7ded6-4f84-4495-b017-97ee7bef7b32", + "apim-request-id": "a06b28c9-97ca-43f3-81ff-66daeeb5700c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:11 GMT", + "Date": "Wed, 09 Sep 2020 22:38:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "120" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:09Z", - "lastUpdatedDateTime": "2020-08-20T18:07:09Z" + "createdDateTime": "2020-09-09T22:38:13Z", + "lastUpdatedDateTime": "2020-09-09T22:38:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a72e40f4a397f53990b5111d983b824d", + "x-ms-client-request-id": "1530ad34a7d53a5a56e0c09872d40c37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29def54b-e863-44f4-9fd9-81bc0be29a38", + "apim-request-id": "87dd7c6f-7276-4aad-b2cf-3d3261b2d905", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:13 GMT", + "Date": "Wed, 09 Sep 2020 22:38:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:09Z", - "lastUpdatedDateTime": "2020-08-20T18:07:09Z" + "createdDateTime": "2020-09-09T22:38:13Z", + "lastUpdatedDateTime": "2020-09-09T22:38:13Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/52880748-a40f-4bc1-80f1-31e808552fea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ef53098b641f68182b65ee4c8329217c", + "x-ms-client-request-id": "600b65cb423b5ae4b878b11160f811ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "104a6bc6-9193-44df-b6d7-de4dca771602", + "apim-request-id": "a965cea9-db3c-401d-a907-e157a19c1609", + "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:14 GMT", + "Date": "Wed, 09 Sep 2020 22:38:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "96" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-08-20T18:07:09Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-08-20T18:07:14Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.0.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022language\u0022:\u0022en\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:38:13Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:38:18Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "541338731" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "164585980" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json index 3fb60cf538c4c..475865d54eebc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json @@ -1,184 +1,214 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f5ee24ac12e08f43aadad80f5ce61e1c-88676d1cc0fc784f-00", + "traceparent": "00-83dea77c31d64446a91538ec6b2c52e9-06691ec5107f5a4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5c63a3cf7538b7995f6236d8f6291bae", + "x-ms-client-request-id": "b042092feed43c981ded68466d5079d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "apim-request-id": "3e1531d4-eef0-44f6-8bbc-096e2f00711d", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 17:57:46 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "Date": "Wed, 09 Sep 2020 22:29:27 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "602" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9d7db6601703b6d2523796898ee85a22", + "x-ms-client-request-id": "510b7727852c62d58361328a5b8d5b92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b1b9e531-e27a-4550-ac9a-b21da4202416", + "apim-request-id": "83089e03-f6b9-47ca-90e0-8ddbaaee6980", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:46 GMT", + "Date": "Wed, 09 Sep 2020 22:29:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "85" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "15a14d64e5ac7c57a6d8c3c8ba359635", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7a1c5a65-2a8a-4dfe-b661-744d14f260c4", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:29:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:46Z", - "lastUpdatedDateTime": "2020-08-20T17:57:47Z" + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:27Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a6d6188907fc2ced7d0b3bc0802c76b6", + "x-ms-client-request-id": "f0f16203b17faafb34e02c72bc0ee090", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3316a52f-09ea-4b58-8a2e-bd8b6253ca54", + "apim-request-id": "c8af78b1-dfcc-42f3-a136-43042978fa5b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:47 GMT", + "Date": "Wed, 09 Sep 2020 22:29:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:46Z", - "lastUpdatedDateTime": "2020-08-20T17:57:47Z" + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:27Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9c48e201036cb76fd1ac0a00df102876", + "x-ms-client-request-id": "1fe1d59264ae4123208faa53c20ca74e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73c7d617-231e-485e-bdf4-ac0cc7f09b2d", + "apim-request-id": "f4a422ac-c0e1-4f4f-97be-efdc15923cc9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:48 GMT", + "Date": "Wed, 09 Sep 2020 22:29:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:46Z", - "lastUpdatedDateTime": "2020-08-20T17:57:47Z" + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:27Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dd4e1408755358b2c8501ff8db123625", + "x-ms-client-request-id": "f987fdcb6b9bb31251f7e0ccb9e4c098", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f72caa12-a4ac-449b-83c8-d40ec05f1f90", + "apim-request-id": "467eb591-7d99-4b69-86ba-12ebf58784ee", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:49 GMT", + "Date": "Wed, 09 Sep 2020 22:29:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T17:57:46Z", - "lastUpdatedDateTime": "2020-08-20T17:57:47Z" + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:27Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/28791761-8ac4-4739-aaa9-fd6ed0b5433c", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ac87e0c0bda085b6a91ed54ffded4d6d", + "x-ms-client-request-id": "e43632f876539f863eb0cff007a8e827", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd660ddc-1bf2-4a83-8f60-6265a75e0a4c", + "apim-request-id": "6c36cb9d-b9c9-4558-bc64-7e90fdaf8229", + "Content-Length": "25281", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:51 GMT", + "Date": "Wed, 09 Sep 2020 22:29:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T17:57:46Z", - "lastUpdatedDateTime": "2020-08-20T17:57:51Z", + "createdDateTime": "2020-09-09T22:29:26Z", + "lastUpdatedDateTime": "2020-09-09T22:29:31Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -186,7 +216,6 @@ "width": 8.5, "height": 11, "unit": "inch", - "language": "en", "lines": [ { "text": "Company A Invoice", @@ -1550,8 +1579,7 @@ "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" }, { "page": 3, @@ -1559,7 +1587,6 @@ "width": 8.5, "height": 11, "unit": "inch", - "language": "en", "lines": [ { "text": "Company B Invoice", @@ -3237,6 +3264,7 @@ }, "Quantity": { "type": "number", + "valueNumber": 40, "text": "40", "boundingBox": [ 3.2486, @@ -3417,7 +3445,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1609237194" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "156614949" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json index 0ec9c60c070e5..ba0fb8f5841b0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json @@ -1,184 +1,184 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3259d649b99fad4186033af7f319f6bc-cf2b49b3819e6d43-00", + "traceparent": "00-97e8015c7f6a184aa28ceeed5eb5d8db-4d555d367ca84f48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5e99b4b88f7eb938059a0f44cd40a029", + "x-ms-client-request-id": "7b5c1b275047fce87c4a45aa5dce0d98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4678ec3e-3994-49fc-a936-66a306d8bd60", + "apim-request-id": "9999c74a-6b30-464b-bc9f-c826eb240254", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:03:45 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "Date": "Wed, 09 Sep 2020 22:34:26 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a9fecd79a15894c1bcf2e74ed9c60b9e", + "x-ms-client-request-id": "e77295d8eda9d21d1ee7e18f16698e97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da46ded1-75d1-4a49-ad92-28f909d7a001", + "apim-request-id": "3156920d-c32b-48c1-955e-293a99ec4124", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:45 GMT", + "Date": "Wed, 09 Sep 2020 22:34:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:03:46Z", - "lastUpdatedDateTime": "2020-08-20T18:03:46Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:34:26Z", + "lastUpdatedDateTime": "2020-09-09T22:34:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "16a97975a3d4db634d251bc8ea6bf1f1", + "x-ms-client-request-id": "4054b13d5560074084994921f9674be5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f286f592-d829-480d-8dba-a6b2ed412f3b", + "apim-request-id": "1927cabc-79e1-4d3c-9097-1d272942c53c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:46 GMT", + "Date": "Wed, 09 Sep 2020 22:34:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:46Z", - "lastUpdatedDateTime": "2020-08-20T18:03:46Z" + "createdDateTime": "2020-09-09T22:34:26Z", + "lastUpdatedDateTime": "2020-09-09T22:34:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "aba0871f2550177df205a18ca7eae03e", + "x-ms-client-request-id": "bdd22c03b43f3a1bfd895d5f6e58e512", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d431d93-4995-41d9-8d88-eade6c2afb85", + "apim-request-id": "f8471434-b8a4-4ae5-88fe-44f3afbe4bd5", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:48 GMT", + "Date": "Wed, 09 Sep 2020 22:34:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:46Z", - "lastUpdatedDateTime": "2020-08-20T18:03:46Z" + "createdDateTime": "2020-09-09T22:34:26Z", + "lastUpdatedDateTime": "2020-09-09T22:34:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "53cf718f8a97d55569235c3385f8aa51", + "x-ms-client-request-id": "ac6cadbccd7a8237546a630fa3fcd8b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7f0997a-a391-4e9e-9073-b94806fde4bd", + "apim-request-id": "14518d5c-9de9-449c-af67-7b4ecdedb268", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:49 GMT", + "Date": "Wed, 09 Sep 2020 22:34:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:03:46Z", - "lastUpdatedDateTime": "2020-08-20T18:03:46Z" + "createdDateTime": "2020-09-09T22:34:26Z", + "lastUpdatedDateTime": "2020-09-09T22:34:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/4678ec3e-3994-49fc-a936-66a306d8bd60", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "512ef6015f254f4efc9223ce02d73363", + "x-ms-client-request-id": "ea8bfc9bd1978957951a42d7f8e1982b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e63143a-2a05-44cb-b9c8-26716ba6312d", + "apim-request-id": "7117ba7b-2abf-494c-8980-527eb6f99d5b", + "Content-Length": "25281", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:50 GMT", + "Date": "Wed, 09 Sep 2020 22:34:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:03:46Z", - "lastUpdatedDateTime": "2020-08-20T18:03:50Z", + "createdDateTime": "2020-09-09T22:34:26Z", + "lastUpdatedDateTime": "2020-09-09T22:34:30Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -186,7 +186,6 @@ "width": 8.5, "height": 11, "unit": "inch", - "language": "en", "lines": [ { "text": "Company A Invoice", @@ -1550,8 +1549,7 @@ "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" }, { "page": 3, @@ -1559,7 +1557,6 @@ "width": 8.5, "height": 11, "unit": "inch", - "language": "en", "lines": [ { "text": "Company B Invoice", @@ -3237,6 +3234,7 @@ }, "Quantity": { "type": "number", + "valueNumber": 40, "text": "40", "boundingBox": [ 3.2486, @@ -3417,7 +3415,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "212654735" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "769923017" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json index 4e92ef5b6c489..efae22c643f84 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b9c85a7164283940b26afa2de43ec01e-6678390ec8807542-00", + "traceparent": "00-c180580893555a48a7082ba7c7672c59-2d957e8e98314b4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f498a6e23fef4b5d1909e8e2405f128e", + "x-ms-client-request-id": "54db59a3122216058f2da23dc25f8d2a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "85b88518-008f-4a67-8bfd-a200b8f6c928", + "apim-request-id": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:55 GMT", + "Date": "Wed, 09 Sep 2020 22:29:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3415" + "x-envoy-upstream-service-time": "3712" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "85b88518-008f-4a67-8bfd-a200b8f6c928" + "requestId": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "99545310" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "343780180" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json index 5da2c84ed946a..be55ca670cb55 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-740abd91d992024482b95b4c83bbc60e-28d39d0d703a2045-00", + "traceparent": "00-963dde9136439c4392a914a403e26a5b-c53656d068231e40-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4d4e2737aac115e71919c5d4738093f7", + "x-ms-client-request-id": "eea21153064a7cdf5d442d236b154082", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "f07259f3-45c5-4c87-a410-d1228bbe9330", + "apim-request-id": "545d1d3e-dc93-4353-9928-cabbe745acb3", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:53 GMT", + "Date": "Wed, 09 Sep 2020 22:34:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3423" + "x-envoy-upstream-service-time": "3944" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "f07259f3-45c5-4c87-a410-d1228bbe9330" + "requestId": "545d1d3e-dc93-4353-9928-cabbe745acb3" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1205876434" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "313658198" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json index 5bb1e03e609f6..de65bb3d0acc3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-67398a44e3847047b6461670d8167869-05d497893d093e4b-00", + "traceparent": "00-5f79132286baf449a743797f8fbf28d7-72b4df50f28c3f4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5e3c6d10400014d93a38898ecb2a996e", + "x-ms-client-request-id": "572186d48f64e0c199a609199ace4746", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,144 +21,113 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "594a004c-3e04-406e-b7a7-425ad0dbbc32", + "apim-request-id": "63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:42 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/594a004c-3e04-406e-b7a7-425ad0dbbc32", + "Date": "Wed, 09 Sep 2020 22:32:56 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "613" + "x-envoy-upstream-service-time": "431" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/594a004c-3e04-406e-b7a7-425ad0dbbc32", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ff0fb5f312f35e52688d7699f8e4d9cd", + "x-ms-client-request-id": "08004802f2f75bb8beab177ec8f5e5e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a5718df-b870-4191-ac8d-27f74693b3af", + "apim-request-id": "1ac62931-beeb-4101-b95b-fc9a05a426c6", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:42 GMT", + "Date": "Wed, 09 Sep 2020 22:32:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:02:43Z", - "lastUpdatedDateTime": "2020-08-20T18:02:43Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:32:56Z", + "lastUpdatedDateTime": "2020-09-09T22:32:56Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/594a004c-3e04-406e-b7a7-425ad0dbbc32", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a837b09ba8e107fbc64b03cd2009029c", + "x-ms-client-request-id": "c8db2d5a75bb552f6f405bae11227429", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0f2f42a-1dc8-4ce0-93ef-5e24931b5037", + "apim-request-id": "ab522db2-2302-4c15-937b-f84f6f33e716", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:44 GMT", + "Date": "Wed, 09 Sep 2020 22:32:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:43Z", - "lastUpdatedDateTime": "2020-08-20T18:02:43Z" + "createdDateTime": "2020-09-09T22:32:56Z", + "lastUpdatedDateTime": "2020-09-09T22:32:57Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/594a004c-3e04-406e-b7a7-425ad0dbbc32", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cded03ab8110fe081bdef673ca401b56", + "x-ms-client-request-id": "21dc2e25097ce2f9cdc698b8774318a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d775b4db-3b3d-4245-a8d6-63a791bfce2b", + "apim-request-id": "e890bc35-f688-46ba-83e9-599bf1602ad1", + "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:45 GMT", + "Date": "Wed, 09 Sep 2020 22:32:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:02:43Z", - "lastUpdatedDateTime": "2020-08-20T18:02:43Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/594a004c-3e04-406e-b7a7-425ad0dbbc32", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "1bf2bc5ef1f24a8dba0839a70e843d5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4544fe5d-4941-4de1-ad62-03972c637539", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:43Z", - "lastUpdatedDateTime": "2020-08-20T18:02:45Z", + "createdDateTime": "2020-09-09T22:32:56Z", + "lastUpdatedDateTime": "2020-09-09T22:32:58Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.2511, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -215,10 +184,10 @@ 306, 1005, 617, - 1011, - 615.9, - 1070, - 304.9, + 1012, + 615, + 1069, + 305, 1064 ], "page": 1, @@ -229,14 +198,14 @@ "valueDate": "2019-06-10", "text": "6/10/2019", "boundingBox": [ - 303.2, - 1223.5, + 304, + 1224, 506, 1224, - 505.8, + 505, 1289, 303, - 1288.5 + 1288 ], "page": 1, "confidence": 0.986 @@ -249,10 +218,10 @@ 518, 1225, 629, - 1227, - 627.9, - 1291, - 516.8, + 1228, + 627, + 1290, + 517, 1289 ], "page": 1, @@ -305,16 +274,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 320.8, - 2020.5, + 321, + 2021, 348, 2020, - 349.2, + 349, 2084, 322, - 2084.5 + 2084 ], "page": 1, "confidence": 0.858 @@ -326,11 +296,11 @@ "boundingBox": [ 360, 2020, - 626.6, + 626, 2014, 628, 2077, - 361.4, + 362, 2083 ], "page": 1, @@ -345,7 +315,7 @@ 2028, 1127, 2028, - 1127, + 1126, 2091, 1007, 2091 @@ -363,13 +333,13 @@ "text": "1098.99", "boundingBox": [ 963, - 2259.5, + 2260, 1136, 2254, - 1138.1, + 1137, 2320, - 965.1, - 2325.5 + 966, + 2325 ], "page": 1, "confidence": 0.965 @@ -397,13 +367,13 @@ "text": "1203.39", "boundingBox": [ 955, - 2593.8, + 2594, 1124, 2611, - 1117.2, - 2678.2, - 948.2, - 2661.1 + 1115, + 2678, + 949, + 2661 ], "page": 1, "confidence": 0.774 @@ -417,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "142911859" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "2018798958" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json index 1fee7beaa6e57..a20fc93f64857 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f997ed4042bdbb44af40f9b81735e3e7-d57a753d3183c44e-00", + "traceparent": "00-e9f0a01141f36c48b52c5c77e9deae1a-6925e8517abf9a42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b25b3ba54b49d866b0dfdc9956b9cc5c", + "x-ms-client-request-id": "8fed6951a7fc4d9e3b194cd63e95a11a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,114 +21,113 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bf9ff8b0-b5a6-41af-8bcd-baf6b8bcc1ea", + "apim-request-id": "af957dbc-2aa9-445c-b8da-28491eac83e5", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:23 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/bf9ff8b0-b5a6-41af-8bcd-baf6b8bcc1ea", + "Date": "Wed, 09 Sep 2020 22:38:26 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "352" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/bf9ff8b0-b5a6-41af-8bcd-baf6b8bcc1ea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fc42a3c03ff76498a969adf26255c6e3", + "x-ms-client-request-id": "cf915addd4d1b2f4b353493be015d081", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4a91978-5171-4318-86b6-a765cf50f5f3", + "apim-request-id": "bf64de92-f32a-408a-a21f-f17a4dcf4923", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:23 GMT", + "Date": "Wed, 09 Sep 2020 22:38:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:07:23Z", - "lastUpdatedDateTime": "2020-08-20T18:07:23Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:38:26Z", + "lastUpdatedDateTime": "2020-09-09T22:38:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/bf9ff8b0-b5a6-41af-8bcd-baf6b8bcc1ea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b3ad3486c31b98f440639006012c535", + "x-ms-client-request-id": "ef01e76079415b4eb213b165639b5c67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02df840d-96da-48ef-b709-683ea7aa6472", + "apim-request-id": "76b4cf80-5ad3-4862-b6d8-bac0c02d0124", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:24 GMT", + "Date": "Wed, 09 Sep 2020 22:38:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:23Z", - "lastUpdatedDateTime": "2020-08-20T18:07:23Z" + "createdDateTime": "2020-09-09T22:38:26Z", + "lastUpdatedDateTime": "2020-09-09T22:38:26Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/bf9ff8b0-b5a6-41af-8bcd-baf6b8bcc1ea", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b9a2e54dab86630a3f708e09d74765a", + "x-ms-client-request-id": "309f1c13470d7d6f753bdca95d626c25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9db55a5-180c-489b-970a-c133d90cb076", + "apim-request-id": "11a3f6aa-b228-4dee-ba36-e7f2c60e0bf0", + "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:25 GMT", + "Date": "Wed, 09 Sep 2020 22:38:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:23Z", - "lastUpdatedDateTime": "2020-08-20T18:07:25Z", + "createdDateTime": "2020-09-09T22:38:26Z", + "lastUpdatedDateTime": "2020-09-09T22:38:28Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.2511, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -185,10 +184,10 @@ 306, 1005, 617, - 1011, - 615.9, - 1070, - 304.9, + 1012, + 615, + 1069, + 305, 1064 ], "page": 1, @@ -199,14 +198,14 @@ "valueDate": "2019-06-10", "text": "6/10/2019", "boundingBox": [ - 303.2, - 1223.5, + 304, + 1224, 506, 1224, - 505.8, + 505, 1289, 303, - 1288.5 + 1288 ], "page": 1, "confidence": 0.986 @@ -219,10 +218,10 @@ 518, 1225, 629, - 1227, - 627.9, - 1291, - 516.8, + 1228, + 627, + 1290, + 517, 1289 ], "page": 1, @@ -275,16 +274,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 320.8, - 2020.5, + 321, + 2021, 348, 2020, - 349.2, + 349, 2084, 322, - 2084.5 + 2084 ], "page": 1, "confidence": 0.858 @@ -296,11 +296,11 @@ "boundingBox": [ 360, 2020, - 626.6, + 626, 2014, 628, 2077, - 361.4, + 362, 2083 ], "page": 1, @@ -315,7 +315,7 @@ 2028, 1127, 2028, - 1127, + 1126, 2091, 1007, 2091 @@ -333,13 +333,13 @@ "text": "1098.99", "boundingBox": [ 963, - 2259.5, + 2260, 1136, 2254, - 1138.1, + 1137, 2320, - 965.1, - 2325.5 + 966, + 2325 ], "page": 1, "confidence": 0.965 @@ -367,13 +367,13 @@ "text": "1203.39", "boundingBox": [ 955, - 2593.8, + 2594, 1124, 2611, - 1117.2, - 2678.2, - 948.2, - 2661.1 + 1115, + 2678, + 949, + 2661 ], "page": 1, "confidence": 0.774 @@ -387,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1561996261" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1144062450" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json index 4cf983d328dc6..9e5a0863c195d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json @@ -1,132 +1,131 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-17b2a230652b1447a81ebe161a1281c0-83fb9e92eb50fa42-00", + "traceparent": "00-727ae3e33150a74ca264cba2e82c1e62-18c8892396bf5745-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dbd400bd2462d7a97933ce6a6492c30b", + "x-ms-client-request-id": "51b180256b0a2c5d0d9c25e1c1851735", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a73618ef-4e50-41a7-bec6-bb7e66345d7a", + "apim-request-id": "b9890f0c-0cc4-4e21-ad2d-e4415165d981", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:40 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/a73618ef-4e50-41a7-bec6-bb7e66345d7a", + "Date": "Wed, 09 Sep 2020 22:32:53 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "342" + "x-envoy-upstream-service-time": "241" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/a73618ef-4e50-41a7-bec6-bb7e66345d7a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7268550a3b88724b5f6b838ed769142d", + "x-ms-client-request-id": "a7a0b982d7014cd146197efea0977c81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30ddf958-beed-4190-a243-408c09559179", + "apim-request-id": "7a336500-5c61-442e-8185-067e6cef2e66", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:40 GMT", + "Date": "Wed, 09 Sep 2020 22:32:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:02:40Z", - "lastUpdatedDateTime": "2020-08-20T18:02:40Z" + "createdDateTime": "2020-09-09T22:32:54Z", + "lastUpdatedDateTime": "2020-09-09T22:32:54Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/a73618ef-4e50-41a7-bec6-bb7e66345d7a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5363d0a6ef83554c655556529e9e9cc6", + "x-ms-client-request-id": "aa68ae45b45919c1ff8fe4e68d0734f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4e7cf8b-d032-43db-9810-aa3e27fe93e3", + "apim-request-id": "ddc8de87-3619-48f6-b112-d7b6eabc6aa5", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:41 GMT", + "Date": "Wed, 09 Sep 2020 22:32:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:40Z", - "lastUpdatedDateTime": "2020-08-20T18:02:40Z" + "createdDateTime": "2020-09-09T22:32:54Z", + "lastUpdatedDateTime": "2020-09-09T22:32:54Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/a73618ef-4e50-41a7-bec6-bb7e66345d7a", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b844377eb8028299b5617cf6a11aff10", + "x-ms-client-request-id": "d9794786b0d94e47ae650bf1ed5e8c75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7249ae0-7389-4530-bd65-37dc9a8d27f2", + "apim-request-id": "5dc961b3-fb46-40ec-b23a-b2d2b39e4455", + "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:42 GMT", + "Date": "Wed, 09 Sep 2020 22:32:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:40Z", - "lastUpdatedDateTime": "2020-08-20T18:02:41Z", + "createdDateTime": "2020-09-09T22:32:54Z", + "lastUpdatedDateTime": "2020-09-09T22:32:56Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.2511, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -183,10 +182,10 @@ 306, 1005, 617, - 1011, - 615.9, - 1070, - 304.9, + 1012, + 615, + 1069, + 305, 1064 ], "page": 1, @@ -197,14 +196,14 @@ "valueDate": "2019-06-10", "text": "6/10/2019", "boundingBox": [ - 303.2, - 1223.5, + 304, + 1224, 506, 1224, - 505.8, + 505, 1289, 303, - 1288.5 + 1288 ], "page": 1, "confidence": 0.986 @@ -217,10 +216,10 @@ 518, 1225, 629, - 1227, - 627.9, - 1291, - 516.8, + 1228, + 627, + 1290, + 517, 1289 ], "page": 1, @@ -273,16 +272,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 320.8, - 2020.5, + 321, + 2021, 348, 2020, - 349.2, + 349, 2084, 322, - 2084.5 + 2084 ], "page": 1, "confidence": 0.858 @@ -294,11 +294,11 @@ "boundingBox": [ 360, 2020, - 626.6, + 626, 2014, 628, 2077, - 361.4, + 362, 2083 ], "page": 1, @@ -313,7 +313,7 @@ 2028, 1127, 2028, - 1127, + 1126, 2091, 1007, 2091 @@ -331,13 +331,13 @@ "text": "1098.99", "boundingBox": [ 963, - 2259.5, + 2260, 1136, 2254, - 1138.1, + 1137, 2320, - 965.1, - 2325.5 + 966, + 2325 ], "page": 1, "confidence": 0.965 @@ -365,13 +365,13 @@ "text": "1203.39", "boundingBox": [ 955, - 2593.8, + 2594, 1124, 2611, - 1117.2, - 2678.2, - 948.2, - 2661.1 + 1115, + 2678, + 949, + 2661 ], "page": 1, "confidence": 0.774 @@ -385,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "245334061" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1694028853" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json index 95ad7cd609c04..956b2702d4839 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json @@ -1,162 +1,131 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4dd079d39b325e43968c5127fc050d08-9e2c6df66944bb46-00", + "traceparent": "00-d5b045feaa09c14b9f231b82a79de265-a3e48939ff222645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8f3a4a4b0d8ff086d584c28e22b381d2", + "x-ms-client-request-id": "9c57e5b48ae7b0429a0b141bca622d91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "678ad3ad-dbc2-4607-b61e-2362b9b3d924", + "apim-request-id": "b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:19 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/678ad3ad-dbc2-4607-b61e-2362b9b3d924", + "Date": "Wed, 09 Sep 2020 22:38:23 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "147" + "x-envoy-upstream-service-time": "189" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/678ad3ad-dbc2-4607-b61e-2362b9b3d924", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3507ea57caaec9449637e832e2418e7", + "x-ms-client-request-id": "1d157a5ddd54f4d33dfe9b25b094f6d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "190de926-c24d-4e54-90b3-5503b5904b51", + "apim-request-id": "b99a301c-eb12-42e8-a2d4-0fa60e189846", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:19 GMT", + "Date": "Wed, 09 Sep 2020 22:38:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:20Z", - "lastUpdatedDateTime": "2020-08-20T18:07:20Z" + "createdDateTime": "2020-09-09T22:38:23Z", + "lastUpdatedDateTime": "2020-09-09T22:38:23Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/678ad3ad-dbc2-4607-b61e-2362b9b3d924", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a124ac556528e4f65478c5a65a15cc45", + "x-ms-client-request-id": "6bfbddc30482baf878d7df4deb38f1bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9577a193-54cb-44a9-b84a-9e8a44235f6b", + "apim-request-id": "d6f71b47-ceab-46fd-9c05-6fb7e88cc2c4", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:21 GMT", + "Date": "Wed, 09 Sep 2020 22:38:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:20Z", - "lastUpdatedDateTime": "2020-08-20T18:07:20Z" + "createdDateTime": "2020-09-09T22:38:23Z", + "lastUpdatedDateTime": "2020-09-09T22:38:24Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/678ad3ad-dbc2-4607-b61e-2362b9b3d924", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ae33221097a9cefbb54d462c8f02c1b0", + "x-ms-client-request-id": "98028a316ac1d76f12625ee9ef1d0006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2f5ad3a5-868c-46c5-9f93-ab87fcae0ef7", + "apim-request-id": "1cc1ae8e-5207-4faf-8c7b-2db7e29c30e3", + "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:22 GMT", + "Date": "Wed, 09 Sep 2020 22:38:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:07:20Z", - "lastUpdatedDateTime": "2020-08-20T18:07:20Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/678ad3ad-dbc2-4607-b61e-2362b9b3d924", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "7539db6be08e3faa886c7f32b6ee9234", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1e6d93a4-b9ff-4d80-b0b8-260f3d24c55c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:20Z", - "lastUpdatedDateTime": "2020-08-20T18:07:22Z", + "createdDateTime": "2020-09-09T22:38:23Z", + "lastUpdatedDateTime": "2020-09-09T22:38:25Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.2511, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -213,10 +182,10 @@ 306, 1005, 617, - 1011, - 615.9, - 1070, - 304.9, + 1012, + 615, + 1069, + 305, 1064 ], "page": 1, @@ -227,14 +196,14 @@ "valueDate": "2019-06-10", "text": "6/10/2019", "boundingBox": [ - 303.2, - 1223.5, + 304, + 1224, 506, 1224, - 505.8, + 505, 1289, 303, - 1288.5 + 1288 ], "page": 1, "confidence": 0.986 @@ -247,10 +216,10 @@ 518, 1225, 629, - 1227, - 627.9, - 1291, - 516.8, + 1228, + 627, + 1290, + 517, 1289 ], "page": 1, @@ -303,16 +272,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 320.8, - 2020.5, + 321, + 2021, 348, 2020, - 349.2, + 349, 2084, 322, - 2084.5 + 2084 ], "page": 1, "confidence": 0.858 @@ -324,11 +294,11 @@ "boundingBox": [ 360, 2020, - 626.6, + 626, 2014, 628, 2077, - 361.4, + 362, 2083 ], "page": 1, @@ -343,7 +313,7 @@ 2028, 1127, 2028, - 1127, + 1126, 2091, 1007, 2091 @@ -361,13 +331,13 @@ "text": "1098.99", "boundingBox": [ 963, - 2259.5, + 2260, 1136, 2254, - 1138.1, + 1137, 2320, - 965.1, - 2325.5 + 966, + 2325 ], "page": 1, "confidence": 0.965 @@ -395,13 +365,13 @@ "text": "1203.39", "boundingBox": [ 955, - 2593.8, + 2594, 1124, 2611, - 1117.2, - 2678.2, - 948.2, - 2661.1 + 1115, + 2678, + 949, + 2661 ], "page": 1, "confidence": 0.774 @@ -415,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2143206510" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "341036598" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json index 92ca573f9f8a0..9005b4b5c815b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2b9dca3a0bdddd4995e373f6521e8981-40ebf389fcf4a54c-00", + "traceparent": "00-9b8d6c01fa6ddf4bbd080b9701359d29-443bde9ceda8c84e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "edb82d0190fbd68431cb8e397e708d39", + "x-ms-client-request-id": "e42a4f4fe0830c64e7bd8ad35e42ee05", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,144 +21,143 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "apim-request-id": "b4f9ad2f-7418-4aee-92cf-979325d37fbc", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:51 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "Date": "Wed, 09 Sep 2020 22:33:05 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "746" + "x-envoy-upstream-service-time": "638" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e93614ca9099d1041fb2702d2da99d1e", + "x-ms-client-request-id": "b68ecf24ee50ea6f593f69a8929848d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "151397b0-3a68-46a2-b678-536f83ed33ca", + "apim-request-id": "78227bad-032c-4919-a454-5a4f2af5c854", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:51 GMT", + "Date": "Wed, 09 Sep 2020 22:33:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:02:51Z", - "lastUpdatedDateTime": "2020-08-20T18:02:51Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:33:05Z", + "lastUpdatedDateTime": "2020-09-09T22:33:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ad392b9a2f4ece938a73168fc3c1b25f", + "x-ms-client-request-id": "e73fa0084c2f58e5f8d3341b3c6358a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13e54fa9-5b14-4df2-afae-acaba8d7fe7d", + "apim-request-id": "2dbde3fc-d2f6-4399-9087-4197646a5d6d", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:52 GMT", + "Date": "Wed, 09 Sep 2020 22:33:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:51Z", - "lastUpdatedDateTime": "2020-08-20T18:02:51Z" + "createdDateTime": "2020-09-09T22:33:05Z", + "lastUpdatedDateTime": "2020-09-09T22:33:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bd25e6b028ce70ed28e6cd491f56a888", + "x-ms-client-request-id": "29cf6d19d62f6055df3f8a4477bc7a4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "55f5b39d-6fba-4e97-b5f4-4ff22fcd00fc", + "apim-request-id": "fdae28ca-7cb1-437e-ac38-2bcb3e505e91", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:53 GMT", + "Date": "Wed, 09 Sep 2020 22:33:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:51Z", - "lastUpdatedDateTime": "2020-08-20T18:02:51Z" + "createdDateTime": "2020-09-09T22:33:05Z", + "lastUpdatedDateTime": "2020-09-09T22:33:05Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/476224e7-6ef1-4b5e-ab1a-82b18cb7968f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "529f702ee0369aea80685f267a740e5d", + "x-ms-client-request-id": "becab8750702d7d6ea35bd7cb954aef5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9549c16a-e364-4731-ba6b-9138476b05b4", + "apim-request-id": "87cb97f0-0be3-4163-a1c5-88b9f9d68bb3", + "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:54 GMT", + "Date": "Wed, 09 Sep 2020 22:33:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:51Z", - "lastUpdatedDateTime": "2020-08-20T18:02:54Z", + "createdDateTime": "2020-09-09T22:33:05Z", + "lastUpdatedDateTime": "2020-09-09T22:33:08Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.6701, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -215,12 +214,12 @@ "boundingBox": [ 278, 1004, - 657.3, - 1054.7, - 647.8, - 1125.4, - 268.5, - 1074.7 + 657, + 1057, + 647, + 1123, + 271, + 1075 ], "page": 1, "confidence": 0.99 @@ -233,10 +232,10 @@ 264, 1228, 454, - 1240.5, - 448.4, - 1326.5, - 258.3, + 1241, + 448, + 1326, + 259, 1314 ], "page": 1, @@ -249,12 +248,12 @@ "boundingBox": [ 539, 1248, - 678.1, - 1261.6, - 669.9, - 1346.4, - 530.7, - 1332.9 + 678, + 1263, + 670, + 1345, + 532, + 1333 ], "page": 1, "confidence": 0.693 @@ -267,16 +266,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 245.5, - 1580.9, + 247, + 1582, 302, 1585, - 295.4, + 295, 1676, - 238.9, - 1672 + 239, + 1671 ], "page": 1, "confidence": 0.919 @@ -286,12 +286,12 @@ "valueString": "Cappuccino", "text": "Cappuccino", "boundingBox": [ - 316.3, - 1584.9, - 658.2, - 1600.9, - 653.9, - 1693.1, + 319, + 1585, + 658, + 1605, + 654, + 1689, 312, 1677 ], @@ -303,11 +303,11 @@ "valueNumber": 2.2, "text": "$2.20", "boundingBox": [ - 1107.7, + 1108, 1584, 1263, 1574, - 1268.3, + 1268, 1656, 1113, 1666 @@ -322,15 +322,16 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ 232, 1834, - 286.6, - 1835, + 286, + 1836, 285, - 1921, - 230.4, + 1920, + 231, 1920 ], "page": 1, @@ -355,13 +356,14 @@ }, "TotalPrice": { "type": "number", + "valueNumber": 9.5, "text": "$9.5", "boundingBox": [ - 1133.9, + 1135, 1955, 1257, 1952, - 1259.1, + 1259, 2036, 1136, 2039 @@ -380,11 +382,11 @@ "boundingBox": [ 1146, 2221, - 1297.3, + 1297, 2223, 1296, 2319, - 1144.7, + 1145, 2317 ], "page": 1, @@ -412,9 +414,9 @@ "valueNumber": 1.63, "text": "1.63", "boundingBox": [ - 1093.6, + 1094, 2478, - 1261.6, + 1261, 2482, 1259, 2589, @@ -429,14 +431,14 @@ "valueNumber": 14.5, "text": "$14.50", "boundingBox": [ - 1034.2, - 2617, - 1387.5, - 2638.2, + 1034, + 2620, + 1384, + 2638, 1380, 2763, - 1026.7, - 2741.8 + 1030, + 2739 ], "page": 1, "confidence": 0.985 @@ -450,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "436429466" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1337599882" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json index e7215d76972a6..07477983e27f3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-536810c1b98bdd40a3ff308607b5444c-2f2f53134e293e4a-00", + "traceparent": "00-6ad1f896adb7414582edc431eaf8fecf-628de882d7f6bb49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f5c1c4e092416ad8638df8a13b285a34", + "x-ms-client-request-id": "54af18312b4ffb6ed05f59e0fbc3f5f6", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,144 +21,143 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f0be601a-9b42-444e-afbb-7c4ae122654f", + "apim-request-id": "a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:30 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f0be601a-9b42-444e-afbb-7c4ae122654f", + "Date": "Wed, 09 Sep 2020 22:38:34 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "384" + "x-envoy-upstream-service-time": "858" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f0be601a-9b42-444e-afbb-7c4ae122654f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "062673ed67d8fd867003f35b2f42a4ef", + "x-ms-client-request-id": "1b94f0c6039daa7584409dc1adc47088", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "657b4b84-8b10-4426-9583-f4b54c4e469c", + "apim-request-id": "43c686b5-2426-465b-9b76-ce549a3da24d", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:30 GMT", + "Date": "Wed, 09 Sep 2020 22:38:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:31Z", - "lastUpdatedDateTime": "2020-08-20T18:07:31Z" + "createdDateTime": "2020-09-09T22:38:34Z", + "lastUpdatedDateTime": "2020-09-09T22:38:34Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f0be601a-9b42-444e-afbb-7c4ae122654f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "33c7174b4abcabe681b5c6723ecf73b6", + "x-ms-client-request-id": "be760517d46f8ebe2bbefa5a03fb221a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8579cf45-767d-427d-a087-bd7c1722d8c8", + "apim-request-id": "40727add-3510-4fc0-8df9-eaa49fc74615", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:32 GMT", + "Date": "Wed, 09 Sep 2020 22:38:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:31Z", - "lastUpdatedDateTime": "2020-08-20T18:07:31Z" + "createdDateTime": "2020-09-09T22:38:34Z", + "lastUpdatedDateTime": "2020-09-09T22:38:34Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f0be601a-9b42-444e-afbb-7c4ae122654f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7b202b1dbab778b23ec3853d9f7d3a20", + "x-ms-client-request-id": "9470bb37bb942e7ba204cf0f8dad4d0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24bc04bc-9751-4523-a4f5-c3097545c170", + "apim-request-id": "b5116863-1a58-4a03-9bcc-e007d435cf5b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:33 GMT", + "Date": "Wed, 09 Sep 2020 22:38:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:31Z", - "lastUpdatedDateTime": "2020-08-20T18:07:31Z" + "createdDateTime": "2020-09-09T22:38:34Z", + "lastUpdatedDateTime": "2020-09-09T22:38:34Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f0be601a-9b42-444e-afbb-7c4ae122654f", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "245508e82660a3778d7a8522a014bfa0", + "x-ms-client-request-id": "f6c9d1ef374df2863106efdf081aa689", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04e414dc-c389-4bb3-9ce6-da3900da1f66", + "apim-request-id": "4e5d11f0-cb5d-458d-9205-ce2bc6e41b60", + "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:34 GMT", + "Date": "Wed, 09 Sep 2020 22:38:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:31Z", - "lastUpdatedDateTime": "2020-08-20T18:07:34Z", + "createdDateTime": "2020-09-09T22:38:34Z", + "lastUpdatedDateTime": "2020-09-09T22:38:37Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.6701, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -215,12 +214,12 @@ "boundingBox": [ 278, 1004, - 657.3, - 1054.7, - 647.8, - 1125.4, - 268.5, - 1074.7 + 657, + 1057, + 647, + 1123, + 271, + 1075 ], "page": 1, "confidence": 0.99 @@ -233,10 +232,10 @@ 264, 1228, 454, - 1240.5, - 448.4, - 1326.5, - 258.3, + 1241, + 448, + 1326, + 259, 1314 ], "page": 1, @@ -249,12 +248,12 @@ "boundingBox": [ 539, 1248, - 678.1, - 1261.6, - 669.9, - 1346.4, - 530.7, - 1332.9 + 678, + 1263, + 670, + 1345, + 532, + 1333 ], "page": 1, "confidence": 0.693 @@ -267,16 +266,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 245.5, - 1580.9, + 247, + 1582, 302, 1585, - 295.4, + 295, 1676, - 238.9, - 1672 + 239, + 1671 ], "page": 1, "confidence": 0.919 @@ -286,12 +286,12 @@ "valueString": "Cappuccino", "text": "Cappuccino", "boundingBox": [ - 316.3, - 1584.9, - 658.2, - 1600.9, - 653.9, - 1693.1, + 319, + 1585, + 658, + 1605, + 654, + 1689, 312, 1677 ], @@ -303,11 +303,11 @@ "valueNumber": 2.2, "text": "$2.20", "boundingBox": [ - 1107.7, + 1108, 1584, 1263, 1574, - 1268.3, + 1268, 1656, 1113, 1666 @@ -322,15 +322,16 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ 232, 1834, - 286.6, - 1835, + 286, + 1836, 285, - 1921, - 230.4, + 1920, + 231, 1920 ], "page": 1, @@ -355,13 +356,14 @@ }, "TotalPrice": { "type": "number", + "valueNumber": 9.5, "text": "$9.5", "boundingBox": [ - 1133.9, + 1135, 1955, 1257, 1952, - 1259.1, + 1259, 2036, 1136, 2039 @@ -380,11 +382,11 @@ "boundingBox": [ 1146, 2221, - 1297.3, + 1297, 2223, 1296, 2319, - 1144.7, + 1145, 2317 ], "page": 1, @@ -412,9 +414,9 @@ "valueNumber": 1.63, "text": "1.63", "boundingBox": [ - 1093.6, + 1094, 2478, - 1261.6, + 1261, 2482, 1259, 2589, @@ -429,14 +431,14 @@ "valueNumber": 14.5, "text": "$14.50", "boundingBox": [ - 1034.2, - 2617, - 1387.5, - 2638.2, + 1034, + 2620, + 1384, + 2638, 1380, 2763, - 1026.7, - 2741.8 + 1030, + 2739 ], "page": 1, "confidence": 0.985 @@ -450,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "281877090" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "403499514" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json index 5e62f9d474b36..a5218e10b222e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json @@ -1,162 +1,161 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "1947192", "Content-Type": "image/png", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9305679562021442a7a96790a6755e6e-01847388ec6da840-00", + "traceparent": "00-d41bb29552b74a4c9bb79ce6dbbe73e6-25c917c50e9f124b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fe23a37eb035d3ee1fc1d08c7ec269b4", + "x-ms-client-request-id": "6e1e853e92a8b1a5199b746ba3e16f2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "010a7804-f64f-412a-addb-735a05d4965e", + "apim-request-id": "9c2c9e84-2023-4402-b128-7a066e63097e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:02:46 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/010a7804-f64f-412a-addb-735a05d4965e", + "Date": "Wed, 09 Sep 2020 22:33:01 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "757" + "x-envoy-upstream-service-time": "672" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/010a7804-f64f-412a-addb-735a05d4965e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c342bb296f3473c4093e769fd5a0624e", + "x-ms-client-request-id": "0015873749f09fc1bd602b43d3be23c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "068b2757-8054-4801-85bb-a61ca7499031", + "apim-request-id": "90fc45ee-84f4-427d-a987-c478307f742b", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:46 GMT", + "Date": "Wed, 09 Sep 2020 22:33:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:02:47Z", - "lastUpdatedDateTime": "2020-08-20T18:02:47Z" + "status": "notStarted", + "createdDateTime": "2020-09-09T22:33:01Z", + "lastUpdatedDateTime": "2020-09-09T22:33:01Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/010a7804-f64f-412a-addb-735a05d4965e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f89fd1d3fe88b728303e20c40b6f5561", + "x-ms-client-request-id": "81a58b7acb5d25aa8b11160b354d6ba5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb55f590-e8bd-496f-830f-3987b42d9787", + "apim-request-id": "9eb576c7-ec5f-4dc1-8fdb-61790b3340da", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:48 GMT", + "Date": "Wed, 09 Sep 2020 22:33:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:47Z", - "lastUpdatedDateTime": "2020-08-20T18:02:47Z" + "createdDateTime": "2020-09-09T22:33:01Z", + "lastUpdatedDateTime": "2020-09-09T22:33:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/010a7804-f64f-412a-addb-735a05d4965e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa8c858347340edbdeaff5f6394efe7f", + "x-ms-client-request-id": "90a9901a1429f43ac47eb1486661dd5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c9e3ba4-2936-4810-a7bd-9faa3cb11ac8", + "apim-request-id": "0d7c3908-2fec-4d85-966b-95bae901fe3c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:49 GMT", + "Date": "Wed, 09 Sep 2020 22:33:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:02:47Z", - "lastUpdatedDateTime": "2020-08-20T18:02:47Z" + "createdDateTime": "2020-09-09T22:33:01Z", + "lastUpdatedDateTime": "2020-09-09T22:33:02Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/010a7804-f64f-412a-addb-735a05d4965e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "acb9815f70232a2b928a92f64f006899", + "x-ms-client-request-id": "17f1ad77ee3b6bceddef75df33b56a6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77f20dd7-2c9d-4708-a128-54eb6ff171b0", + "apim-request-id": "c5f3b52f-de23-47a6-9bb9-973262f1cd51", + "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:02:50 GMT", + "Date": "Wed, 09 Sep 2020 22:33:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:02:47Z", - "lastUpdatedDateTime": "2020-08-20T18:02:49Z", + "createdDateTime": "2020-09-09T22:33:01Z", + "lastUpdatedDateTime": "2020-09-09T22:33:04Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.6701, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -213,12 +212,12 @@ "boundingBox": [ 278, 1004, - 657.3, - 1054.7, - 647.8, - 1125.4, - 268.5, - 1074.7 + 657, + 1057, + 647, + 1123, + 271, + 1075 ], "page": 1, "confidence": 0.99 @@ -231,10 +230,10 @@ 264, 1228, 454, - 1240.5, - 448.4, - 1326.5, - 258.3, + 1241, + 448, + 1326, + 259, 1314 ], "page": 1, @@ -247,12 +246,12 @@ "boundingBox": [ 539, 1248, - 678.1, - 1261.6, - 669.9, - 1346.4, - 530.7, - 1332.9 + 678, + 1263, + 670, + 1345, + 532, + 1333 ], "page": 1, "confidence": 0.693 @@ -265,16 +264,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 245.5, - 1580.9, + 247, + 1582, 302, 1585, - 295.4, + 295, 1676, - 238.9, - 1672 + 239, + 1671 ], "page": 1, "confidence": 0.919 @@ -284,12 +284,12 @@ "valueString": "Cappuccino", "text": "Cappuccino", "boundingBox": [ - 316.3, - 1584.9, - 658.2, - 1600.9, - 653.9, - 1693.1, + 319, + 1585, + 658, + 1605, + 654, + 1689, 312, 1677 ], @@ -301,11 +301,11 @@ "valueNumber": 2.2, "text": "$2.20", "boundingBox": [ - 1107.7, + 1108, 1584, 1263, 1574, - 1268.3, + 1268, 1656, 1113, 1666 @@ -320,15 +320,16 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ 232, 1834, - 286.6, - 1835, + 286, + 1836, 285, - 1921, - 230.4, + 1920, + 231, 1920 ], "page": 1, @@ -353,13 +354,14 @@ }, "TotalPrice": { "type": "number", + "valueNumber": 9.5, "text": "$9.5", "boundingBox": [ - 1133.9, + 1135, 1955, 1257, 1952, - 1259.1, + 1259, 2036, 1136, 2039 @@ -378,11 +380,11 @@ "boundingBox": [ 1146, 2221, - 1297.3, + 1297, 2223, 1296, 2319, - 1144.7, + 1145, 2317 ], "page": 1, @@ -410,9 +412,9 @@ "valueNumber": 1.63, "text": "1.63", "boundingBox": [ - 1093.6, + 1094, 2478, - 1261.6, + 1261, 2482, 1259, 2589, @@ -427,14 +429,14 @@ "valueNumber": 14.5, "text": "$14.50", "boundingBox": [ - 1034.2, - 2617, - 1387.5, - 2638.2, + 1034, + 2620, + 1384, + 2638, 1380, 2763, - 1026.7, - 2741.8 + 1030, + 2739 ], "page": 1, "confidence": 0.985 @@ -448,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "97761213" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1411939227" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json index ba5d535067604..d43035d01cd97 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json @@ -1,192 +1,161 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "1947192", "Content-Type": "image/png", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5e965bd28ec0544cbbf85cbcb1d526d3-1c4579e57831f44d-00", + "traceparent": "00-d4dda155d40b724b8a66675a60bbd57e-59f8a489129fc645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c6b3450e270fe338b21999b6a2711b93", + "x-ms-client-request-id": "8fb4da106fff8db34acc12af0f4a8160", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "apim-request-id": "9d54abb1-18eb-4236-9ba3-5bcc291778e0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:26 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "Date": "Wed, 09 Sep 2020 22:38:30 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "635" + "x-envoy-upstream-service-time": "671" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9a97064fb6bc68638d949f22680ed66b", + "x-ms-client-request-id": "94bc56dfd21452b63b3d17e0e82f0452", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb3e1844-25c9-4783-8b4c-416a557b1341", + "apim-request-id": "d5f76b31-83fc-4217-b07f-c423275e34c3", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:26 GMT", + "Date": "Wed, 09 Sep 2020 22:38:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:26Z", - "lastUpdatedDateTime": "2020-08-20T18:07:26Z" - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "345bfaa178c21ef57e2fec37825d70fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9db98cca-4d72-4b69-899a-41d24db4e3f8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:26Z", - "lastUpdatedDateTime": "2020-08-20T18:07:26Z" + "createdDateTime": "2020-09-09T22:38:30Z", + "lastUpdatedDateTime": "2020-09-09T22:38:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "edd424c71609585ee24b387b88167aa3", + "x-ms-client-request-id": "a2cf95f98e3f8a47f4714b3f9bc507ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24276389-d3e5-4ee4-a392-5d1d6b085500", + "apim-request-id": "d4fdb9e1-32f1-4dee-93f2-7170f94847e4", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:28 GMT", + "Date": "Wed, 09 Sep 2020 22:38:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:26Z", - "lastUpdatedDateTime": "2020-08-20T18:07:26Z" + "createdDateTime": "2020-09-09T22:38:30Z", + "lastUpdatedDateTime": "2020-09-09T22:38:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a7142d42e716d6d011791c8cc92be530", + "x-ms-client-request-id": "e386ff40c3133d2c236253c257d2a41a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe783536-8de0-4c0c-8044-3826b44f72bf", + "apim-request-id": "fe0c117c-b6f1-41a5-bc36-b09124dc3c2e", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:29 GMT", + "Date": "Wed, 09 Sep 2020 22:38:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:07:26Z", - "lastUpdatedDateTime": "2020-08-20T18:07:26Z" + "createdDateTime": "2020-09-09T22:38:30Z", + "lastUpdatedDateTime": "2020-09-09T22:38:30Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b4bbecfd-bfef-4d4d-ace4-6fc8241409f8", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "445aa423e83a8b619b035276407a9668", + "x-ms-client-request-id": "79b6bfc8de7b50200e31a0a28676b676", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96d2605a-12e1-4d47-9f83-1684a344f98c", + "apim-request-id": "fc2a2005-2d82-495a-9592-f698828a048b", + "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:30 GMT", + "Date": "Wed, 09 Sep 2020 22:38:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:26Z", - "lastUpdatedDateTime": "2020-08-20T18:07:30Z", + "createdDateTime": "2020-09-09T22:38:30Z", + "lastUpdatedDateTime": "2020-09-09T22:38:33Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0.6701, "width": 1688, "height": 3000, - "unit": "pixel", - "language": "en" + "unit": "pixel" } ], "documentResults": [ @@ -243,12 +212,12 @@ "boundingBox": [ 278, 1004, - 657.3, - 1054.7, - 647.8, - 1125.4, - 268.5, - 1074.7 + 657, + 1057, + 647, + 1123, + 271, + 1075 ], "page": 1, "confidence": 0.99 @@ -261,10 +230,10 @@ 264, 1228, 454, - 1240.5, - 448.4, - 1326.5, - 258.3, + 1241, + 448, + 1326, + 259, 1314 ], "page": 1, @@ -277,12 +246,12 @@ "boundingBox": [ 539, 1248, - 678.1, - 1261.6, - 669.9, - 1346.4, - 530.7, - 1332.9 + 678, + 1263, + 670, + 1345, + 532, + 1333 ], "page": 1, "confidence": 0.693 @@ -295,16 +264,17 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ - 245.5, - 1580.9, + 247, + 1582, 302, 1585, - 295.4, + 295, 1676, - 238.9, - 1672 + 239, + 1671 ], "page": 1, "confidence": 0.919 @@ -314,12 +284,12 @@ "valueString": "Cappuccino", "text": "Cappuccino", "boundingBox": [ - 316.3, - 1584.9, - 658.2, - 1600.9, - 653.9, - 1693.1, + 319, + 1585, + 658, + 1605, + 654, + 1689, 312, 1677 ], @@ -331,11 +301,11 @@ "valueNumber": 2.2, "text": "$2.20", "boundingBox": [ - 1107.7, + 1108, 1584, 1263, 1574, - 1268.3, + 1268, 1656, 1113, 1666 @@ -350,15 +320,16 @@ "valueObject": { "Quantity": { "type": "number", + "valueNumber": 1, "text": "1", "boundingBox": [ 232, 1834, - 286.6, - 1835, + 286, + 1836, 285, - 1921, - 230.4, + 1920, + 231, 1920 ], "page": 1, @@ -383,13 +354,14 @@ }, "TotalPrice": { "type": "number", + "valueNumber": 9.5, "text": "$9.5", "boundingBox": [ - 1133.9, + 1135, 1955, 1257, 1952, - 1259.1, + 1259, 2036, 1136, 2039 @@ -408,11 +380,11 @@ "boundingBox": [ 1146, 2221, - 1297.3, + 1297, 2223, 1296, 2319, - 1144.7, + 1145, 2317 ], "page": 1, @@ -440,9 +412,9 @@ "valueNumber": 1.63, "text": "1.63", "boundingBox": [ - 1093.6, + 1094, 2478, - 1261.6, + 1261, 2482, 1259, 2589, @@ -457,14 +429,14 @@ "valueNumber": 14.5, "text": "$14.50", "boundingBox": [ - 1034.2, - 2617, - 1387.5, - 2638.2, + 1034, + 2620, + 1384, + 2638, 1380, 2763, - 1026.7, - 2741.8 + 1030, + 2739 ], "page": 1, "confidence": 0.985 @@ -478,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2052147095" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "678978120" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json index f1d106f2df3c2..95fd67b2fe7db 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json @@ -1,37 +1,37 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fa72336aac1a7d489dc28ce378dcd90c-abc332352eec2848-00", + "traceparent": "00-6c781f2842860f4cab7c141a5d86de90-af90a45dbc60c041-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "38a62e532d971518048f2afb10d11444", + "x-ms-client-request-id": "0cdda38a34d7964a2ef6fa176c0d00c0", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "06f80563-3ccb-4f80-9697-43f1f2c56041", + "apim-request-id": "08efebd0-63d2-46af-98a3-782fc8ff39ef", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 17:57:55 GMT", + "Date": "Wed, 09 Sep 2020 22:29:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "error": { "code": "BadArgument", "innerError": { - "requestId": "06f80563-3ccb-4f80-9697-43f1f2c56041" + "requestId": "08efebd0-63d2-46af-98a3-782fc8ff39ef" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1931440494" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "44808129" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json index db7fc2da93cd3..1462cfdabeef0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json @@ -1,29 +1,29 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a3e72f71aae5a54b977b2a4c29b11eb9-ac8f2125f3869247-00", + "traceparent": "00-5feff66ba82ba54491c0b1a0f53cad6a-846fee55bba83f43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "76af4195a8df118aa02a2c39bacd31b2", + "x-ms-client-request-id": "10e778d4031e215651dbb0787631ded2", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "01fa0d8e-4dc2-453f-96a8-ea22701d6e9e", + "apim-request-id": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:03:53 GMT", + "Date": "Wed, 09 Sep 2020 22:34:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" }, @@ -31,7 +31,7 @@ "error": { "code": "BadArgument", "innerError": { - "requestId": "01fa0d8e-4dc2-453f-96a8-ea22701d6e9e" + "requestId": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1203141018" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "41234871" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json index ccb9897af9d63..28477507a989a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1f86bb90000e8b48828f778404ff5350-6c8707302c36264f-00", + "traceparent": "00-3fb19d4fbb71c848aafde2bf18bbfdc8-194ed7fca2dd1d4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ff3644f4118ac1883154e5a60f531695", + "x-ms-client-request-id": "9cace63dd7fb484735df7bd2bc53c17e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6404fc4c-52f7-4c2e-a32c-153872cb69ac", + "apim-request-id": "b113878b-c7a6-4683-9064-5bbd15800edd", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:46 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7", + "Date": "Wed, 09 Sep 2020 22:19:56 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "253" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "75164a1ce92316bbb265e3ef29aa3e3b", + "x-ms-client-request-id": "60f6c21087923b363b46f4562924543b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a4eb6f0-115b-4e9a-8d62-3b8698cc291b", + "apim-request-id": "c36ffb30-1c31-49cb-9bb6-11ed0299a1cc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:46 GMT", + "Date": "Wed, 09 Sep 2020 22:19:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7", + "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", "status": "creating", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:46Z" + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5379cf59c29c1a16f50c1c3269d184d5", + "x-ms-client-request-id": "6020eb5d10f17059a51715bd4f128084", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b512800f-27e8-49aa-90f1-dbf52419c71e", + "apim-request-id": "54724a17-ef4e-49a5-8c97-3ffbc4100506", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:47 GMT", + "Date": "Wed, 09 Sep 2020 22:19:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7", + "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", "status": "creating", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:46Z" + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "edce2b5930450a6d881f4d252d989886", + "x-ms-client-request-id": "523219200df5b6a4af7060b4e2f01f10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9f2d872-2d15-483b-a229-10e83cbce0ee", + "apim-request-id": "26feaab0-c209-43f4-b1e8-a4daaf6cda59", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:48 GMT", + "Date": "Wed, 09 Sep 2020 22:19:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": { "modelInfo": { - "modelId": "8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7", + "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:48Z" + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:58Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,225 +228,654 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-355ac5d191fc5b4fb0d9d6cc479e1e02-556eb00ac6e1744a-00", + "traceparent": "00-4f1b9df19cc8d74f9d9ec44c769c4a48-cae7dbf108cf0e4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3f4daa15c3d959f934fc7f17cc89ade0", + "x-ms-client-request-id": "d1743f8b6133ff8d6885ba7b7278ec29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "58446596-b1ea-4682-aeea-3eff8395acd3", + "apim-request-id": "04958654-79a3-48e9-a650-76e1fdae7f7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:48 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "Date": "Wed, 09 Sep 2020 22:19:59 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/99b6c3e3-1b40-4971-b625-94e22c62a258", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033269 + "expirationDateTimeTicks": 1599776399 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "378", + "Content-Length": "348", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1fed1f8eb4fc034380df0a653ca2bcab-d7c667f956f6334e-00", + "traceparent": "00-e1d9ddc88b83f349a21941e0370d84d6-abefd8443693c04b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fd950ee050dc29f6626fca7c74f1ec5d", + "x-ms-client-request-id": "10366fc601f250464669b080b0a48db4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westus2", "copyAuthorization": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033269 + "expirationDateTimeTicks": 1599776399 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "71e5e347-c292-4df1-867e-3d4516ef8d7c", + "apim-request-id": "a18d2e0b-7b9c-4e85-ad35-075240536852", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:48 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyresults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "Date": "Wed, 09 Sep 2020 22:19:59 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyresults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0f3204f8ae9dbe518b32e96f52294437", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ee0c2837-0e7b-4404-ab80-2c10c3317d20", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:19:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "72ee36830eba891ef8238ac9b10c4fc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dd53ad9a-c50c-4be5-a265-37ebededfbad", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6d8305f8dc45178b1e7785bf18d7fe1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fbe47c2f-48ea-4853-b8a2-0874497edc4a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "79fc78251ab6e9fae5a9177923870d7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "900233b1-edb6-4ffe-8300-fffc06ad5abd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4c7725e2d6a5a7f2abd75443895e7121", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f650ae53-8a07-421b-ba3c-571704230989", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "38a46d25d60fdd0d0b99889bc512f397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56d71571-d13e-48dc-9341-e5338cc22623", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f2dc066ab1604e788655cedec6b66086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7c0577dc-a4eb-4778-bf1a-49276a94a72c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b653f538d4e30c6e1899400b4e56e298", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56c50ccf-9781-4a30-837c-0509c09917f1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "83d8bce37f8174c1f555b2ba082e1654", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7e521946-35a5-4b81-aa65-3f31b761a3fa", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cf6301393dbe96b397d0dac6706c002f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1cae6bdd-24fa-4dbc-88b9-d2e5c0c4211e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "09fb3573dddeb90434dfc18e21b404e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "71de803e-0ae6-43b2-bab7-f1990a93c0b6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4cd2ec8312f3a6da0942ebb1a5fa0388", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e1a921b1-2cdd-4969-b7bc-bc70ec613003", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d34782540c335c76fca99bde7b2574e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6e1144d0-7fce-41ae-a090-553ceaffc93c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "copyResult": { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bf1c9573448496fc3174b948b1553dff", + "x-ms-client-request-id": "8443f0ccb49a603c5a55009bf1531439", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "987a7bfd-fd70-4a72-8cee-10eae79e21de", + "apim-request-id": "a2997b81-c56f-4bcb-8bcd-bf11534829b5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:48 GMT", + "Date": "Wed, 09 Sep 2020 22:20:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:49Z", - "lastUpdatedDateTime": "2020-08-20T18:07:49Z", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1f446d719a03c4aab324dd6af87ce542", + "x-ms-client-request-id": "9e3a39db316c76b575754f4976fb2ae3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c08ea622-922b-4307-99b4-7e4c5d5ff72c", + "apim-request-id": "298d43ea-bf05-46f5-9875-bccd001c8896", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:49 GMT", + "Date": "Wed, 09 Sep 2020 22:20:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:49Z", - "lastUpdatedDateTime": "2020-08-20T18:07:49Z", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "36a42210ee6c9c5b12ffcb6797ad770c", + "x-ms-client-request-id": "b4e508cd7fb79fed46e678de0cda6aa9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "15220859-f591-41ab-aa69-a43a33b37f5b", + "apim-request-id": "741a7309-8704-416f-997e-56dbeae78037", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:51 GMT", + "Date": "Wed, 09 Sep 2020 22:20:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:49Z", - "lastUpdatedDateTime": "2020-08-20T18:07:49Z", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "070bcb31ccacd859eb570b6067929eb4", + "x-ms-client-request-id": "42026295d5eb9a763acc0e2465f3e95e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9cd02600-2701-4224-b4f1-99231464c862", + "apim-request-id": "2138d202-28ad-4ce0-a34d-c88dda624c7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:52 GMT", + "Date": "Wed, 09 Sep 2020 22:20:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:49Z", - "lastUpdatedDateTime": "2020-08-20T18:07:49Z", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8f38768f06b1839211a80d04cf422d06", + "x-ms-client-request-id": "e9cd1c2a606d5c814b9a5885b8d76a9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6af323e6-664f-4095-abb7-7f7cbda9a3b0", + "apim-request-id": "c3f18d14-ff63-474d-a02e-4a6a2c2f2cc1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:53 GMT", + "Date": "Wed, 09 Sep 2020 22:20:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -451,69 +883,69 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:07:49Z", - "lastUpdatedDateTime": "2020-08-20T18:07:49Z", + "createdDateTime": "2020-09-09T22:19:59Z", + "lastUpdatedDateTime": "2020-09-09T22:19:59Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7/copyResults/a42edd87-b84c-40ac-a178-de31cee5aab3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2d38d0acde714395c8cb4b14e3fb347f", + "x-ms-client-request-id": "14b3a50be7f8f8f8914a79eb70c83a52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cccf5eb9-1d61-4b84-8b60-4217aa5d58d0", + "apim-request-id": "907a014e-1d37-404a-8981-d6e538ffaa66", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", + "Date": "Wed, 09 Sep 2020 22:20:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:07:54.6086938Z", - "lastUpdatedDateTime": "2020-08-20T18:07:54.6086939Z", + "createdDateTime": "2020-09-09T22:20:18.5510762Z", + "lastUpdatedDateTime": "2020-09-09T22:20:18.5510763Z", "copyResult": { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37" + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8afe4d24-f859-4f05-8ee6-8cf5aee9f2b7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-93e18cbf7a29c347bdea1a0603fa2fe9-624550825af90d49-00", + "traceparent": "00-420bfcd68e4a0244a8147f0e7535cfb7-b333a190469d1d44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "20d81661e8752a5b3888f504bf5509a8", + "x-ms-client-request-id": "efb319fc800c353be0a6f7507cf1e263", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "1d61838a-7f56-4290-96cc-7cb6523b07e0", + "apim-request-id": "083a901c-6e8e-4c24-8888-878bd9701d26", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", + "Date": "Wed, 09 Sep 2020 22:20:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] } @@ -521,9 +953,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "101129628" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "338750905" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json index 32654632b18e8..002bfd89b85ae 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b2d821a2274f8341a559601391119941-84473a7f65376945-00", + "traceparent": "00-14e263204feaaf42b4867237b779fd7b-9886cd95061f944a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4b85ea96ad8c6ca4a2020b674d31458f", + "x-ms-client-request-id": "7ec0752ff6d8bf4c284be304b6c10a29", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6f007e3b-001e-4545-89ff-ae7db39182c8", + "apim-request-id": "a776281e-7720-4a4a-be7b-71b4bfec4f07", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce", + "Date": "Wed, 09 Sep 2020 22:23:10 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "198" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c51b37d4cd47cd1a02e2d6e697f1d06", + "x-ms-client-request-id": "5394ae0f16206d4675cbc09496e4c32f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36da2287-e640-4f43-9dde-e0dbf3f37bd3", + "apim-request-id": "f2b05626-f1b6-497d-9ecc-32869aea8f8d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:23:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "6bc90be3-af73-451e-a73c-096716a866ce", + "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", "status": "creating", - "createdDateTime": "2020-08-20T18:09:12Z", - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "createdDateTime": "2020-09-09T22:23:10Z", + "lastUpdatedDateTime": "2020-09-09T22:23:10Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1c5f4122e0b8d3750397ea3c96505e88", + "x-ms-client-request-id": "4338f56301c572b00595988fd897d996", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c1fc1c2-2cf2-4e92-9bf6-3a4d70625acf", + "apim-request-id": "dfc36961-50fd-4700-bf41-0b524cb419d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:13 GMT", + "Date": "Wed, 09 Sep 2020 22:23:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "6bc90be3-af73-451e-a73c-096716a866ce", + "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", "status": "creating", - "createdDateTime": "2020-08-20T18:09:12Z", - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "createdDateTime": "2020-09-09T22:23:10Z", + "lastUpdatedDateTime": "2020-09-09T22:23:10Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6f387efc77e74a661809aa5d80360323", + "x-ms-client-request-id": "32558181864319172e52090d36b72844", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c307369-ad56-4aac-a3bb-2399fb4bc42c", + "apim-request-id": "7f0a39e1-f459-4914-adc5-e5a34be3b53f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:14 GMT", + "Date": "Wed, 09 Sep 2020 22:23:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "6bc90be3-af73-451e-a73c-096716a866ce", + "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:09:12Z", - "lastUpdatedDateTime": "2020-08-20T18:09:14Z" + "createdDateTime": "2020-09-09T22:23:10Z", + "lastUpdatedDateTime": "2020-09-09T22:23:12Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,592 +228,361 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6b718ffb09a0624bbb0aafabbca5e969-0ed034a01c71cf4c-00", + "traceparent": "00-7c3346472fa15247821c2ddc6619666e-a090f81a0d967b47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0c4505e429d29dd63d7d893c6295e550", + "x-ms-client-request-id": "c1a1b487c7880d63fd224d8b7db795dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "0ee7e812-bd71-437b-914a-b09b555e9a21", + "apim-request-id": "fd6cafaf-d766-49d0-a3f3-7fa404348294", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:14 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/df1a570f-8c66-4229-a5cd-a418d81fd735", + "Date": "Wed, 09 Sep 2020 22:23:12 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/028fea9c-452b-424b-b013-131263f59718", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "206" }, "ResponseBody": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735", + "modelId": "028fea9c-452b-424b-b013-131263f59718", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033355 + "expirationDateTimeTicks": 1599776592 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "378", + "Content-Length": "348", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2d143814ece7944fa19f85a820df2a6b-59dbd73c03830f48-00", + "traceparent": "00-cac259516eeaa7429d5e3dcd2f89b8bc-3f029786b1ab2043-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb71a5d0ae46aa1eda1503af361753cc", + "x-ms-client-request-id": "141329f1908fddebdd1f1573f8a33b4d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westus2", "copyAuthorization": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735", + "modelId": "028fea9c-452b-424b-b013-131263f59718", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033355 + "expirationDateTimeTicks": 1599776592 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3b8fdd55-e113-4748-ad7a-4baa0da21648", + "apim-request-id": "d125240e-d04c-4411-8ef9-cac47293317f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:14 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyresults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "Date": "Wed, 09 Sep 2020 22:23:12 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyresults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9157c694510bd2b6a89b3169ed29e883", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e20907e3-91d3-4b29-a03f-7ef9c1508314", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "da8d592318c436dce69a31bd25276626", + "x-ms-client-request-id": "2408546c18f6b90d1e483521388c9b77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7aad1849-a9fb-4c21-8d13-c9b416b8c7c4", + "apim-request-id": "9d1b3a18-bdc3-420b-9438-911d9c67cc73", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:15 GMT", + "Date": "Wed, 09 Sep 2020 22:23:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9ba7bc2a543d7e44ee9e42ab7cb4bdb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "285cc429-e46d-4757-871f-2e136f3fb1b2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "dc8b802c788a7c07ea21aa711ff9ad81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ce69c378-6350-40e6-9bc0-ad355874261e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "313f0b344d81cf45150eeb25d530b931", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e1726a19-0bd9-471d-8946-3c4d1d72f164", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a59080dd8a9bb19cb52ab01ba9d35ff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e7921786-c572-490c-a1e8-4c2a0c408555", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "7177c1f18c75df2f3bbcc77b8ce1a7b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2749f2c-aa25-460a-a217-aaef96bf2f7b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", - "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9f9478680768aae56f8d7b569c292641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "15f1a5f5-852a-4776-b859-3cbfaf005707", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1334f6af48b950bc50b169dfc22024d3", + "x-ms-client-request-id": "0d1b2bbd13a4f7b4c9c4e369b2f01459", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2061cbbb-5e5d-4097-bd2a-306c1ee29c1e", + "apim-request-id": "45ff56b7-7871-4ed4-bef0-a3794aa3daec", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:23 GMT", + "Date": "Wed, 09 Sep 2020 22:23:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "30b3f683c03fe98cdccd02e810d84211", + "x-ms-client-request-id": "281e00e671aed8e71b59f6465bc9a451", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4178bf5-2444-4c09-b4b7-66b1a2b5b13b", + "apim-request-id": "1635fb8e-f20e-4341-bc03-b7575358956c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:24 GMT", + "Date": "Wed, 09 Sep 2020 22:23:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "96cc869593ad1f00bc434eb79e06e74e", + "x-ms-client-request-id": "cdb59d832e8759a9a0115a3134a4072d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4284cc25-5027-4d1f-9886-a894fb6ef654", + "apim-request-id": "6aee9c7a-7b48-4868-8fa5-0f3321de5c7c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:26 GMT", + "Date": "Wed, 09 Sep 2020 22:23:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a5d3a868f576ee01694a37eb46d44078", + "x-ms-client-request-id": "383bdb33726e4cc84342f14b1c6e9bff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7cbb781-cc3c-4828-b034-412145b75bc8", + "apim-request-id": "781ea994-2af9-4fae-8315-d041acaab31a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:27 GMT", + "Date": "Wed, 09 Sep 2020 22:23:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3c49586e8e54ef25f69374fc72d54bd5", + "x-ms-client-request-id": "14e5921f473ab7d156c4889d16b6a476", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0457c29-d302-45b0-a567-e14d94cb0a8c", + "apim-request-id": "860f1153-0493-4d25-b694-85ee95b8e455", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:28 GMT", + "Date": "Wed, 09 Sep 2020 22:23:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "677fb3e59d05a09b84dd2d635c14d9e8", + "x-ms-client-request-id": "7f13c9516c8e10e3d56989453d5e3c31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dabb6dbc-a3b3-40d4-9824-926a6ced8725", + "apim-request-id": "cbaed402-3d0a-4a7a-8c33-ec44e2b37146", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:29 GMT", + "Date": "Wed, 09 Sep 2020 22:23:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:15Z", - "lastUpdatedDateTime": "2020-08-20T18:09:15Z", + "createdDateTime": "2020-09-09T22:23:13Z", + "lastUpdatedDateTime": "2020-09-09T22:23:13Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce/copyResults/f1479b23-8e79-4045-b0f2-cb186360e3ae", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4649d602aabddafa83e3afe281057c93", + "x-ms-client-request-id": "a2125b75f3bfebf30984e1a9ea2a368d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7eb9282a-3699-4be2-84c0-5f62143bfccc", + "apim-request-id": "ad99ca99-654c-48cd-a8df-ff204f4d2fd0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", + "Date": "Wed, 09 Sep 2020 22:23:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:09:30.1596725Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30.1596728Z", + "createdDateTime": "2020-09-09T22:23:19.7277077Z", + "lastUpdatedDateTime": "2020-09-09T22:23:19.7277081Z", "copyResult": { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735" + "modelId": "028fea9c-452b-424b-b013-131263f59718" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/6bc90be3-af73-451e-a73c-096716a866ce", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6c0ec8e0d485b04494393d67b99c75fd-3dc42d21d7631b4a-00", + "traceparent": "00-c4a67e48075b544ea04e402d5b254abb-7c9fda972107834c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "920661fed954d072bca8b87661c292e1", + "x-ms-client-request-id": "53f97a9e1b5ab370aed43ed0bd8c79f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "81e660e9-e409-41ef-925e-c16ec49b252e", + "apim-request-id": "f45da028-d8a2-4642-b0bc-2c4cc25fe357", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", + "Date": "Wed, 09 Sep 2020 22:23:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -818,9 +590,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "1702967381" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "77527080" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json index 0e0b6af7bcb84..a48a37a717a48 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/00000000-0000-0000-0000-000000000000/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "214", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dcc55825ea0c3a428c0535b0cdd40ba2-618461c16eb7d248-00", + "traceparent": "00-24f703237ae51e4f9a9488e82e543afb-a5884a06682e4d48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4a1ed720d3f4a8e2414f001be48d9102", + "x-ms-client-request-id": "7234d3a792df40a7c3d75cebdd459d08", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -27,13 +27,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e29ef85b-5210-46bf-9a7c-7322eddb877b", + "apim-request-id": "f2fa17a9-30d8-4398-aaff-caa316eacd96", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", + "Date": "Wed, 09 Sep 2020 22:20:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { @@ -45,9 +45,9 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "1610020911" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "1579481069" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json index fc89682556339..82aa0ef83e25f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/00000000-0000-0000-0000-000000000000/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "214", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-07c85d489f87554d8b74bacb580ce013-063d15abcf9b5845-00", + "traceparent": "00-810d32e0ba6c7a488b570346cbfff8a1-5000f869ebf40148-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9a25eafa44fd73269c2faf1985a3defc", + "x-ms-client-request-id": "55a5045901c610119509b453288c8414", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -27,13 +27,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e9b2601a-ea14-46ed-9cd2-b0859707ec24", + "apim-request-id": "def85e20-8d94-455b-b031-394764c8e3be", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", + "Date": "Wed, 09 Sep 2020 22:23:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "1" }, "ResponseBody": { "error": { @@ -45,9 +45,9 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "1135186625" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "295461224" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json index 3ec9ad501d09b..a4231dfd2313e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json @@ -1,25 +1,25 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/00000000-0000-0000-0000-000000000000", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-26f81222d3170f45866fcb4c2cde26be-0211e56667010c42-00", + "traceparent": "00-fb600f15da36194e90245c2e9094c964-a9bba56c7d0df643-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f36c0b5adbab465e5f1f6513b8009fc0", + "x-ms-client-request-id": "74bd25d4fb24495e5b89ccab926b5a22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "f2458006-267c-477d-920f-0ceb9bd76f3c", + "apim-request-id": "37f1c319-c6d2-431b-83d3-6d49b7213c2a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", + "Date": "Wed, 09 Sep 2020 22:20:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -35,7 +35,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "926944844" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1608884802" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json index a13ff4f86ca90..a67f56516b74a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json @@ -1,29 +1,29 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/00000000-0000-0000-0000-000000000000", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ff3af9becc39854a8fdfd20bfc85eb5c-b9e51b907f8e944f-00", + "traceparent": "00-a6717443dcf7e949bae019d300ee51b2-da2f6839d46b2f4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "df30084fb6c625d45fa1492048d342ff", + "x-ms-client-request-id": "81907fa894199f3e0007d557b4f253d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "8aa059f3-44c0-41f6-b117-eae040fe1ab5", + "apim-request-id": "2fc13715-a2dd-4e9d-9f37-4786766c3da8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", + "Date": "Wed, 09 Sep 2020 22:23:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "error": { @@ -35,7 +35,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "427107552" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "738140350" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json index cb31fa39758b2..2d6f8ab361920 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-9e72be30a6aeea439a3b3914ae3c9aa0-24f9e88709512b40-00", + "traceparent": "00-2e0fe3cc2b2c0c4dae332a9e55519bd2-41e6b02443532d48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3a0fe25b12c732c7fc2089bcb8b4ad0c", + "x-ms-client-request-id": "e3d6f192213326e3e10d393ea18ded55", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,200 +22,299 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "01eb44d9-8417-42a7-b21a-d91cd5405d24", + "apim-request-id": "f6b66ce1-1526-4513-bfe6-332069dd037c", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "Date": "Wed, 09 Sep 2020 22:20:27 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "5319" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0012b8fc8a2f803ca3ae3658140f1f41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b3100621-7b45-412a-976d-8e9e942a1c7d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "27650835ad1e079b8cb8b3d621b185cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c21157b7-15bc-42be-b043-cf1db41cdd0b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "464fe0504bfa08a9b5563f85eb8b12d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c66852c8-057e-4857-9de2-235d615ff7e6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4bbcbf8a2cd08812bfa041fb0b6adb68", + "x-ms-client-request-id": "9809f8edc5284f361d0b7377d6655ef2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54366ea5-9db6-401a-94b6-8135b1cc208b", + "apim-request-id": "371b376c-851f-4a40-9ad7-ceff8a0aa5d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:54 GMT", + "Date": "Wed, 09 Sep 2020 22:20:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a9d6771c961c12fbc5b5e0febe3c1528", + "x-ms-client-request-id": "33086629d8bfe9465e5d71c76d151b01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "82e5eaf6-6c6e-4fdf-866a-23bdd81f0e38", + "apim-request-id": "e5e40625-1c90-46d7-9e66-5c7d32ba0d63", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:56 GMT", + "Date": "Wed, 09 Sep 2020 22:20:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2dd6c2c9cc842e86cf867b26d0cc2692", + "x-ms-client-request-id": "28e9e1a6eca88aa7a90029eed8323150", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2713c0a8-9744-49c3-8489-76125d64c2ba", + "apim-request-id": "2da935b9-bf81-440c-ac3d-d30df6b59314", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:57 GMT", + "Date": "Wed, 09 Sep 2020 22:20:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "409f214504ddf3efc3aa861a4c14ca82", + "x-ms-client-request-id": "845b4df7de831412b2203acb546ee107", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf4e0bb4-693b-4c0c-8a90-cf6ac72723f7", + "apim-request-id": "95c26480-c121-4436-81c2-84eb997ad0c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:58 GMT", + "Date": "Wed, 09 Sep 2020 22:20:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4932188aad9350e4f0a8d9961ad541f9", + "x-ms-client-request-id": "f4d072f0367c3c49bf7e89bfaf57112b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ceea9f0-fc32-4078-bdf8-0029897a3b14", + "apim-request-id": "d0686979-a78a-4878-aa90-0bdb03c16244", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:07:59 GMT", + "Date": "Wed, 09 Sep 2020 22:20:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9db94e8fd59cc54bd2e26ad9466ce2bb", + "x-ms-client-request-id": "20d0212b97bac77dcfd47688b2dc363a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28012a43-7fd1-45d4-9da8-cd3c1763afb2", + "apim-request-id": "e1b7e083-8a56-457e-b5cf-b060f78cade6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:00 GMT", + "Date": "Wed, 09 Sep 2020 22:20:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -223,109 +322,175 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b79bf9bbdd9997fe3c4f4f352a59d9ee", + "x-ms-client-request-id": "65fe221f3c62c1d3031fc5055553655a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c285117b-cb22-4968-9311-b3231866337a", + "apim-request-id": "c1194a21-986c-417f-a907-4a8141a60fa6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:01 GMT", + "Date": "Wed, 09 Sep 2020 22:20:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "329f0e0ec19e584df50925a8bfc189e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "28e2e8f8-fce3-4d57-af17-c5f6f3f9686b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8da04f47ac58eec94d0f1c9ad278727c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8f00c324-79b6-4a50-9ae1-24269e4caafc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fe8a8d682d5ab5e5cd6d77b0430a0984", + "x-ms-client-request-id": "a4791b6e033c5d9cd4a57058172b0141", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b091a8e7-250b-4d0b-a24c-ae1d21998848", + "apim-request-id": "3a931432-6ee3-47f9-8ddb-920304f9f984", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:03 GMT", + "Date": "Wed, 09 Sep 2020 22:20:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "creating", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:07:55Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:27Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/60a2137d-a71d-41c6-9a9a-e6c2caabb907?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "21db1ec68939b25f4f21604c85159a79", + "x-ms-client-request-id": "06bde196d8b2620244b1e48ea5b2867c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0003886-e9d3-4c0f-8d06-b3174a69a7fc", + "apim-request-id": "9fa0f458-4101-45c9-8d27-eed4e7bda92d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT", + "Date": "Wed, 09 Sep 2020 22:20:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "ready", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:08:03Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:40Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -396,7 +562,7 @@ ], "Variables": { "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1494050787" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1271227153" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json index 783a2236111b4..187f445a4a491 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-b76f51240a580248bb1ce7517bbfa7d1-083e8afac46e7e46-00", + "traceparent": "00-669c2db63e9fd04099269669a6fe1f3c-860b64c5adacd947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "293f20a2a9e520a6c986586a51ef4c4f", + "x-ms-client-request-id": "825fbd5587c75494ab85db2afe93f659", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,35 +22,200 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "10857f67-ee42-486d-8194-8c9fe3d5630d", + "apim-request-id": "934d3d37-dbf8-44f1-a09e-b41ad89350d3", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "Date": "Wed, 09 Sep 2020 22:23:21 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "234" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "34c4cf26401c5e93abee11654ac15f50", + "x-ms-client-request-id": "d46d344095b76cc6c328adf4de4e18d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4dff112e-63a6-4388-a155-9d3b653da773", + "apim-request-id": "e42b2da8-003a-4ced-8025-ae7a8194add8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:30 GMT", + "Date": "Wed, 09 Sep 2020 22:23:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "515476b8dd1d53fbb0237ddd5f968fc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "abdb8871-0e92-45d6-9ba5-317c6cd4ca26", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "356f7541b519c040f7f2be9ed99f765c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "42ebb11b-01b0-4e69-9f0c-181261e59fcb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8772046da43e633b391a249318e80d2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "70a47410-7779-4eba-ade6-c3783d2b9b16", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "69b3eb98e2de02bc36945a2a1e5c7911", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "03ec94df-e7bd-4a32-9e59-1ed869234b2a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5a7020ad08249c82390cfcff91aca70e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "eccff1a5-08a4-4760-a2e5-286d841836b5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,274 +223,307 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "478994571fe6af549172ab8c9a8bd353", + "x-ms-client-request-id": "ee0691e50ceb8a7e486f50aa491145dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8233a00c-a4c2-41dc-8711-26d137f58cfc", + "apim-request-id": "cb1a5324-8ee7-45ad-9db6-cac6b0242c3c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:31 GMT", + "Date": "Wed, 09 Sep 2020 22:23:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7f19f4cd1b5d626e8de17df69740d508", + "x-ms-client-request-id": "f8e512a1b277900869162fd2e6bd718a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e259ccf-9a5e-4d90-87c9-619894d09b52", + "apim-request-id": "12b87f6f-a3a7-4d05-95d6-001877e1f242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:33 GMT", + "Date": "Wed, 09 Sep 2020 22:23:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bd120827046506687b14a2a99407c420", + "x-ms-client-request-id": "8c444bec8b56a025a2e612b4b7d85328", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cae9a452-60d2-4d74-a9ec-0bcd59f747b7", + "apim-request-id": "35afbf23-2460-443a-9b03-aaaf43a53bfc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:34 GMT", + "Date": "Wed, 09 Sep 2020 22:23:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5598be1be0a73cf22527ba05a25d1750", + "x-ms-client-request-id": "7e5e1fc7afc63297897684d4ddaba38b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3526df0c-a89f-47e6-8860-7feba9f222b3", + "apim-request-id": "5293b14a-3227-40ed-b353-f95e8fe93e90", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:35 GMT", + "Date": "Wed, 09 Sep 2020 22:23:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9165a39d1578c8ed8c12044878c5cd85", + "x-ms-client-request-id": "febdc6feb8cc1686ed455590a053d891", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9b4b99e-66d0-4751-83b6-1b16a40cdc7b", + "apim-request-id": "40418950-1d13-429c-af68-eef832fee397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:36 GMT", + "Date": "Wed, 09 Sep 2020 22:23:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d9db5d1c80a8466016d6983d4963641d", + "x-ms-client-request-id": "c60b06c3f25e3cc3b41103e00650c3f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98a0bfe3-0911-4bb1-8349-08cd68786b43", + "apim-request-id": "1305b823-6bd7-41ac-8e36-5de431b0f9ba", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:37 GMT", + "Date": "Wed, 09 Sep 2020 22:23:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f10b52fc32a205a7d0cfc995dcaac460", + "x-ms-client-request-id": "f1b58743541a0f5b994891815a069235", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6928407f-597b-492f-9deb-e39a77e803d0", + "apim-request-id": "4c4d0c16-830e-47e3-bf74-73c78fe136c8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:38 GMT", + "Date": "Wed, 09 Sep 2020 22:23:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "creating", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:30Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b42f85a2-d01e-45f1-b32e-f1db1bb6d77f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "44e834593e821da8421e7ba27db07f28", + "x-ms-client-request-id": "d611f39edca00c2c02814abab4a50f9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab66bcc4-d4a2-4fb7-b90e-fa67e0a2b0ff", + "apim-request-id": "b12f5de2-b596-4595-a930-a293592d59ee", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT", + "Date": "Wed, 09 Sep 2020 22:23:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "194d5f81e69d6e76aafb2d166042e2ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "de098d8f-24d5-4c88-b796-901c4b8070ac", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", "status": "ready", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:38Z" + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:35Z" }, "keys": { "clusters": { @@ -337,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -396,7 +595,7 @@ ], "Variables": { "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "949444880" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "952740324" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json index cc9f79154e5b3..22b315bd721b8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json @@ -1,30 +1,30 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cae2cce9cff6114896de6edfd442ee05-517fcd66765d9849-00", + "traceparent": "00-72581d5f7688984c976b9fb74489be15-9375d487a51fba45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a4c5faac090af42bca5cec61a532d43a", + "x-ms-client-request-id": "3c17c7c32247a33d33c1f1a7fdb035a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT" + "Date": "Wed, 09 Sep 2020 22:20:41 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "525645051" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1360927567" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json index a9a403c327754..de6fc3386c519 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json @@ -1,30 +1,30 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6eb36284c883154eb90f4dbc6546c35b-e61da64499a5f84d-00", + "traceparent": "00-378c5f972b6f2b48981ad46ad472b887-c7b57dd038d8eb48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8caeee0008712ede50c67eb45fc46d68", + "x-ms-client-request-id": "7b96ef0c32cd4d66d37ba67209808997", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT" + "Date": "Wed, 09 Sep 2020 22:23:36 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "740941043" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1263304015" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json index 5343d239beb98..76ee749cdae33 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json @@ -1,43 +1,43 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-280384f4cc35874aa22d40ea688dc965-a67706ca4c1fcb4e-00", + "traceparent": "00-260fffb837460241b56d91be57a8bde4-2842eb8a8a25964f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3c60dfe489b39a2ef76b49a6fa3f9c7e", + "x-ms-client-request-id": "2de0f1bf141b6e0c562209c2a1148cc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "63653424-c205-4c0a-9f5c-bdf87acbca3e", + "apim-request-id": "bc73facc-6512-4c6c-87e5-2c8b847465b9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e7383399-f1c9-4ea5-96ac-887657615be4", + "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26581cd0-1275-4e90-b0d5-7a927cbd84a2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { - "modelId": "e7383399-f1c9-4ea5-96ac-887657615be4", + "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033284 + "expirationDateTimeTicks": 1599776441 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "519747628" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "2018406897" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json index d214f3599ea66..5b097d591a293 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json @@ -1,43 +1,43 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-94e8d36ab971cf4e9b3c118cd7093ad1-ce3dd601ac497549-00", + "traceparent": "00-5d651e3dcec9fa4da1ddeec5b9358733-245fe00ce6482546-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b3205118e066e0a6fa56886587149e7", + "x-ms-client-request-id": "f393d78ff3049f55186e608c03ea8f94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a583c11f-05b6-4295-8aee-4e4d4b855318", + "apim-request-id": "9e4862af-e198-4b7f-a977-72a4a2555358", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fa8bdc07-3553-4745-95ee-51518ba1fb22", + "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/67e57c2c-d232-4245-a4a8-8c42b4e37582", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "189" }, "ResponseBody": { - "modelId": "fa8bdc07-3553-4745-95ee-51518ba1fb22", + "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033379 + "expirationDateTimeTicks": 1599776616 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "443274679" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "1999112030" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json index 39eecfbe3c060..e45022ac6244e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json @@ -1,43 +1,43 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2907835a223bce4196978f8b511ce005-cc5815f59383eb49-00", + "traceparent": "00-ab530dd833837b46a78696afdd523ea6-29cd98220b71514b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0a1cbda37f9e70a8a42c8e33c9482589", + "x-ms-client-request-id": "152ce9a4c550669a66c4fc6240c440a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "20f89760-43f2-47a6-a8c2-de888e343799", + "apim-request-id": "9f774f0c-127f-4f72-9000-49d60a5114d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/500fe1e5-0678-41fb-906b-fc8499e86551", + "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b29c550b-6b80-43f8-bc95-cf0655cbe4fb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { - "modelId": "500fe1e5-0678-41fb-906b-fc8499e86551", + "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033284 + "expirationDateTimeTicks": 1599776441 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "825959497" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "2144268147" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json index 7be0f9b154787..e79afc1711f5d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json @@ -1,43 +1,43 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b86bde8725a23c4ba5c700773c459abc-69c3e3ff2a6cd34b-00", + "traceparent": "00-d2d091db05e9d44eb632350d13413eb0-241b4e5c71f65a42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6b032b4a9426b0ab38894827f47f90c1", + "x-ms-client-request-id": "f02193b0b0d51c10b60144f1274ddc25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2d232fa1-92c2-455f-aec2-64f22b063f4d", + "apim-request-id": "fcec9677-d549-4eb0-a63f-2e1267c21166", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e640f142-3b26-4207-8a66-3e769f899baa", + "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": { - "modelId": "e640f142-3b26-4207-8a66-3e769f899baa", + "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033379 + "expirationDateTimeTicks": 1599776616 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "932612069" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "243955414" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json index 69a052ddbfa45..64d13b36efb46 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3a11dd5a2e561d4ab0b51c7fdb1ff09e-f2cbdaeb9787fd46-00", + "traceparent": "00-0c902150f9beca48a9f152afe0bc257f-5557f794f3d2ef4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb866c1f584c7fa48b610d5a07e79f86", + "x-ms-client-request-id": "c77b688088d378b45533f0cc07350e4f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "49c363b6-2c49-441d-8a9c-036f0c20926f", + "apim-request-id": "2ffbd701-5bbb-4b9e-b96b-988ed0ff5873", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2", + "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "141" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a6c0f0949e2f82ca10336639df2e7eee", + "x-ms-client-request-id": "f16b9868e6f93ca08680c4eedcc4e170", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e0716d5-0592-49f8-87c1-f06773af843a", + "apim-request-id": "f5c972d6-bd80-41a7-8cac-0acab6ccdc91", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:04 GMT", + "Date": "Wed, 09 Sep 2020 22:20:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "db0ca688-da1d-4cdd-bdf4-2e99e6100ed2", + "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-09-09T22:20:42Z", + "lastUpdatedDateTime": "2020-09-09T22:20:42Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d8876d7bb5eb549171d1f7ebc84e38dc", + "x-ms-client-request-id": "cd3ce896134fbeb34d78eed006ab45f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "add77862-1b39-4ff0-9464-7d3ed0c3d0df", + "apim-request-id": "241e02b6-57a8-4658-ac86-c257a5555a5c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:05 GMT", + "Date": "Wed, 09 Sep 2020 22:20:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "db0ca688-da1d-4cdd-bdf4-2e99e6100ed2", + "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:42Z", + "lastUpdatedDateTime": "2020-09-09T22:20:42Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "22337f85ad1f998bc73e4052c3c59c90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a4a3f8ca-ac75-444f-b67c-6ac7d91da053", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z" + "createdDateTime": "2020-09-09T22:20:42Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,423 +228,93 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e63762abff0594cb42ca11f908b9fc0-a7d2022226b7d545-00", + "traceparent": "00-68ae89214149e6428aaef3206ef95be5-e52646a472bb6e4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7870d1feb535810aa103da18f16b9f5d", + "x-ms-client-request-id": "1e35805140f95400e5ada380f8d035db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "1e29cfd0-340a-4567-b9db-3831aab8d2a9", + "apim-request-id": "3a2d3105-fcaa-4dbe-b5e4-7652aa2dbfc7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:05 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/7292cdd2-de43-48c8-beea-decc5708b589", + "Date": "Wed, 09 Sep 2020 22:20:44 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1945d79d-a224-48d7-b902-f9eb37b2344b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "241" }, "ResponseBody": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033285 + "expirationDateTimeTicks": 1599776444 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "372", + "Content-Length": "354", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c79a6e58f9f63844aaed5833aedf90b3-13c789f1f57ceb47-00", + "traceparent": "00-f4ad93e6f012dd449cf83b5c28146ab2-b43e3a16e5739545-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "99de1fe3c65fde9a5e6b355da6deb9c2", + "x-ms-client-request-id": "5c68d13abf91e9505da30610d260fa88", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "eastus2", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westcentralus", "copyAuthorization": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033285 + "expirationDateTimeTicks": 1599776444 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1b871c8a-a541-4b67-88d5-36b149289c66", + "apim-request-id": "09503d4e-1759-44a1-92a6-3353db4ea830", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:05 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyresults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "Date": "Wed, 09 Sep 2020 22:20:44 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyresults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "213" + "x-envoy-upstream-service-time": "96" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "0e3a8afb05bec5b8630637e7da796205", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3456cb61-bbcc-495b-a19d-9d81543b8a02", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a9089a319e6f377d36911ac980acdac2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c45c2994-abd7-4685-b32d-a7030713baac", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "671c184a9130de9e661935588fb204e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6f2f0146-e7c8-451b-bfd4-31b23cdea89d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "0b2b2f090fd65d520c03d72ceaef44b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6494ad81-5977-44f4-880e-0ea9ad99ca23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c19d742bfa5da0d5fb2943556824a883", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b4f8bfc3-3ef6-4553-adc7-25b293036c21", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "51c0358ccf803aebc5bf5a2db972f376", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "eb2ffe79-4a23-433a-a9f5-add3bdb66fe0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "1a2c7ed442150e875a8b0fadccfdf4e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "38ff5f71-378e-4aa0-bafc-7b819b2480b9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b5a0545af32f5c378863fc9d9fa7e689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "428d3587-0d7b-4947-a6fe-c9b8a702dd6a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ea81cc358df7496eaeb1f7f4bf3e6ec8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dc41d5ff-75ef-47a7-a46c-92a724c9f628", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "65d272cb3ed1e04747d091b146e96eb2", + "x-ms-client-request-id": "867e5ddc277545f97ede3c72090aa1f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42b1cd0a-ae97-46b5-8b29-bc03fc98b3ee", + "apim-request-id": "0376c3fd-78da-4e90-a35b-ceaa10138a23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ff7785a50a7bcdf0e656067dfc429d4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c72c29c5-58f9-4a0d-9161-98994d7024a9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:16 GMT", + "Date": "Wed, 09 Sep 2020 22:20:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -616,440 +322,143 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2dd233f580d4f7b785a0a227fbbc03c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f211ad9b-7481-4f32-9614-9539cf49a3e2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "394f44426ec7c04c81057f7b37c9e404", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7ef95160-ebfd-4810-b781-db25a9e33c1e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "13bc4733411724decd807adb67c9d229", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fd34db09-1934-4e5e-a738-2dd09dfcc9b1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z", "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b83b425363f38683e611abcf013cbfbb", + "x-ms-client-request-id": "f11765093f5c92ff2f4cc1563af08184", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba7e2a2c-7e10-4358-982b-5ac96818919e", + "apim-request-id": "c5f95145-baa7-4a3d-8d69-d7e5104e9e74", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:21 GMT", + "Date": "Wed, 09 Sep 2020 22:20:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "93" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b3f49ebcefff01ac662a6b46f47159b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4ba44479-44a4-4283-8ce4-fa5f8c660702", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z", "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f42855322c8ecf11c4362c05950e2291", + "x-ms-client-request-id": "9aa41bb3ae511365d823deb282dee053", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2aa30c94-a327-4932-b92f-b8316564fa54", + "apim-request-id": "714c9e5e-3601-4477-8216-d6afb6b63ab1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:23 GMT", + "Date": "Wed, 09 Sep 2020 22:20:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z", "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c91ebec01ed4632a963a52c9f73c9174", + "x-ms-client-request-id": "6d060f0108489d2b5dec562965a30a8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e27385aa-50df-41b2-bea5-093cce5fad43", + "apim-request-id": "65e49adb-0247-4d94-b5bc-4fe7088ad44d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:24 GMT", + "Date": "Wed, 09 Sep 2020 22:20:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "ac9cf2b8ca13902c8c24efc9c3a76b57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "df3f40ec-286e-4037-a0b5-643cd2b9cb23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:08:24.634358Z", - "lastUpdatedDateTime": "2020-08-20T18:08:24.6343581Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "3586da078f5314e32ac55e54d948d887", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2516a1dc-a35d-46c0-aa2b-f5620698e1d5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:08:24.634358Z", - "lastUpdatedDateTime": "2020-08-20T18:08:24.6343581Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a34cb7a47571f67e928e3cb02e609fee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d4631ded-0601-43a4-8011-c6cf379dc1f3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:08:24.634358Z", - "lastUpdatedDateTime": "2020-08-20T18:08:24.6343581Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "1dc1facf5cb629210f88814e6bd8b644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7b8792ea-f6e6-47fb-bdf8-a2f2967d855d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:08:24.634358Z", - "lastUpdatedDateTime": "2020-08-20T18:08:24.6343581Z", - "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "0c25684cc75a91e65b90a3c45233e5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "01efa314-d224-4791-bd20-1601d3891ef4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-20T18:08:24.634358Z", - "lastUpdatedDateTime": "2020-08-20T18:08:24.6343581Z", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z", "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589" + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2/copyResults/83b67dee-1e3f-4314-8e85-5aaeee52ff48", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "df857025ba8648d1952394e8f42f8aba", + "x-ms-client-request-id": "eebeb75c06655aa500041938604d0f51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcfefce8-7d97-4583-ac0f-4492fb2b269f", + "apim-request-id": "2b74a741-3b2f-478b-9a88-c41bdbe7e435", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:30 GMT", + "Date": "Wed, 09 Sep 2020 22:20:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31", + "x-envoy-upstream-service-time": "17", "x-ms-cs-error-code": "AuthorizationError" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:08:29.9667734Z", - "lastUpdatedDateTime": "2020-08-20T18:08:29.9667738Z", + "createdDateTime": "2020-09-09T22:20:48.9391015Z", + "lastUpdatedDateTime": "2020-09-09T22:20:48.9391018Z", "copyResult": { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", "errors": [ { "code": "AuthorizationError", @@ -1060,28 +469,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/db0ca688-da1d-4cdd-bdf4-2e99e6100ed2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-26c1bdaad35f744aa0c7697f13016583-7488e4333b840340-00", + "traceparent": "00-5114ce25ddecc3459ddf213047a2d489-6c48fd94385ce043-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c664f7d8933b0794132fc126b85dd6db", + "x-ms-client-request-id": "2b546d6c14e9aa3cef073d65573cad34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "dc313b10-3f71-4a75-8a85-0198162a7d43", + "apim-request-id": "85b5d574-1fe6-48a0-9389-16e79d7b7e41", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:30 GMT", + "Date": "Wed, 09 Sep 2020 22:20:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": [] } @@ -1089,9 +498,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "1879931181" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "292230452" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json index 813f3690f55a7..d5b5f0a76953a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-02578cd789bd4844b1d4f54d0cb27789-2b50383f641a6d42-00", + "traceparent": "00-a55827fd65fda04cbcc75ebfd709ee3f-9ad10eeb53d2cd44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b3976dd9394f11530c5f6e396578cf4", + "x-ms-client-request-id": "6157366778507ad0482d54052347cf99", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,758 +22,563 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "28c41fd8-96d8-48f2-b35b-4a46b675b180", + "apim-request-id": "b8ca2e54-9f8c-489d-9a40-cd2b0d6b55f1", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9", + "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "249" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0805dba41a37514a3858ed12ae0925a6", + "x-ms-client-request-id": "fbf18f9e32c34d24e422623eda910d01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "296589a0-292a-415c-a164-cbc0549059fa", + "apim-request-id": "43f4746a-d595-4e97-b7d8-b9fc752cc399", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:39 GMT", + "Date": "Wed, 09 Sep 2020 22:23:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "modelInfo": { - "modelId": "3317930a-959e-4840-94c6-62cb48ac32c9", + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", "status": "creating", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:39Z" + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "305d981f9e813675a2c4f1d7ecbb5774", + "x-ms-client-request-id": "8887e2cc24f77d24822735355c80e885", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "423d6813-2f2d-4185-9ee8-95779df4916f", + "apim-request-id": "8d99ec55-bec2-498c-ad3e-df1abcabc83a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:40 GMT", + "Date": "Wed, 09 Sep 2020 22:23:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "3317930a-959e-4840-94c6-62cb48ac32c9", - "status": "ready", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:40Z" - }, - "trainResult": { - "averageModelAccuracy": 0.96, - "trainingDocuments": [ - { - "documentName": "Form_1.jpg", - "pages": 1, - "status": "succeeded" - }, - { - "documentName": "Form_2.jpg", - "pages": 1, - "status": "succeeded" - }, - { - "documentName": "Form_3.jpg", - "pages": 1, - "status": "succeeded" - }, - { - "documentName": "Form_4.jpg", - "pages": 1, - "status": "succeeded" - }, - { - "documentName": "Form_5.jpg", - "pages": 1, - "status": "succeeded" - } - ], - "fields": [ - { - "fieldName": "CompanyAddress", - "accuracy": 0.8 - }, - { - "fieldName": "CompanyName", - "accuracy": 1.0 - }, - { - "fieldName": "CompanyPhoneNumber", - "accuracy": 1.0 - }, - { - "fieldName": "DatedAs", - "accuracy": 1.0 - }, - { - "fieldName": "Email", - "accuracy": 0.8 - }, - { - "fieldName": "Merchant", - "accuracy": 1.0 - }, - { - "fieldName": "PhoneNumber", - "accuracy": 1.0 - }, - { - "fieldName": "PurchaseOrderNumber", - "accuracy": 1.0 - }, - { - "fieldName": "Quantity", - "accuracy": 1.0 - }, - { - "fieldName": "Signature", - "accuracy": 0.8 - }, - { - "fieldName": "Subtotal", - "accuracy": 1.0 - }, - { - "fieldName": "Tax", - "accuracy": 1.0 - }, - { - "fieldName": "Total", - "accuracy": 1.0 - }, - { - "fieldName": "VendorName", - "accuracy": 1.0 - }, - { - "fieldName": "Website", - "accuracy": 1.0 - } - ], - "errors": [] - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0404c7c5a623e64f9162856d085599bf-757bbafaca6f5045-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b64b6b58baecc32c2ce8233ba6024326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "apim-request-id": "914d95ef-7288-4dae-b2de-4282b918c712", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:40 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d18179fb-f070-4d39-8d48-8933daef5817", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817", - "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033380 - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copy", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "372", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-706ebddada6bbb49bc7ee3e4c6841efa-a6f18775b99b0e4a-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "fec3509f5cfa067365cf65732873647c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "eastus2", - "copyAuthorization": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817", - "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033380 - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "apim-request-id": "8fdf1be0-5110-4a20-b0a8-abba75cdf3d1", - "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:40 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyresults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "42ba79006fbe65b96c9903987a3a8fa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0b7ec501-33d1-4b5a-9cee-673210b5d579", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "9c37cb8159f7fb79f845501d54b89bb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7f4e786c-dcb4-4ed4-a1c2-447203beef41", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2c3aa78400472f68965e926158da8b2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "374170ac-1297-4503-aeb2-ffa402040a2f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5df2c53fc73ba784ffbe49781e9c10b3", + "x-ms-client-request-id": "0c6b7a798ca9344d110a7c2d15929fb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a889147e-b2a0-454e-a708-ccfaf2f8c635", + "apim-request-id": "fee38c32-9672-4c6c-94c5-83f0867779f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:44 GMT", + "Date": "Wed, 09 Sep 2020 22:23:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelInfo": { + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3144afe63ff805862070599c718a31e", + "x-ms-client-request-id": "4038531f47c07aa26a74799bfdeef064", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9909a0c9-7bc3-4ea3-b493-9b3528a58d09", + "apim-request-id": "a7b0021b-ff54-4bc5-9c3a-deb8c71d2e3e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:45 GMT", + "Date": "Wed, 09 Sep 2020 22:23:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelInfo": { + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8fdd25ba3dc5bc7d22932c89b6ef11fa", + "x-ms-client-request-id": "60c4dc3a00264058955276eca7f667ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "140c2237-e4b5-4861-a634-4eadeed4fa50", + "apim-request-id": "72b2042f-306a-4d39-81d9-9a88eee24930", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:46 GMT", + "Date": "Wed, 09 Sep 2020 22:23:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelInfo": { + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0d63de4db7c6dc2b6c72fa33c2ebdfe7", + "x-ms-client-request-id": "09167e88a84732c5d7f1a23412b13723", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "207ba92f-d734-42b2-9095-f96fa8fdc127", + "apim-request-id": "83bd07e7-dda8-48c4-b3d2-3f24e2c23671", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:47 GMT", + "Date": "Wed, 09 Sep 2020 22:23:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelInfo": { + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f9be2b1b80bec0edcd57b16c36cfca72", + "x-ms-client-request-id": "38f318193fce1e90fbf8ab6dd0b5d273", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d1ae69b-b5f2-40f2-856b-ee56ba486446", + "apim-request-id": "7911cd2c-de74-42eb-b6d4-f5fc0affb1d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:48 GMT", + "Date": "Wed, 09 Sep 2020 22:23:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelInfo": { + "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-447ae6753fa6e045a08e21b0a4443154-7a5ad4891bc45046-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e84b0af695b50257fa0123534349f937", + "x-ms-client-request-id": "7e138a0ce7d7911c179289345e232de3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2a6c85bc-9627-4559-8772-144d5b513d26", + "apim-request-id": "2bcc8edd-67be-4b28-82bd-96d2e00a9f3b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:49 GMT", + "Date": "Wed, 09 Sep 2020 22:23:43 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/27a877ec-0f51-4d1a-b159-36f68a7e3828", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" - } + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1599776623 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copy", + "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", + "Content-Length": "354", + "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-19ad75100c1dfe4582bf3de75f422290-b6bc7e5d4becb14c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8a6e45b31731cc3cf1a2406e06bea69c", + "x-ms-client-request-id": "8fd3521b2e034920edf80e4ffc576121", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c9b67d8a-3f2c-4df2-9dd3-81568617aca1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westcentralus", + "copyAuthorization": { + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1599776623 } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b73c88a7f79f8532d3bcfebd5d997c83", - "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "73d3d6d4-52e0-415f-83fb-e4f8c514f97c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:51 GMT", + "apim-request-id": "1db925ae-ac0a-495e-913d-27b3c06dec20", + "Content-Length": "0", + "Date": "Wed, 09 Sep 2020 22:23:43 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyresults/1b45497c-be40-4146-86d7-408319305d44", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "51" }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", - "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" - } - } + "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f0b9795d3f61de41ce7ef71254e9fb3c", + "x-ms-client-request-id": "88272e1eb89d324cfb61213cb55bbfd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d5dbd970-467d-4286-ae84-904a01c2b224", + "apim-request-id": "9e795286-2f25-41e4-8349-2d19021d3e09", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:52 GMT", + "Date": "Wed, 09 Sep 2020 22:23:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "baab865b420cbc9713e8b675197e6f57", + "x-ms-client-request-id": "7e52c7ca43e2de7069ca91dfd8cd94c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3077a088-3675-4917-82ef-4a91643f8d40", + "apim-request-id": "764ae714-f553-48f3-9611-6b5d7792727a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:53 GMT", + "Date": "Wed, 09 Sep 2020 22:23:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8c10bd25b505683b465ee821001f30ea", + "x-ms-client-request-id": "30166830a4fb624506a094a20de49391", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5d4e645-f1f7-419e-b789-f05b8d065e81", + "apim-request-id": "cff3a38c-eaed-4718-a6bb-ce6e053964a6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:55 GMT", + "Date": "Wed, 09 Sep 2020 22:23:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "132" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d761c2c0c2ed1b76e2fcdd7888ccc54f", + "x-ms-client-request-id": "34843638e204db3ebd491ed3276c592d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfc359fb-3d23-46c9-96fa-06b6d3a7619a", + "apim-request-id": "3e1f2f94-9a56-45f0-abbe-dd1b4897e29b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:56 GMT", + "Date": "Wed, 09 Sep 2020 22:23:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "97ec9f0f6ed8a5364b4373ae5a76bbf3", + "x-ms-client-request-id": "4c0b61cc8e4525dc82f07842aeced085", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "acf18f50-72e1-417e-a9da-db6ce783a950", + "apim-request-id": "69d56dbd-4277-4694-96ac-c0b9245ebe50", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:57 GMT", + "Date": "Wed, 09 Sep 2020 22:23:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -781,110 +586,110 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "56b4ccb8981d636a47f5aa08d8c2df7a", + "x-ms-client-request-id": "a2a6ff3660484dbb2a3a73b185723a99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e5c6790-a498-47f6-952f-1b8feae1fa7a", + "apim-request-id": "96346dca-2afb-4aa5-8c60-72f0c3b5c059", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:58 GMT", + "Date": "Wed, 09 Sep 2020 22:23:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "121" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "60119898983351128cbb8baa4ec7c16c", + "x-ms-client-request-id": "acd5664646d8aa4b5a5fb2146afc2cef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8bfd5bb3-2e5e-4e69-923b-4c05060b4305", + "apim-request-id": "71b818c2-3730-441d-911f-93440a4bee93", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:59 GMT", + "Date": "Wed, 09 Sep 2020 22:23:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:09:41Z", - "lastUpdatedDateTime": "2020-08-20T18:09:41Z", + "status": "running", + "createdDateTime": "2020-09-09T22:23:49.7554125Z", + "lastUpdatedDateTime": "2020-09-09T22:23:49.7554127Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817" + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9/copyResults/8e03c3d3-1c70-4e18-8580-66c2582568fd", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bcc0e9406f177732358850e2c42dcd88", + "x-ms-client-request-id": "289c9978b7c56ce5a5be220b1b2a9f10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a74f404f-1813-4f3e-a915-8ca2b650e4b9", + "apim-request-id": "01d6cd76-9262-40be-a0b4-aea448047681", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:00 GMT", + "Date": "Wed, 09 Sep 2020 22:23:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10", + "x-envoy-upstream-service-time": "16", "x-ms-cs-error-code": "AuthorizationError" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-20T18:10:00.2532549Z", - "lastUpdatedDateTime": "2020-08-20T18:10:00.2532552Z", + "createdDateTime": "2020-09-09T22:23:49.9918396Z", + "lastUpdatedDateTime": "2020-09-09T22:23:49.9918399Z", "copyResult": { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817", + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", "errors": [ { "code": "AuthorizationError", @@ -895,28 +700,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3317930a-959e-4840-94c6-62cb48ac32c9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7f25f54aae9e40439e4fa8fc72feee7b-d32fe531d2c5a941-00", + "traceparent": "00-cad410055a8f984ab76df417ace725bb-312d252ba6c18b46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c116f9635a641fc0ba63ca610cc0157f", + "x-ms-client-request-id": "48fbdeb524f8efacb3fc47e9ada6e22e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "c55deb73-0411-46af-b7aa-b4c23b294d4f", + "apim-request-id": "953baeac-5a68-43c0-aa55-645d10bade87", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:00 GMT", + "Date": "Wed, 09 Sep 2020 22:23:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -924,9 +729,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "231433307" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "851948412" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json index aabd04c7ea484..1e211703e4f6c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c8438d75b64e1e48bbe5dcebfd2e7545-92281c7311876842-00", + "traceparent": "00-248d695d329d7548b4aec693144602e7-9e1239ef3a936d4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9539075083582c542d49b941a44f4dbb", + "x-ms-client-request-id": "d4121583e9106d0ea4800af021f472a4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,376 +22,1201 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "447f6024-9f27-4b74-943f-95c948f08c81", + "apim-request-id": "6c35bb89-c2b4-4853-8400-fbad43f82638", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:50 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403", + "Date": "Wed, 09 Sep 2020 22:21:23 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "121" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9f1fe16e9cda9222fd37ea2f3f8188bf", + "x-ms-client-request-id": "2d8d27bb0a95388b4fc6218c12593208", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a0f016c-294e-4cb6-bc95-a155b54b103b", + "apim-request-id": "c5790c47-19db-4fd2-9c39-0f5831a89163", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:50 GMT", + "Date": "Wed, 09 Sep 2020 22:21:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1bd270e6bc13af43396bac606626345", + "x-ms-client-request-id": "407786da10b4f51d9d7ed84222418b8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b633155e-0b0e-4e37-b31d-5dec354817ee", + "apim-request-id": "aab59fc2-39bf-494f-a7ae-579703612096", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:51 GMT", + "Date": "Wed, 09 Sep 2020 22:21:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d66f9ff3725bb4d6e4a698209825edac", + "x-ms-client-request-id": "c0fcfdb7f6eb79978ada844ac8825a4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3001ae6f-7690-4069-9edf-b37726e515fb", + "apim-request-id": "69e412c7-e199-458a-8eca-1eea6334302d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:52 GMT", + "Date": "Wed, 09 Sep 2020 22:21:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7c33fac1ac9202f9ede46c43e25b8c9a", + "x-ms-client-request-id": "9a15024e317dabef099890173148160e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cfc925f1-3f87-4f63-9915-97b7bddf1423", + "apim-request-id": "65caa55f-3bf9-4567-8364-1e7bd1ab13cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:54 GMT", + "Date": "Wed, 09 Sep 2020 22:21:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9f3ca5d3b1129c635109bc1bd3d3a20e", + "x-ms-client-request-id": "14d5953a715de41deffdb6da8bd32c1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1f7467b-4451-43b0-8c68-64c5c4839307", + "apim-request-id": "090c2e3b-90f3-4d13-9b47-d3c48fbe5880", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:55 GMT", + "Date": "Wed, 09 Sep 2020 22:21:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0b050ea9e62f46b3a56ce8760592d289", + "x-ms-client-request-id": "1ff48d23f02b860e0e51b752657f4842", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33a8b1d0-5e17-4142-80aa-9445a659b49b", + "apim-request-id": "8c3309ae-e91f-4303-aadf-619fe5b04854", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:56 GMT", + "Date": "Wed, 09 Sep 2020 22:21:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f34dfd1a4de80f9a96972b88efde2e1a", + "x-ms-client-request-id": "330f76c346acddede530ab7f7b142035", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a93f0038-2285-4d01-80a6-a61042855ad5", + "apim-request-id": "83b7245e-630e-4770-b011-90e8a477ab5b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:57 GMT", + "Date": "Wed, 09 Sep 2020 22:21:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d39a5d428055ec6bf2f5faa5c9ed96be", + "x-ms-client-request-id": "a3f4746bf6534ae2864e060bb9ca7e6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49707ef4-5d7f-4d0a-9f6f-8e04442121f7", + "apim-request-id": "1ad19ea5-028e-4908-844c-96a0166d70f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:58 GMT", + "Date": "Wed, 09 Sep 2020 22:21:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d6013237af855b2674f67597bb2a56c6", + "x-ms-client-request-id": "141773b5f9c4dd6e9f173afa448e0bf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "58eba828-20b8-46f7-88c3-6c743295e68b", + "apim-request-id": "1e5d0e70-ae4b-45d9-8597-87c74cf9c117", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:59 GMT", + "Date": "Wed, 09 Sep 2020 22:21:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a834cd3dfef89933916000f253f445a9", + "x-ms-client-request-id": "f1e78130a58bccef93c4ac5e3fe2231a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da909df0-cc0c-4eaa-ae0c-6da9c8e63405", + "apim-request-id": "d7048ebe-cfcf-4956-b241-b1d0067ecc27", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:00 GMT", + "Date": "Wed, 09 Sep 2020 22:21:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "creating", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/eea990b9-c015-4faa-acc7-47fa63e70403?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bd506d0158dd9394373e5f5f0bd331c7", + "x-ms-client-request-id": "07ca3cb20bfd72710516033bbce805f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de6ef2f2-1371-4b0a-83f4-6cf6c9257629", + "apim-request-id": "159fb4dd-934b-4e32-a054-a1b89212b164", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:01 GMT", + "Date": "Wed, 09 Sep 2020 22:21:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "38db0d438de210e3844a80ff4c109dbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3cb9219d-6abf-474f-bfb2-278f100958cd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "08481ff403c324fb0f75eb75a1b30fab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2a09687c-7980-4162-8499-0040604fc49b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "321ab4bfeb06253859ba83b38b7225f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f64c38c-9b21-4eda-a549-e5403e642fb4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9d474578fd9f3f3411b6286da16e6ed0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8fe31f16-8e2f-4b35-abd1-964f2c4f3bda", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "67" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9840d53a6bf509b7e723af098048999d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "66d8285a-51c7-4159-9a45-a562c38bcaf7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5cfcf650726bc20c7fdb2050c2ca83ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c5caf1f1-e88d-4c97-8eba-49a118c0e7e2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "67" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b578b24c8c320dff8e3eb67c4d2abec9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bbe38d73-41e5-4e21-bf6d-1796378e19be", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "56" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ab1d8a1c1272c865c97e181a4b66461c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fe18d6b6-913c-4e90-ba91-50ede05b6c56", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cebdc49fe3d0c36bf7efcd2dbc8f7454", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "13560814-6959-4219-b9fc-b99520b46cac", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "42" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3833561cd8ad39784cb0ecb373e4c127", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5985d3b6-1baf-4d0a-9aa4-c3a3e392a358", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "69" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "89dc99f8f06d38f91e5ab38344370b39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2c6b3fe4-890f-4241-b371-fca3e09cac45", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f5fdc3090d32c76f4c83811ff7b74f12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ea3ffaea-81a5-4f1d-b17b-08e4b213d7f3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2235a62debb22ce75dfa195324f5f515", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fb4ee9ad-cbbe-4f0c-951c-1e9e5fa9f6e2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "b0aab3a4cce6eaf42a153cea6ed94167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2cb0ded8-faf4-45ba-ad30-45f6e1ef3f36", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9e55a10ae8021e86dcd19838f41ca256", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0cbd03c2-b74c-48b7-9d23-519a9363eec9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "38" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "447b6c8d9f0d612bb14af89daefdbe83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4aedacb5-ca82-44f7-a590-1f40f6b83ad0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "5058" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8348b2b8579fbb122c8bd31534bcf50e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "111c8d0f-bdc4-4e90-a318-ec13e36238eb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "015ce673fd5e6b5975f4ecb8f0e970df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bf3343a9-89dd-43b0-a8df-e3dedca768c9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "427f14121ed335b65abf1782cb162df4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ed1343ad-2685-458b-a624-1f608bc571cb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c82ae954bca0bb2458dd0eab6a5aca43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cd27d101-8213-4634-855e-610b391d914c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1f02f41bb33d543a2f26a79fe6d79f5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "602a7b50-b492-4f0c-8477-72804112a37c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0763f8c6a8bf563ef0c4eaf60f0aca00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "92479b46-dfad-4094-9bee-b32704f86e2b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d766d4f40e13a1b6aed598791585d480", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ed9e58f4-03ba-4729-bc89-e70dacff3f06", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "72e5af3dc3f67384b5ac2e79c9444424", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cf349d19-99e7-4f26-850c-3e26c6a34fa4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "12aaa75bc870b84a41c158e90fc4416b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "371759ea-0106-4c35-b0d0-567d72028159", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", "status": "ready", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:22:04Z" }, "keys": { "clusters": { @@ -457,8 +1282,8 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "1904343804" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "1779412838" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json index f90eca4b067aa..2cbf779558b29 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f689d2db830e0546b99566bfc92656e7-9c948ab84088ac41-00", + "traceparent": "00-a8af1ab014e19047b486b2dfe5fcac5f-a78089683b136243-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "902f44a1ab3e02adf5a6c029a916d5fd", + "x-ms-client-request-id": "e9373275ca1bcffbe876b8f4587cbe58", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,134 +22,200 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "76a6ae8b-9abb-4570-be8d-889411e3c837", + "apim-request-id": "24a4222a-2957-4520-ba56-70e2dfd2760e", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:18 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "Date": "Wed, 09 Sep 2020 22:24:26 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "260" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f81ff1bad86835c78552338b26c60699", + "x-ms-client-request-id": "c105a5a136bf991a3838540add9af9a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40537901-be49-4f26-a10b-c88611511707", + "apim-request-id": "5c8ac653-4493-4ada-a9df-2a5ddc4f12f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:18 GMT", + "Date": "Wed, 09 Sep 2020 22:24:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "63feaa82e994806a7c18ad59ebf59491", + "x-ms-client-request-id": "d69838af740ee010fa71a00483c89fdc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b80f7e4f-7970-4031-9ca2-5e2984405cd2", + "apim-request-id": "c5f4b4a9-dbff-4c68-9e5c-f92325d38974", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:19 GMT", + "Date": "Wed, 09 Sep 2020 22:24:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "beb794f1584bc8057df90beb7721db2f", + "x-ms-client-request-id": "f7f9463880d63e50189db0e376f0f24e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1904e9dd-aeef-4a05-bef6-8ad0b3321702", + "apim-request-id": "5cf3df33-bb87-4c84-aa3a-ffcc654fbcb2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:20 GMT", + "Date": "Wed, 09 Sep 2020 22:24:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fea6269f7218d068869e7c4f2a6d498f", + "x-ms-client-request-id": "1f44107de8e32c499425c74d96151570", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af799bde-d8e0-4519-885e-61175dcef5b2", + "apim-request-id": "a64f236e-c8fc-4b4f-a1a4-fc7d5999dc64", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:21 GMT", + "Date": "Wed, 09 Sep 2020 22:24:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "96d2779801a02ed2e85abe71c42d6a09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cfde184f-0767-48f9-8115-3752d3208a8c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7387517f7f8350f8fccc62b1b902a702", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "eb12831d-c32b-4d93-8fac-02b2e2d2376c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,65 +223,263 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fe4a3f875b1d7bae3e15378929d86866", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6c980184-f0bb-4e4d-8c6f-942be37bc97e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "34" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9299a1be480e2a4ea536e59ade7e095a", + "x-ms-client-request-id": "45cebdbba28e19ed7e829ad39f2175e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "45e79ffb-ac56-4c66-9538-7ed234a701a3", + "apim-request-id": "9811020f-3657-4f47-a931-434951bd3624", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:22 GMT", + "Date": "Wed, 09 Sep 2020 22:24:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c5ba7e3d954f7f792be737addcb69d10", + "x-ms-client-request-id": "85e9bcb26be324eba30b346d486f2624", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5da582ba-900b-4c6e-894a-3ab7a0025ada", + "apim-request-id": "27bb816a-6d42-41b9-a046-ec0a6a0951ec", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:24 GMT", + "Date": "Wed, 09 Sep 2020 22:24:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fbf5fb646234e4735131809bc0dadc1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "df12ce29-8449-403a-b2d9-90f0cc68caaa", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6dd752a0e2ee5083d2a9a2836e7fd10f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d9083066-b4a3-4e80-958a-0efd5b36e45b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "39" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a36e755b792b50b0480433b2ea4f63c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e2004f66-ef4f-46a5-8770-a9da377aa6bc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f5cd172eb997823578a5298bbff076d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "41b1668a-cf0b-4f62-88ca-0c42ed6b540e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4a40715f396b26f1a28724e9afd06582", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "01b2eb18-9966-4310-a4f7-8db948d14abd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -223,175 +487,274 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d52d7bb048885720d77c59e18ccdf107", + "x-ms-client-request-id": "5654d945dbb2a17740ec2a8550259058", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "015a9f66-ce86-4a46-b628-3cb8f0a0c8a7", + "apim-request-id": "dc2233ee-75b7-4cde-9e7f-ed3994d0d2f6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:25 GMT", + "Date": "Wed, 09 Sep 2020 22:24:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ac12219484b328402819672710a14eef", + "x-ms-client-request-id": "7952618e180ff55c25a65310944bd2a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5e4db1b-c82f-4b74-875d-106bbf554bd3", + "apim-request-id": "09c5e97a-aa4f-4a04-a772-056599ba900f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:26 GMT", + "Date": "Wed, 09 Sep 2020 22:24:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "63ead5993350f4d25e62edd23b98f25d", + "x-ms-client-request-id": "e645a63f209b841ff99e0a7f0e6bd67c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78ca4f57-7771-42bf-b6b2-0bff1efa1085", + "apim-request-id": "ba126688-5524-4da1-be8a-7b2e4c97b3e6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:27 GMT", + "Date": "Wed, 09 Sep 2020 22:24:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4d5bccf6ec7d2d737c5f300c88660df4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "29d2bdef-c687-4e45-a813-8d130b835de9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "aa468219a9e06ebc41ce7f710edde6b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d74a2f23-a9d9-4531-a869-c0e350739e67", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c81ad6d084f0532a3317693cef13fc93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "489f7cc9-348e-4c86-9e8d-83c5e3b20ff7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bb182ff5f1a32c5c3a05ad6ee1f94636", + "x-ms-client-request-id": "8c6516912c254c9c0fed0caf6d011f9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5afd213-fc9f-4025-9413-af83b205bf27", + "apim-request-id": "8b19faa4-66a5-41a0-a8f8-5f6e658fc9da", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:28 GMT", + "Date": "Wed, 09 Sep 2020 22:24:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "creating", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:19Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9074f072-3a79-4eb6-b77f-7e7e8810b2d1?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b7486a2e8de360b74e1d4e50966eec90", + "x-ms-client-request-id": "b13b7778444c940457f276c840807e2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f550cfd9-c4f4-455e-b560-cb4b2ced2858", + "apim-request-id": "4a4fbf2c-7d0f-4110-abee-b4aa9f2659e1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:29 GMT", + "Date": "Wed, 09 Sep 2020 22:24:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", "status": "ready", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:29Z" + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:47Z" }, "keys": { "clusters": { @@ -457,8 +820,8 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "783490199" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "1054296771" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json index 5aca00e906c04..e36605878c76d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ee58bec905d68447bca5e17efa80d391-196e3ab2dec9144c-00", + "traceparent": "00-eaead128d38cf44bb7fda7237d0e28f8-52750defdfb5064b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f4cf4736617a05c0d768b4e9e05d5bc8", + "x-ms-client-request-id": "3d5f803a833180d586376a495109ab9b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "22662eb4-53db-45d3-b6a1-f625b1d79d1e", + "apim-request-id": "5dea0273-4b8e-4a08-8bb1-0fdf732936c0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:49 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c703ad2-0e65-4166-a193-536b74e2ad44", + "Date": "Wed, 09 Sep 2020 22:21:20 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "387" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c703ad2-0e65-4166-a193-536b74e2ad44?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b1175d73a2f6b0e909312756b59db25f", + "x-ms-client-request-id": "4f2036bcf076346c2f0bd896a49c3196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a09d07e-1f32-4642-b446-dc75dc3602e5", + "apim-request-id": "8c480a94-cff7-42d5-84e8-8bb128fd28ce", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:49 GMT", + "Date": "Wed, 09 Sep 2020 22:21:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", "status": "creating", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:49Z" + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:20Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9c703ad2-0e65-4166-a193-536b74e2ad44?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "317500e7716a8ea0995a937b60ea66eb", + "x-ms-client-request-id": "77e02286265e85aaaba2e27cde4e6c36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "df36e5a8-ee37-4838-a8e6-0c8a027ea9e5", + "apim-request-id": "07e42dd3-e536-4997-9316-536a560817bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:50 GMT", + "Date": "Wed, 09 Sep 2020 22:21:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:20Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0078dfb23cb54963142a0e26ab3fdbea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fe6c2051-96e2-4c80-ad28-5d15809e64f4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:22Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -162,8 +198,8 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "777989309" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "427345950" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json index 117874ca70734..60aa80c4f0037 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-229468ad7d5ad1418897774784e8aa33-434baaea5d493c46-00", + "traceparent": "00-c24c8a6e20a24d4f83509934a192d076-2f3b67d13f229149-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "934355e01b8ba612bb8c878d275e0a15", + "x-ms-client-request-id": "6c055360e464a472530af443120385b1", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7aa553db-7ea3-4c55-894c-ff8fe7cb122c", + "apim-request-id": "c68398db-aa92-40dc-a324-75876f78b822", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:17 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c5aa6251-daea-45c8-b435-f8a0ad336536", + "Date": "Wed, 09 Sep 2020 22:24:23 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "218" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c5aa6251-daea-45c8-b435-f8a0ad336536?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "05d48020cf869b9e0eb257bdf2e43358", + "x-ms-client-request-id": "d2e90fb4a0ca4c46989a735117ea2440", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b6694788-d28f-4377-b8e0-6e293476914b", + "apim-request-id": "03b5fa84-7257-4b1b-aed9-3ce710154982", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:17 GMT", + "Date": "Wed, 09 Sep 2020 22:24:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "c5aa6251-daea-45c8-b435-f8a0ad336536", + "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", "status": "creating", - "createdDateTime": "2020-08-20T18:10:17Z", - "lastUpdatedDateTime": "2020-08-20T18:10:17Z" + "createdDateTime": "2020-09-09T22:24:23Z", + "lastUpdatedDateTime": "2020-09-09T22:24:23Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c5aa6251-daea-45c8-b435-f8a0ad336536?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a0bd91e962df73a4db9e5ffbfaf6e12b", + "x-ms-client-request-id": "b6508abbac40a2a90c786760538c6bc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72896636-53fd-4a69-9d48-4d0f4deeefbb", + "apim-request-id": "bfc412ac-b755-433d-85ff-b16dec745e89", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:18 GMT", + "Date": "Wed, 09 Sep 2020 22:24:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "c5aa6251-daea-45c8-b435-f8a0ad336536", + "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:23Z", + "lastUpdatedDateTime": "2020-09-09T22:24:23Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "80704ec4fa58bf4b0cb8d3ca70208c68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c03a3c24-073a-4cd0-b0c1-2badfa57ab0f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:17Z", - "lastUpdatedDateTime": "2020-08-20T18:10:18Z" + "createdDateTime": "2020-09-09T22:24:23Z", + "lastUpdatedDateTime": "2020-09-09T22:24:25Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -162,8 +198,8 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sv=2015-04-05\u0026sr=c\u0026se=2020-08-20T19%3A55%3A01.0000000Z\u0026sp=rl\u0026sig=cfM9xJdnPvizn6aixlozT98jO6kTZ0hwSvdyXep8jzY%3D", - "RandomSeed": "2005253072" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", + "RandomSeed": "396288564" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json index a93833af47b9a..9c95355622d03 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-85ba454f22266949a1424f9edb2fce85-a721912dffe52944-00", + "traceparent": "00-320dbfffa7630a409c526728e91197d4-12098421d0500148-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "570f1b0e872e848b0c01859b0267c04e", + "x-ms-client-request-id": "51813a0bb3f296396467168645ac9067", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,475 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b1181a0f-f689-46a3-9f2b-5c61e8756a02", + "apim-request-id": "4ad88afe-2aa2-4d61-82b3-92d0e0851e66", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:40 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f", + "Date": "Wed, 09 Sep 2020 22:21:06 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "127" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "578f36dca4e83c6b77ea1d5619119942", + "x-ms-client-request-id": "f94112ba166ad082d88b2d10a575a60d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e2308de-97a6-4413-a96f-30d337cb7192", + "apim-request-id": "44b4673b-ee3d-457d-bd4a-ce0a6a1a07f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:40 GMT", + "Date": "Wed, 09 Sep 2020 22:21:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "38e13ce3db6c486c897f8c8c79c921d1", + "x-ms-client-request-id": "47566cea0600c8840fefe4b4758269cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "065a157d-e50c-4882-a6f9-8ed40886208c", + "apim-request-id": "d4bd065c-6b57-4e99-a612-0e9e8702bc8e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:41 GMT", + "Date": "Wed, 09 Sep 2020 22:21:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f400b2b78bf76a12b0d2df4469356afa", + "x-ms-client-request-id": "f8d1737c6e90f56eb7b178668629f1ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "39347085-20cc-4379-8f9c-b0d2bd152642", + "apim-request-id": "e9d867f7-bc81-421d-a6f0-f91a88b39d7d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:43 GMT", + "Date": "Wed, 09 Sep 2020 22:21:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c6b74368878500e2ca46ce6818dfc2ae", + "x-ms-client-request-id": "d89b09c04956b3668d78e97a31ce5a56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ce22c30-ed1b-4d46-9780-047bc8fceed8", + "apim-request-id": "7c8da4ed-3971-408b-b80f-f68b802e358b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:44 GMT", + "Date": "Wed, 09 Sep 2020 22:21:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "669e4cc8a411584a2a778799fc27df53", + "x-ms-client-request-id": "32946121aea37b7cfd60904f8d1e42e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f76defd5-63bd-4ac3-adbb-99fa60ff51ba", + "apim-request-id": "d28d32dc-176f-4f10-880b-53462024778c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:45 GMT", + "Date": "Wed, 09 Sep 2020 22:21:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "352391145b112f4cd0ff2ab0bda951d0", + "x-ms-client-request-id": "6cf4f5fe91e733750c1e6a1785f3c3e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "142b7c23-f803-4439-9bf9-2ab5d5726f9f", + "apim-request-id": "13072591-b709-4260-b228-d7a70306377b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:46 GMT", + "Date": "Wed, 09 Sep 2020 22:21:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d7c30100396c4e9f85e9b0d004804a3", + "x-ms-client-request-id": "24452256be94114b8c1fdaf5b817256f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c55199b5-da53-4d29-965f-51c58cbd86bc", + "apim-request-id": "53b7c140-1f96-4601-aa67-944ae1facec6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:47 GMT", + "Date": "Wed, 09 Sep 2020 22:21:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "87547a668dbc6c9c006e95127a999a81", + "x-ms-client-request-id": "3c7c0336eeda906fec6026854364f60a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5058d33-006b-4e8d-b1b3-40a398b0a307", + "apim-request-id": "246a2ffb-bee4-4aa1-9533-3ffaf347ef92", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:48 GMT", + "Date": "Wed, 09 Sep 2020 22:21:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "creating", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3797ab72-5c4f-4594-a915-1716b31ef04f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb89b626c2aa10bca85e3cb3bf3e2f87", + "x-ms-client-request-id": "6bf8a79d1ed83f51a9e2dfc7b67f7af4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d75484a-5d83-4a75-92f6-3695cd81b93c", + "apim-request-id": "d84ca337-f3dd-4e5c-9c35-c426efa59e26", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:49 GMT", + "Date": "Wed, 09 Sep 2020 22:21:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "81e1fbf88677680eb3b5373498c6cd27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "556bb46f-084d-45f6-ae83-df43a3e74dd3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1157d029ba1e1796b23c93f70ea7d96d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "883ed093-a89b-49d7-b65f-02ad484773d0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "38" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "488c31e5758316929890b723e61ca7e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c346a4c1-8826-4209-8a73-21fa9537b945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "79" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e69eb71469273ed565c9ce3af3165a0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ad7ae0bd-2d64-45ba-86a4-237c798d85e5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "674fcadb8539b3a43d41798e02723196", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "95da74fa-28a4-48e2-a1f8-233964610793", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "ready", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:48Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:19Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -397,7 +563,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1016295157" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "371983793" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json index 0d48f7112e51b..24459f942dcc0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a6bdce66d9199d4280eaea2b9fafc5e4-c61bab2d0074ba4d-00", + "traceparent": "00-aa6292669d91054783bb51fdc9a274e2-8fc4d55ce1c04847-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d85564c340d02b6e2588b113c51b1acc", + "x-ms-client-request-id": "54e591343d4ffc39f7e5d701e702fcb3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,277 +22,508 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "67aa69b5-1e92-4002-97ec-1c5cd2c22f82", + "apim-request-id": "0a5d9899-53b4-4447-b820-ae797c454e4f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:09 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed", + "Date": "Wed, 09 Sep 2020 22:24:08 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "284" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3d8e54e26d8da2d41fc21a4e7cba7e71", + "x-ms-client-request-id": "6e538bfaf3df28470abc109a3bc0e423", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b6516e4-fef7-4477-b1f3-e7843440355d", + "apim-request-id": "b9c02d4d-1408-4a41-bf39-650af5cd5872", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:09 GMT", + "Date": "Wed, 09 Sep 2020 22:24:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "63f06f5727b5963825db9a1c2ca5676a", + "x-ms-client-request-id": "e7b98c78bd28c0106ba9ab871f544402", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdb8d976-cc76-49da-8220-b3097b250cc6", + "apim-request-id": "735d6005-57e1-41f0-8e11-0e15502aac93", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:10 GMT", + "Date": "Wed, 09 Sep 2020 22:24:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "829a24932ade554e90b3b80d261faf6a", + "x-ms-client-request-id": "7a7342685ab7416a4abc4a932d9ec136", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26c62fe7-2459-43ed-a4f5-1e2c7c8eee1e", + "apim-request-id": "64e2ebf4-1276-4a60-bd1d-80c44801f82e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:12 GMT", + "Date": "Wed, 09 Sep 2020 22:24:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "56bc3f0ab62bba161bf718b1d3b7767a", + "x-ms-client-request-id": "5b89b40114483c8b7b92033647bf08b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3dedcddc-0322-450c-b648-485aa697f475", + "apim-request-id": "e9af0d61-9070-4ea8-bd20-405086243e29", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:13 GMT", + "Date": "Wed, 09 Sep 2020 22:24:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "58bbaf5afb202d93209ad3026e2a7005", + "x-ms-client-request-id": "f8320d77694d1d6b22789c6b727c92cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef46895e-5b60-4ad4-9724-9853a2a675b9", + "apim-request-id": "dd58a1b1-27ac-4411-bd1b-7281e390a68b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:14 GMT", + "Date": "Wed, 09 Sep 2020 22:24:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec122f2c11e9dc3e0ddf66e7119c82d8", + "x-ms-client-request-id": "6b8674e7e9cb54b9b736ff245733f98b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aca24908-229a-4277-bf41-892ec9c84ac8", + "apim-request-id": "7a21ccca-8a22-4e8d-9bb3-71bcb62df781", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:15 GMT", + "Date": "Wed, 09 Sep 2020 22:24:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "76b33e3d56630e4aac8f3591e3144bf0", + "x-ms-client-request-id": "201b95b4c86c97e9486b39d0771fcafe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "882042bf-25c1-45fe-a6db-73335df90914", + "apim-request-id": "173bd9d3-2a14-44cc-afbd-7d93df1236f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:16 GMT", + "Date": "Wed, 09 Sep 2020 22:24:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "creating", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:10Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4673e294-299b-41af-bd4f-603559cd77ed?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a384138689a5489170df4a4094ac1b84", + "x-ms-client-request-id": "d34e36ff9d398eea53dd41166a47c6ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23620f6e-e966-453f-8c88-a94637ecd1fb", + "apim-request-id": "63d1da1c-858b-4ace-99fd-585b6b9da3c5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:17 GMT", + "Date": "Wed, 09 Sep 2020 22:24:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ddb7117e72611f608aee235fafe9dc97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f5e79ff5-ae56-47c0-9347-17d2f8cebc62", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2024006b26e51651aa8ccc8e86d32d01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4f4e1f7b-ff82-4e76-ad19-d269f229242d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "65514ba5ed688d9cd62f484b7a8ade6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ff02a73a-85b3-4385-8ae0-94a8a2eda93e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "69aaaa00a5225808c0a132d5a5d198b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f8ee5d52-8ce1-42dc-a42f-c94209c8681d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "64ba21c077977e2e63974ab5dd069b1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a6b099cd-9305-415b-b06e-c298d30d3716", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "dc8d61adc328ffde42f9a5c7bac7e804", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "607a8c8c-8fe6-4898-9ac9-bab3b090ec13", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "588b91977ad089d37b2c068a5b537aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "265b1dc3-eb5f-4474-a7be-0369080bb8e4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", "status": "ready", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:17Z" + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:22Z" }, "keys": { "clusters": { @@ -304,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -364,7 +596,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "25067601" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "453384387" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json index 2052634ec2ba6..cf1b5c2cb2692 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-12d8f4510d1d484192d1b33b11a2e023-312f89839ab84045-00", + "traceparent": "00-d341553372fa434a96f38690d3d52634-cd5c145de0da884f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "928cb429d28c997b97377c67bbca8318", + "x-ms-client-request-id": "9213f3002f03ece1445c6cc140c90114", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,148 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "52cf7799-1988-41af-9197-9c3534ef85a7", + "apim-request-id": "83731892-a96f-4475-839e-497f8a027705", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:38 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "Date": "Wed, 09 Sep 2020 22:21:02 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "228" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f1a371a4-8ea8-4123-b85d-8659cbb4dd5f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "22ab3b3b4ec4e1b3c3ca7e41fef63d49", + "x-ms-client-request-id": "9e38b3bc44b41862c4727969f79cba1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "118f5cca-c0b3-4a65-adff-fbd1f6aa26ef", + "apim-request-id": "77a3a310-f2c9-42df-85b8-bcdb492d5db4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:38 GMT", + "Date": "Wed, 09 Sep 2020 22:21:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:38Z" + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:03Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f1a371a4-8ea8-4123-b85d-8659cbb4dd5f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dbdcdd6c9339412e2257a2275ac4b677", + "x-ms-client-request-id": "881ee23913fb3dda833e90411d378fcf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a6b061c-94ca-41d9-bef3-fe4e0d55932b", + "apim-request-id": "992cbb7b-187e-45b0-8a30-723217e7881c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:39 GMT", + "Date": "Wed, 09 Sep 2020 22:21:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:38Z" + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:03Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f1a371a4-8ea8-4123-b85d-8659cbb4dd5f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b94e6e3600fada8101aacfc2533a9ba1", + "x-ms-client-request-id": "29e9222fb3ecbc5691face91b678f5a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2d559856-7be5-4f07-9946-c65987938d96", + "apim-request-id": "c26b3c4a-265e-4212-a997-7602112000c7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:40 GMT", + "Date": "Wed, 09 Sep 2020 22:21:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "status": "creating", + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:03Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5e884ca178aba918d9fb1b75b320fa8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2dcade41-0a32-4586-9e23-20b176690f30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,7 +264,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1336586867" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "581701029" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json index 9f443d1f20f11..e309cd672fbfa 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e28b312088ac324888251e2fba832a1e-b655be3e1929e846-00", + "traceparent": "00-2d9388d12769e8428dd7069906c80051-48f02318f8d3af45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "90c2efebdb2db74e879636054defff8c", + "x-ms-client-request-id": "bcef6f53cb033bf0f4d86e7dbac83d63", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,148 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "38317951-de51-4eb1-b9dd-367d7fb0a57a", + "apim-request-id": "25f66992-cf27-4e53-8466-481e4bf93c00", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:07 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "Date": "Wed, 09 Sep 2020 22:24:04 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "212" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ef590cf1-d2c4-4475-92cc-7bcbd8203a6d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "90ac6387794ea5b925de93dad2f5e61e", + "x-ms-client-request-id": "5b6abfb595fc688de822826f8f822c0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "503f53e2-310c-4a49-99a0-6717cbe9c2e8", + "apim-request-id": "9a582bb5-ed1e-4ac6-b499-ea277d32294f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:07 GMT", + "Date": "Wed, 09 Sep 2020 22:24:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", "status": "creating", - "createdDateTime": "2020-08-20T18:10:07Z", - "lastUpdatedDateTime": "2020-08-20T18:10:07Z" + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:04Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ef590cf1-d2c4-4475-92cc-7bcbd8203a6d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3f19c04d5c1fad0da8caea520d78bec", + "x-ms-client-request-id": "c48a48ac33924802aa0ad9929ff728f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd625b74-bb1f-4a01-8203-56c51553e08f", + "apim-request-id": "6bf54201-3eb8-4f77-aa30-15935b00db19", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:08 GMT", + "Date": "Wed, 09 Sep 2020 22:24:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", "status": "creating", - "createdDateTime": "2020-08-20T18:10:07Z", - "lastUpdatedDateTime": "2020-08-20T18:10:07Z" + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:04Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ef590cf1-d2c4-4475-92cc-7bcbd8203a6d?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2ddfcc3e71e871e9351c6a4f4774e492", + "x-ms-client-request-id": "81201056c79fbeb4e187d4e14881ac72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c639eb2-05c0-4d5a-90b4-3abed25aaebd", + "apim-request-id": "a127913f-acb7-4307-893f-d8b17edca97e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:09 GMT", + "Date": "Wed, 09 Sep 2020 22:24:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:04Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "71d15eac783d82d1bc21b0f1bcfac8f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f0f430d5-e4ca-424b-827c-6f72a582261c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:07Z", - "lastUpdatedDateTime": "2020-08-20T18:10:09Z" + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:07Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,7 +264,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "743963527" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "238901270" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json index 4c55109d919e2..53ed08dc5ab80 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dbb22c35929046408bb2845cd21cc987-cb1e4552420b8c44-00", + "traceparent": "00-8c99c3cf854dd04e9e531d928795038e-3dee2b52a20d7c42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "82809723433c5bd2dfe5821eaf9cd090", + "x-ms-client-request-id": "8f9ae89208c5443b9f6e2654f1014628", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,80 +22,80 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8fa2a093-a2bc-4603-905d-869d26848813", + "apim-request-id": "80b9bbcf-21b9-4a9c-b8bf-fa379066e825", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:30 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/cabb27d7-0845-4839-9b92-45285bfd923f", + "Date": "Wed, 09 Sep 2020 22:20:48 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "227" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/cabb27d7-0845-4839-9b92-45285bfd923f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "49effb96cd54238d2f0916ff2f40f4be", + "x-ms-client-request-id": "7c4755da5a276c365bff5b82043733db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b625b19b-dfba-49c2-a1f9-d5b1795af9b6", + "apim-request-id": "4f03b651-af38-4ab1-89c5-1aa308c72a66", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:30 GMT", + "Date": "Wed, 09 Sep 2020 22:20:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "status": "creating", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/cabb27d7-0845-4839-9b92-45285bfd923f?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7e620a5ece6346c2cbf37dbc2766839a", + "x-ms-client-request-id": "fdbffb4cd99ce866e4f9480048fe2364", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "579ea97e-2151-4dec-8637-b21e75d5c85e", + "apim-request-id": "793da8e3-9d74-466b-8284-77e79a0390bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:32 GMT", + "Date": "Wed, 09 Sep 2020 22:20:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18", + "x-envoy-upstream-service-time": "23", "x-ms-cs-error-code": "2001" }, "ResponseBody": { "modelInfo": { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" }, "keys": { "clusters": {} @@ -114,7 +114,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "902619816" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "387877828" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json index 5d298f995122b..71e68fd8dfd0b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3c928f285eb12e4a8e6db8b366d33af3-77697d463be1d24b-00", + "traceparent": "00-d3e4a892085c4e428b0763202a9eb61e-6ef01f2abd869d48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "eb7cacb7790a03f503fc8f5623f330a3", + "x-ms-client-request-id": "c64173451e2490779e31952f2e0db6a4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,80 +22,80 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bbb9b91e-c734-43e2-923b-07bfd47deed3", + "apim-request-id": "5724aae4-cbea-4f76-96c7-59ad9a11ba19", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:00 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d854434d-6b5e-4e47-97c3-c2f35286a8ef", + "Date": "Wed, 09 Sep 2020 22:23:50 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "230" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d854434d-6b5e-4e47-97c3-c2f35286a8ef?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "35c301037dccd5a53bd6a1a539c82037", + "x-ms-client-request-id": "3bb4329cdfe69426f8e12d527267761c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87b19b8e-6114-484e-8f34-8d4f28ee1f6d", + "apim-request-id": "bfb59ae8-807e-4e72-af72-8dae55ed99f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:00 GMT", + "Date": "Wed, 09 Sep 2020 22:23:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "d854434d-6b5e-4e47-97c3-c2f35286a8ef", + "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", "status": "creating", - "createdDateTime": "2020-08-20T18:10:00Z", - "lastUpdatedDateTime": "2020-08-20T18:10:00Z" + "createdDateTime": "2020-09-09T22:23:51Z", + "lastUpdatedDateTime": "2020-09-09T22:23:51Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d854434d-6b5e-4e47-97c3-c2f35286a8ef?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7a22e44544cd5fe724f6b6410e571052", + "x-ms-client-request-id": "e1f94413633b528136238c1a1a5f8ffd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "46445912-acaf-41d9-b9b6-f604740fbac9", + "apim-request-id": "0650ebf2-6531-4bdb-b864-097cc4a143e5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:01 GMT", + "Date": "Wed, 09 Sep 2020 22:23:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16", + "x-envoy-upstream-service-time": "29", "x-ms-cs-error-code": "2001" }, "ResponseBody": { "modelInfo": { - "modelId": "d854434d-6b5e-4e47-97c3-c2f35286a8ef", + "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:00Z", - "lastUpdatedDateTime": "2020-08-20T18:10:01Z" + "createdDateTime": "2020-09-09T22:23:51Z", + "lastUpdatedDateTime": "2020-09-09T22:23:51Z" }, "keys": { "clusters": {} @@ -114,7 +114,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "199341024" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "41403176" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json index a9e8a936cfe22..f47038b1ead6d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "110", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-74f396831e3d7b44a205f2b533201b8a-97ea1c2bf2627842-00", + "traceparent": "00-dfcd44a81a9e1b46a5e317e0fd0863f4-93a3eb31d959ad48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "27c185b5f8f6ede318723655a49bcfc4", + "x-ms-client-request-id": "ee9642498aa5e2c63907c179c9219fad", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -26,80 +26,80 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a14a4df4-8459-4cec-a721-b7041e9b0495", + "apim-request-id": "b4abe342-aeca-447f-b80e-9ce34f82b651", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:32 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9b53c501-de48-4379-9a3a-c28b33b9fee5", + "Date": "Wed, 09 Sep 2020 22:20:50 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-envoy-upstream-service-time": "232" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9b53c501-de48-4379-9a3a-c28b33b9fee5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ab88f6b38454569475af57e9eaf59c1b", + "x-ms-client-request-id": "6986b125301c2f9b7d4318aab6d65eeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b21bba1-3ee0-4d9f-adb5-7877181c8100", + "apim-request-id": "f3a315e1-0648-4716-86d2-0a23d89c7277", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:32 GMT", + "Date": "Wed, 09 Sep 2020 22:20:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", "status": "creating", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:50Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9b53c501-de48-4379-9a3a-c28b33b9fee5?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7280d63eadbfa9c4f690fa8fb1fe50ae", + "x-ms-client-request-id": "ad3553744dbcbaf60389e69b268863c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d0fca1c3-48ac-4273-a23d-ec3627701327", + "apim-request-id": "69f90bf5-be0a-4d0e-8d78-98e7e22d22bf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:33 GMT", + "Date": "Wed, 09 Sep 2020 22:20:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15", + "x-envoy-upstream-service-time": "27", "x-ms-cs-error-code": "2014" }, "ResponseBody": { "modelInfo": { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:51Z" }, "keys": { "clusters": {} @@ -119,7 +119,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "303942177" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "348264928" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json index 39a102c472734..eb97e8158e10d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "110", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a873d9c4c5a60b4da3df1257091a2e98-839c3d77e17cea46-00", + "traceparent": "00-ce96b83e56396d418f812bc83a4f5278-55dbfcec2d5d5c48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4e908c8384e78971d5d8b2d0dad0e513", + "x-ms-client-request-id": "69ec12b1cc2c85a113b245be2f4137b3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -26,80 +26,80 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7217cace-c464-4051-9d69-9fb6dff7c249", + "apim-request-id": "5c842bf6-83f4-4915-94af-1ea8e04c60ea", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:01 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/891ef166-7dbc-4319-83c9-9394b66f7131", + "Date": "Wed, 09 Sep 2020 22:23:51 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/891ef166-7dbc-4319-83c9-9394b66f7131?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "68b60ca0b8d38bcd7d507c212191d332", + "x-ms-client-request-id": "e5a68469811e268cad35814188fee8c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d3db77ed-2bce-4c07-be4f-8c57fc1a904b", + "apim-request-id": "67e7a047-3050-475f-8e87-7b373e78554c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:01 GMT", + "Date": "Wed, 09 Sep 2020 22:23:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "891ef166-7dbc-4319-83c9-9394b66f7131", + "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", "status": "creating", - "createdDateTime": "2020-08-20T18:10:01Z", - "lastUpdatedDateTime": "2020-08-20T18:10:01Z" + "createdDateTime": "2020-09-09T22:23:52Z", + "lastUpdatedDateTime": "2020-09-09T22:23:52Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/891ef166-7dbc-4319-83c9-9394b66f7131?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7c16187af34ddf25b2f6f9cb0a9f2d8a", + "x-ms-client-request-id": "f96a47ea118db625db78438cf3139ed4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b4412d4-703b-4254-b1ad-b7ee91e611d3", + "apim-request-id": "79c1f894-8a4c-4ac4-880c-cae1927b1f3b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:03 GMT", + "Date": "Wed, 09 Sep 2020 22:23:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56", + "x-envoy-upstream-service-time": "24", "x-ms-cs-error-code": "2014" }, "ResponseBody": { "modelInfo": { - "modelId": "891ef166-7dbc-4319-83c9-9394b66f7131", + "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:01Z", - "lastUpdatedDateTime": "2020-08-20T18:10:02Z" + "createdDateTime": "2020-09-09T22:23:52Z", + "lastUpdatedDateTime": "2020-09-09T22:23:52Z" }, "keys": { "clusters": {} @@ -119,7 +119,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1187131998" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1485159508" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json index 8bb92809235e0..a4220164e0494 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "106", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2dcf0c02286a8944877593f8dc0bc35b-9f4ebd955937e14b-00", + "traceparent": "00-8f23cda326d10c4f921547586d76fcf4-717ca819c19b274b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "94602a9b27d78000e4e45e300ca6d05c", + "x-ms-client-request-id": "449eed1b2ea4205a731ad7ca76cfe3e5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -26,178 +26,376 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f3c21b7c-6270-4816-a328-fb5b892404bb", + "apim-request-id": "7fa58516-561d-4dcc-9bf0-210e9f62abdb", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:08:33 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11", + "Date": "Wed, 09 Sep 2020 22:20:51 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0ae4189c98e2becdf2db97b9392e457f", + "x-ms-client-request-id": "fd56e6a0248be951b93e9465efa4ae25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e302c212-e3df-47f3-9a0d-7a3ddd678e37", + "apim-request-id": "cc3b03fb-c370-4f09-adf3-3b6bee9d67cc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:33 GMT", + "Date": "Wed, 09 Sep 2020 22:20:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:33Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dae5b813d8f898e725f6d81532f29150", + "x-ms-client-request-id": "a906033df259318ffeffba8d322bb1b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "427ebacb-4424-4032-877d-0a0063d7f9ee", + "apim-request-id": "faa88d71-1beb-44f0-8c0d-0a06ad400b30", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:34 GMT", + "Date": "Wed, 09 Sep 2020 22:20:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:33Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d6559484c4203ed5ca1a1fb904646b6", + "x-ms-client-request-id": "be05b8276454f7709bb58a669af431cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7695266-ebf3-4f59-b6bb-d15dd0360d77", + "apim-request-id": "e725b7ef-739e-4212-963e-0e333f0db056", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:35 GMT", + "Date": "Wed, 09 Sep 2020 22:20:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:33Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "541ddf9ef5c0c364314ce5ebc0b88c00", + "x-ms-client-request-id": "728db16b39c8ad8c5725fe8c69c4b78d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "67ca6088-8414-41e0-90c1-855477144eb5", + "apim-request-id": "1161fbbe-5f8d-41a3-bdb1-15478e7ffdbf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:36 GMT", + "Date": "Wed, 09 Sep 2020 22:20:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "creating", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:33Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/21ac9637-b032-4e51-a149-6f3967d06b11?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e070464928c8c73ccbe27e5737eb07de", + "x-ms-client-request-id": "363edd8cf09fd8d0930f0ea467289609", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cfab69b-8c5a-4c5a-b360-ec06513f266a", + "apim-request-id": "f5ede158-bfab-471d-a2ec-ed09ef7c5fbf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:08:38 GMT", + "Date": "Wed, 09 Sep 2020 22:20:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8022ebcd3f9eedee2c57662f66e48dd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e44305cc-09fa-4e17-8d2e-764f4eaec0c8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bcdafdfefab67a2fe1b4dfb92be7462e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "286b2e23-449c-4586-8f43-71268019ab38", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "259" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7ebef58e36a24defef50094789a172ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "74b83a3e-9d9c-4cde-aea4-e09d1b6f9564", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:20:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "69a63781d94ed352bba79fe95f34c244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c241e6f3-e791-43a4-8883-2b9cada368e6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "70a037100f26c7340e8dcd65f0e7f03f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "18ab219b-ef5b-46b6-a4eb-ef0cdb57a2f7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f4383041dd41b5e0a2eac2fa9705edba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c6c73fe3-f46b-4f56-bf90-cd493898f7e0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:21:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "ready", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:36Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:21:02Z" }, "keys": { "clusters": { @@ -235,7 +433,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "443977843" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "706818357" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json index f554b32355741..104f2f3f8dd86 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "106", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-20d7de44c37435409484c070791f6e75-1fa6981c894dde43-00", + "traceparent": "00-d4a7bb8eb295bf428fd78367d6f2dbaf-f6a6c75d0473fa45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0bcafbf087c941b26445954078518f49", + "x-ms-client-request-id": "c47c4e726d666423712c43e1755b3739", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -26,178 +26,376 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "194638c3-1a95-4908-b80a-15cac05bbd1c", + "apim-request-id": "7894545f-4e2f-402b-a118-054178031832", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:03 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e", + "Date": "Wed, 09 Sep 2020 22:23:53 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "333a6525668e622f6b1718dfc9aa236d", + "x-ms-client-request-id": "7644aa33c447206b5e08218b6adb2d13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d9f29af6-c377-45a9-8b77-57daea20ac76", + "apim-request-id": "16791f27-07d7-43e1-b7a3-53be8dc4ee29", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:03 GMT", + "Date": "Wed, 09 Sep 2020 22:23:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "creating", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:03Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a6fabcb98c16ecb88e8d3219134f2747", + "x-ms-client-request-id": "99ac28289d3cb5281fc842a8432e5c6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "906d94b9-f83f-4b94-8306-11fb8f61a4d2", + "apim-request-id": "c1eebe96-bbcc-49c5-8383-670e2afba062", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:04 GMT", + "Date": "Wed, 09 Sep 2020 22:23:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4602624a0eeeadf5e25c655e4b97f996", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e690debe-f27b-4553-8ce2-5c30dbc97e16", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4db82fff9eae96fc818f577e82c3dd30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6600049e-d7d1-4de1-8e9a-a3edcfc0ecea", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0741b4abe6d81a2432ffb6e038ca6987", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f35b0824-d44d-41d3-bfd6-dab9fcca6201", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:23:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "creating", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:03Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "57e4115e711a8af8cb679fb26fd377ba", + "x-ms-client-request-id": "13a9accf0e76abbe666cc45eb6772b1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e67b150-2286-47f8-ae8c-e32536687703", + "apim-request-id": "4213c1b8-7fb5-4ef3-b30c-aa16e19c37ba", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:05 GMT", + "Date": "Wed, 09 Sep 2020 22:23:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "creating", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:03Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bb872821e9569932ac4ea50133154f1c", + "x-ms-client-request-id": "97b2357ff15518bd0a9e1bafe81b5eb7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13dc29b7-9b4b-45ef-8fde-7fcb871e7d75", + "apim-request-id": "9b92687d-452c-45ee-995e-71a51a7e608c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:06 GMT", + "Date": "Wed, 09 Sep 2020 22:23:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d5afcf26c9199db9f596a16c22c663bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "31f586d1-d33e-40de-aaff-da9a254e31e5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "026196d4d218dd31ee9008d8f30fc24a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5c209fe9-c9c5-4878-850e-9efd3e1b6d58", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e6380d0e55c7b5067b15a1bf4f51f644", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "84313271-5a46-4c08-9e15-88e85a3299d4", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "creating", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:03Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:23:53Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3ca08679-02e0-4930-bc8c-f79f1537501e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b880d0f0ccc54752c470daafec067cbb", + "x-ms-client-request-id": "52da603a5bba539f9ed2e688c1e1a9e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e05b709-663d-43bd-96f9-eae79abfd2b8", + "apim-request-id": "d8d28dc3-f266-4ea6-989f-5eecdc8a6d7e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:07 GMT", + "Date": "Wed, 09 Sep 2020 22:24:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "ready", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:06Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:24:03Z" }, "keys": { "clusters": { @@ -235,7 +433,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1827581662" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1832325830" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json index 2562e9ad1dfc5..d1c48af2826ca 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-942b0b2ca71687498c4adfbe8965d195-7bd7096520993947-00", + "traceparent": "00-8a7e776de219eb49b4dd6c46989483e5-1631050b35a77d48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d4c80638f4b1ebfe01a46453d8f75f77", + "x-ms-client-request-id": "636426281891eef9699bbdfd00fd6a07", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,475 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "29cb3a4e-569e-4ab2-afc4-5a5b8733c60a", + "apim-request-id": "a98b0d4d-b568-4c69-965f-22531e43c77f", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "229" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d75ec970998c57a5ab95cd3411500208", + "x-ms-client-request-id": "b79beff98f6c5701a1123ed80542a1fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "385a3007-9728-48c0-9f7a-108c0c514a17", + "apim-request-id": "b8d50448-358c-4e34-a0f8-8479eea12950", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cfc3c32d3e50b649fe263d95d3181211", + "x-ms-client-request-id": "71a44ce3575b8e10b7531daa302bcb05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b8e2f27-2730-42be-8db6-99dbf91be5c0", + "apim-request-id": "e95c8037-e184-4b6a-99d9-350096793958", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:04 GMT", + "Date": "Wed, 09 Sep 2020 22:22:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "862317feb2999e096071291c27c9d9b0", + "x-ms-client-request-id": "4af934d406a599d1250dc27ed920e826", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5dfa5dd-1112-4ea8-bd0e-bfb9959cb905", + "apim-request-id": "a3850ed5-02cb-4401-8b40-8f8372d3601d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:05 GMT", + "Date": "Wed, 09 Sep 2020 22:22:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "15255ba19033322680a8d8655b108392", + "x-ms-client-request-id": "b319c1f9f859a2acdf0cff1871562676", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26da2fc1-460a-4dfe-8978-70de518c2198", + "apim-request-id": "98ac7e59-8d09-4b97-9016-b0ae43673c8e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:06 GMT", + "Date": "Wed, 09 Sep 2020 22:22:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa36bc827b2c7b6fba256edf152c8f34", + "x-ms-client-request-id": "d10438475749dd577b0a4c4e9591b597", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98d38f9e-c18a-4a52-88c0-be778cbada1a", + "apim-request-id": "1783b7fc-7001-4f0b-a91f-035e494c4d42", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:08 GMT", + "Date": "Wed, 09 Sep 2020 22:22:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "77f38c4cfcf36eddf1f006f1d9a3424f", + "x-ms-client-request-id": "6fb1f76a1811dcac87566b9807b927ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "21b8da2c-d2f2-41ef-8264-e3568fc15452", + "apim-request-id": "57b90ec6-ce50-4b11-a07e-ec3e4a419ff0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:09 GMT", + "Date": "Wed, 09 Sep 2020 22:22:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6a9a96eddf932684ecaa5b0e21471d53", + "x-ms-client-request-id": "a0374ce6161ca2dc693c384eac5d0d4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be9b3acd-3c44-4a41-a849-61ea4a94485a", + "apim-request-id": "6982c769-42b2-4afd-b96b-45980aacd004", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:10 GMT", + "Date": "Wed, 09 Sep 2020 22:22:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cf18a4190c1c859fdec7083b757ea116", + "x-ms-client-request-id": "79ad6757b6a52f648c284af2ebbed6c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91302543-7a11-4c46-90a3-fa60c1e735e9", + "apim-request-id": "5425f35c-97d9-4a29-b8f1-b998ba6752aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:11 GMT", + "Date": "Wed, 09 Sep 2020 22:22:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7ff21fe224926da108cd8b48a1cf4daa", + "x-ms-client-request-id": "48677ee21459537a1b0e05d4df5d2f2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "45c0688f-4e95-45f6-a1e7-4d7b5674dc87", + "apim-request-id": "bc4c8ae9-39de-4726-8842-ac06603e505e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:22:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9f411e49ad0b2f28e70814f4cce9b6ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3003e15c-4e85-44bc-b498-f872ad4a910b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2e6b7665c4f542f3ec5a5e96b18f4f2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "66fec286-0bbd-4a09-9e62-860a75256809", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cda91ff8377c35b65538615100868631", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "606965ab-82fe-4b3c-a1b7-daf82ae372f0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "686f5a5701f185342afeb2b14e917e57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ce692a30-77f3-43c0-b02a-b7d5a90ee24c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "acfbe4b9e9402e2ec036d9bd62a24266", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c61e6716-6045-45dc-a1f5-178e0b9598c6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "ready", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:29Z" }, "keys": { "clusters": { @@ -337,6 +502,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,36 +560,36 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6d7b7ac5e142614998fd3b703ede6384-e3df684357d5b741-00", + "traceparent": "00-88b805deeed5234eb06638131da1e1e0-3575560e38853640-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "35d8b2d3738be132f6148ccbd648b06e", + "x-ms-client-request-id": "563f2dd3e620f63eeb23a27e8404e6c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f23ed0c-8cf5-4d15-934b-0e77359a0280", + "apim-request-id": "7589d564-7f77-4b0b-8b11-04e03adda17b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:22:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "status": "ready", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:29Z" }, "keys": { "clusters": { @@ -435,6 +601,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -492,201 +659,1169 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=full", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "012c45089e54f4c102abc64f8157e40e", + "x-ms-client-request-id": "1b9709b9d98a6df12c40a8ba28762288", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f2285c8-8182-46e6-8412-e016c4001444", + "apim-request-id": "725f9f19-597e-473c-8eb3-99da3e69fadb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:22:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "140" + "x-envoy-upstream-service-time": "385" }, "ResponseBody": { "modelList": [ { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "00865e07-158d-471e-9426-01be75f859e0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:48Z", + "lastUpdatedDateTime": "2020-08-26T17:33:00Z" + }, + { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "ready", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:36Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:40Z" }, { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "ready", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:48Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:21:02Z" }, { - "modelId": "500fe1e5-0678-41fb-906b-fc8499e86551", + "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" }, { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", "status": "ready", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:08:03Z" + "createdDateTime": "2020-08-26T17:34:36Z", + "lastUpdatedDateTime": "2020-08-26T17:34:39Z" }, { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", "status": "creating", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z" + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" }, { - "modelId": "97ac2f66-400f-4c19-aecd-6ad35c925862", + "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", "status": "ready", - "createdDateTime": "2020-08-20T18:09:03Z", - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "createdDateTime": "2020-08-26T17:34:03Z", + "lastUpdatedDateTime": "2020-08-26T17:34:13Z" }, { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" }, { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", "status": "ready", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-08-06T23:26:10Z", + "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + }, + { + "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:22Z", + "lastUpdatedDateTime": "2020-08-26T17:34:22Z" }, { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", "status": "ready", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:48Z" + "createdDateTime": "2020-08-07T02:43:17Z", + "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + }, + { + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + }, + { + "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:09Z", + "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + }, + { + "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "status": "invalid", + "createdDateTime": "2020-08-06T23:22:05Z", + "lastUpdatedDateTime": "2020-08-06T23:22:06Z" + }, + { + "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:52Z", + "lastUpdatedDateTime": "2020-08-26T17:50:52Z" }, { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", + "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "createdDateTime": "2020-08-07T02:32:59Z", + "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + }, + { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + }, + { + "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:23Z", + "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + }, + { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "ready", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + }, + { + "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:29Z", + "lastUpdatedDateTime": "2020-08-26T17:53:41Z" }, { - "modelId": "e7383399-f1c9-4ea5-96ac-887657615be4", + "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + }, + { + "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:00Z", + "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + }, + { + "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:06Z", + "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + }, + { + "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:59Z", + "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + }, + { + "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:58Z", + "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + }, + { + "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:41Z", + "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + }, + { + "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-19T20:22:50Z", + "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + }, + { + "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:05Z", + "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + }, + { + "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "status": "ready", + "createdDateTime": "2020-08-07T02:39:06Z", + "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + }, + { + "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:40Z", + "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + }, + { + "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" }, { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-08-26T17:50:27Z", + "lastUpdatedDateTime": "2020-08-26T17:50:30Z" }, { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", "status": "ready", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-08-26T17:37:27Z", + "lastUpdatedDateTime": "2020-08-26T17:37:36Z" } ], - "nextLink": "" + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "21dd4cbc2852d236a605c11c47b0aabb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e1395f97-4039-44a8-92d1-8ea729d8de27", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "445" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:21Z", + "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + }, + { + "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T03:33:10Z", + "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + }, + { + "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "status": "ready", + "createdDateTime": "2020-08-07T02:41:59Z", + "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + }, + { + "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:49Z", + "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + }, + { + "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", + "status": "ready", + "createdDateTime": "2020-08-06T23:20:33Z", + "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + }, + { + "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:32Z", + "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + }, + { + "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:34Z", + "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + }, + { + "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-08T23:38:46Z", + "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + }, + { + "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "status": "ready", + "createdDateTime": "2020-08-26T17:35:39Z", + "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + }, + { + "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:43Z", + "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + }, + { + "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:55Z", + "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + }, + { + "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:45Z", + "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + }, + { + "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:12Z", + "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + }, + { + "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:25Z", + "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + }, + { + "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:31:45Z", + "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + }, + { + "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "status": "ready", + "createdDateTime": "2020-08-07T02:40:43Z", + "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + }, + { + "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:22Z", + "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + }, + { + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "status": "invalid", + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + }, + { + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + }, + { + "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "status": "ready", + "createdDateTime": "2020-08-06T23:16:31Z", + "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + }, + { + "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:34Z", + "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + }, + { + "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:01Z", + "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + }, + { + "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "status": "creating", + "createdDateTime": "2020-08-19T20:19:47Z", + "lastUpdatedDateTime": "2020-08-19T20:19:47Z" + }, + { + "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:26Z", + "lastUpdatedDateTime": "2020-08-11T23:26:27Z" + }, + { + "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:23Z", + "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + }, + { + "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:58Z", + "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + }, + { + "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "status": "ready", + "createdDateTime": "2020-08-11T23:25:43Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:30Z", + "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + }, + { + "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:44Z", + "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + }, + { + "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:03Z", + "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0ZDEyMWYxLTliODEtNDIxOC1iMTc4LTMwZmJiNjJlZjUzMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0ZDEyMWYxLTliODEtNDIxOC1iMTc4LTMwZmJiNjJlZjUzMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "58031550260af9db3bd12ae03e83cd74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3f35ca18-6f1c-4c16-8096-ce3390e514ee", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "401" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:03Z", + "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + }, + { + "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + }, + { + "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:11Z", + "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + }, + { + "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:17Z", + "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + }, + { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + }, + { + "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:22Z", + "lastUpdatedDateTime": "2020-08-06T23:22:34Z" + }, + { + "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:37Z", + "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + }, + { + "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + }, + { + "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:32:40Z", + "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + }, + { + "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:12Z", + "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + }, + { + "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:32Z", + "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + }, + { + "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", + "status": "ready", + "createdDateTime": "2020-08-26T17:52:35Z", + "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + }, + { + "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:05Z", + "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + }, + { + "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "status": "creating", + "createdDateTime": "2020-08-17T23:02:26Z", + "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + }, + { + "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:39Z", + "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + }, + { + "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:27Z", + "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + }, + { + "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:39Z", + "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + }, + { + "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", + "status": "ready", + "createdDateTime": "2020-08-26T17:55:11Z", + "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + }, + { + "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:08Z", + "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + }, + { + "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:28Z", + "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + }, + { + "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:07Z", + "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + }, + { + "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + }, + { + "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:07Z", + "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + }, + { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "ready", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + }, + { + "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", + "status": "creating", + "createdDateTime": "2020-08-11T23:26:07Z", + "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + }, + { + "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:52:11Z", + "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + }, + { + "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:58Z", + "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + }, + { + "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:59Z", + "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + }, + { + "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:22Z", + "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + }, + { + "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "status": "ready", + "createdDateTime": "2020-08-26T17:56:05Z", + "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + }, + { + "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:24Z", + "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + }, + { + "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:35Z", + "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2M1OWI0MmU3LTdhY2EtNDk3ZS05YWFkLWM2NWJiZWVkOWI1Ny91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2M1OWI0MmU3LTdhY2EtNDk3ZS05YWFkLWM2NWJiZWVkOWI1Ny91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "37c11901c4269170d3c5758518d5267b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "92d0b627-c595-4dd2-af17-aa5e7404d01d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "362" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:35Z", + "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + }, + { + "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "status": "invalid", + "createdDateTime": "2020-08-07T02:36:41Z", + "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + }, + { + "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "status": "ready", + "createdDateTime": "2020-09-09T22:22:16Z", + "lastUpdatedDateTime": "2020-09-09T22:22:29Z" + }, + { + "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:59Z", + "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + }, + { + "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:51Z", + "lastUpdatedDateTime": "2020-08-26T17:52:51Z" + }, + { + "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:05Z", + "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + }, + { + "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:28Z", + "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + }, + { + "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "status": "ready", + "createdDateTime": "2020-08-07T02:42:09Z", + "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + }, + { + "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:33Z", + "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + }, + { + "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:14Z", + "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + }, + { + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + }, + { + "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:53Z", + "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + }, + { + "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:41Z", + "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + }, + { + "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:04Z", + "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + }, + { + "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "status": "ready", + "createdDateTime": "2020-08-06T23:42:46Z", + "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + }, + { + "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:32Z", + "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + }, + { + "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:17Z", + "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + }, + { + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "status": "ready", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + }, + { + "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "status": "invalid", + "createdDateTime": "2020-08-07T02:38:17Z", + "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + }, + { + "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "status": "ready", + "createdDateTime": "2020-08-26T17:50:38Z", + "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + }, + { + "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "status": "ready", + "createdDateTime": "2020-08-06T23:17:00Z", + "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + }, + { + "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "status": "ready", + "createdDateTime": "2020-08-07T02:03:56Z", + "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + }, + { + "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:32Z", + "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + }, + { + "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "status": "ready", + "createdDateTime": "2020-08-06T23:37:58Z", + "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + }, + { + "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:33:04Z", + "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + }, + { + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "status": "ready", + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + }, + { + "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:18Z", + "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + }, + { + "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:55Z", + "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + }, + { + "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:35Z", + "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + }, + { + "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:15Z", + "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + }, + { + "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1269ec96c972957e71e4e581fd569322", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4d2682dd-d92a-419e-aaf9-3baaa6cf61b1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + }, + { + "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:57Z", + "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + }, + { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + } + ], + "nextLink": "" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e3ea1e46d7a02a4e8d042ccbca762c17-6c3041eb87e1db4d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2d1a4c3772ee8c94a5728544b155e066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "7efa689f-46a8-4e10-b002-d0311c2bccb4", + "Content-Length": "334", + "Content-Type": "application/json", + "Date": "Wed, 09 Sep 2020 22:22:32 GMT", + "Retry-After": "37", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Form - List Custom Models Operation under Form Recognizer API (v2.1-preview.1) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 37 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e3ca73a149b4e47b049e1096e9ed2cb-f664f78bb1c49d46-00", + "traceparent": "00-e3ea1e46d7a02a4e8d042ccbca762c17-6c3041eb87e1db4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c2685e7a6ca66e8bec11887e97d696c0", + "x-ms-client-request-id": "2d1a4c3772ee8c94a5728544b155e066", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3773392c-4939-487e-adbe-4e12f4d6434a", + "apim-request-id": "5fe8445b-a0c5-4d1a-983e-9fc073581c00", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:23:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "174" }, "ResponseBody": { "summary": { - "count": 13, + "count": 137, "limit": 5000, - "lastUpdatedDateTime": "2020-08-20T18:09:12Z" + "lastUpdatedDateTime": "2020-09-09T22:23:10Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-03fdb7cb632905439404181d87e6a172-bc54420f73a6cc46-00", + "traceparent": "00-b0f0f3dfc53f0d449cde9d78e112420f-823c0e2b91c21b45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5b3f1c1c4ba33555f1e332dfade35f9f", + "x-ms-client-request-id": "5249aeaabb1a37029b2cc642deee937c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "af593335-ab17-4e5b-8678-245c09b3c4c5", + "apim-request-id": "6e35fc1e-3c23-4720-b227-14bb1dfff467", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:23:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/97ac2f66-400f-4c19-aecd-6ad35c925862?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-635a3c88111199438d1f23962903ced6-dadd8929eaa7d14e-00", + "traceparent": "00-d3a1bcb377725044b567b92f450e2300-11cbeff820493a4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "78507d2feee09cc8babd154315425c2c", + "x-ms-client-request-id": "cb4d5231f9ba248d57dd6d004339e31b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "8ab4edd3-60da-4dfd-b343-dc7c4775bb9d", + "apim-request-id": "e1c9c6b1-9c70-4b59-8b3a-5ae3af9058f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:12 GMT", + "Date": "Wed, 09 Sep 2020 22:23:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=97ac2f66-400f-4c19-aecd-6ad35c925862\u0027 not found." + "message": "Model with \u0027id=c8c235a6-2ec3-44c1-b078-9f9c74ca857d\u0027 not found." } } } @@ -694,7 +1829,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "864468572" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "758005240" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json index 9a3b510a63faa..5baa4bdc1f3ec 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55bf706de20a954fa7f138fc5836ad4d-cd161e75ed726e49-00", + "traceparent": "00-8e4c7aefd1a4f2478d6a2111d16456ae-ce6eb492caa8204b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "226daaa3f9acfcf864e578b5029b5ee1", + "x-ms-client-request-id": "3ce345527cb1a8021f5125e3a73ca90b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,134 +22,266 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d553815d-0791-49b5-8a64-570cf2d210c0", + "apim-request-id": "8455eb1d-2809-4f76-8f05-edf709bff571", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:33 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "Date": "Wed, 09 Sep 2020 22:24:53 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "73" + "x-envoy-upstream-service-time": "246" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c9a79a4c07789c3189d44f0e4347a194", + "x-ms-client-request-id": "f29be5b0b15554df7004cb36df2ce5f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30e6e4de-3cee-482e-84fc-f607f976fe66", + "apim-request-id": "d14a2629-e5b7-432b-96dd-8f1bfc33dfca", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:33 GMT", + "Date": "Wed, 09 Sep 2020 22:24:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a4c15e8ccb6eeb7b9a2f498cf6016ff8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5c47b033-98ba-4cf4-be99-c5caec718b29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "38d845deef96a1f1658fcbadb0cbc8f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2c029b45-efea-4b10-b6d8-0689e54c6592", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "49562c6c047ae59c69af582667535e6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b6715b21-7362-4b09-a80c-919d1faa68fe", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "status": "creating", + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9958d295ac539d616d203edf00ce3acf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2ec89a0d-7b38-4d46-a8bf-85873b587c28", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d47645e99133398307e8fcff70324ff6", + "x-ms-client-request-id": "c920566626aad97ea8f3cfe797ca3a12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a150f31-b793-4521-ad3a-9fcdec8a56f3", + "apim-request-id": "3f6bd2e8-4796-4c81-8d73-b97f5749bf16", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:34 GMT", + "Date": "Wed, 09 Sep 2020 22:24:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a1def79f37d59c1d79d099d8a9eab81c", + "x-ms-client-request-id": "de175c302f72bfa0cbb9db59c5bde49b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "15fc832a-775a-4c57-9ab1-65da64f187ea", + "apim-request-id": "84fbad9c-4d4d-4da2-af4e-14081a8980e2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:35 GMT", + "Date": "Wed, 09 Sep 2020 22:24:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "bccce3438a25bbad166dc2900a312b56", + "x-ms-client-request-id": "11c0887495326fc4537ef15fdd7a05a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d8b7641-45ad-4ab3-8ab1-a670e03c3c40", + "apim-request-id": "a717390f-dada-4097-8c92-3919fe9af7a3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:36 GMT", + "Date": "Wed, 09 Sep 2020 22:25:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,175 +289,175 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4c6f58840069b2bf27da5a62f8ab8f1d", + "x-ms-client-request-id": "a4ae2ce65cb6365cb561fef04a2513eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37de3971-6a78-4fb0-a7ce-31d02cb1b3fc", + "apim-request-id": "f470869a-00ef-4fab-9fb2-508a284cd954", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:37 GMT", + "Date": "Wed, 09 Sep 2020 22:25:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8dbce02f926614d149238a67748d9147", + "x-ms-client-request-id": "0f72330e280a9bdf97a88bf33e40e150", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba999f01-d13e-4bbb-aedc-0a23bf22f451", + "apim-request-id": "cfc2a2bb-0b30-4fab-8b45-aba6cce71f34", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:38 GMT", + "Date": "Wed, 09 Sep 2020 22:25:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "505342a56c7b43b22319954a304bc36b", + "x-ms-client-request-id": "997239b4400e18e42b895bd196d3242e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8c45e49-3f21-4222-b655-9818932642ae", + "apim-request-id": "fab0fda0-14d4-4e2c-ae7e-1b1c5ce231db", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:39 GMT", + "Date": "Wed, 09 Sep 2020 22:25:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2961a4de9e75f2f0875a024575583d9a", + "x-ms-client-request-id": "a951056bf607bd984c120c0dd169f874", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0ec3d8b-ef51-402d-a543-ccdce0b047b2", + "apim-request-id": "a5b8b01e-310d-4250-9b94-845cee7e1fb7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:40 GMT", + "Date": "Wed, 09 Sep 2020 22:25:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "creating", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:24:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b5bd12483e58c3a22d79694cfc86e4fe", + "x-ms-client-request-id": "113cad7f7ab2cedc4f5ae381cd0d04c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50c1568f-ac4b-42ee-9ab7-fc5d8743a9b3", + "apim-request-id": "75b5880a-4dc2-4492-8049-e5963b405218", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "Date": "Wed, 09 Sep 2020 22:25:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "ready", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:41Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:25:05Z" }, "keys": { "clusters": { @@ -337,6 +469,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,36 +527,36 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0c23e47a1203c340aeb4e90d99613b97-25f41d1c852b974b-00", + "traceparent": "00-15793f3fff0b004586cf1e7df16de74b-2304ee43d74ec648-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d0891f60672b06d25260c9206a6dcdcb", + "x-ms-client-request-id": "38885c8337efbd49a1b54cfc34d747c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f725eb9-dac0-4e6c-b31d-a79d8bf02dbb", + "apim-request-id": "fda5d403-a985-4869-b9fe-747ad601ae4e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "Date": "Wed, 09 Sep 2020 22:25:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "ready", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:41Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:25:05Z" }, "keys": { "clusters": { @@ -435,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -492,273 +626,1232 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=full", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1d02fadb0e8d9f13029dfcfc35a3f500", + "x-ms-client-request-id": "e952e6901396f17b29825aad1316f03e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1accd471-a422-4bb7-a9dd-3f5c5ffc2077", + "apim-request-id": "c06d6425-c64e-4570-989b-e05a814e831a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "Date": "Wed, 09 Sep 2020 22:25:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "436" + "x-envoy-upstream-service-time": "337" }, "ResponseBody": { "modelList": [ { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "00865e07-158d-471e-9426-01be75f859e0", "status": "ready", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:36Z" + "createdDateTime": "2020-08-26T17:32:48Z", + "lastUpdatedDateTime": "2020-08-26T17:33:00Z" }, { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "ready", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:48Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:40Z" }, { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "028fea9c-452b-424b-b013-131263f59718", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:06Z" + "createdDateTime": "2020-09-09T22:23:10Z", + "lastUpdatedDateTime": "2020-09-09T22:23:12Z" }, { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "ready", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:17Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:21:02Z" }, { - "modelId": "500fe1e5-0678-41fb-906b-fc8499e86551", + "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" }, { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", "status": "ready", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:08:03Z" + "createdDateTime": "2020-08-26T17:34:36Z", + "lastUpdatedDateTime": "2020-08-26T17:34:39Z" }, { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", "status": "creating", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z" + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + }, + { + "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:03Z", + "lastUpdatedDateTime": "2020-08-26T17:34:13Z" }, { - "modelId": "891ef166-7dbc-4319-83c9-9394b66f7131", + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:01Z", - "lastUpdatedDateTime": "2020-08-20T18:10:02Z" + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + }, + { + "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "status": "ready", + "createdDateTime": "2020-08-06T23:26:10Z", + "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + }, + { + "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:22Z", + "lastUpdatedDateTime": "2020-08-26T17:34:22Z" }, { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", "status": "ready", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:29Z" + "createdDateTime": "2020-08-07T02:43:17Z", + "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + }, + { + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + }, + { + "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:09Z", + "lastUpdatedDateTime": "2020-08-11T23:25:09Z" }, { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-08-06T23:22:05Z", + "lastUpdatedDateTime": "2020-08-06T23:22:06Z" }, { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:52Z", + "lastUpdatedDateTime": "2020-08-26T17:50:52Z" + }, + { + "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:59Z", + "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + }, + { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", "status": "ready", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:19Z" }, { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", "status": "ready", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:48Z" + "createdDateTime": "2020-08-26T17:51:23Z", + "lastUpdatedDateTime": "2020-08-26T17:51:32Z" }, { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "ready", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:38Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:40Z" }, { - "modelId": "c5aa6251-daea-45c8-b435-f8a0ad336536", + "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", "status": "ready", - "createdDateTime": "2020-08-20T18:10:17Z", - "lastUpdatedDateTime": "2020-08-20T18:10:18Z" + "createdDateTime": "2020-08-26T17:53:29Z", + "lastUpdatedDateTime": "2020-08-26T17:53:41Z" }, { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", - "status": "invalid", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" }, { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817", + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", "status": "creating", - "createdDateTime": "2020-08-20T18:09:40Z", - "lastUpdatedDateTime": "2020-08-20T18:09:40Z" + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z" }, { - "modelId": "d854434d-6b5e-4e47-97c3-c2f35286a8ef", + "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:00Z", + "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + }, + { + "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:00Z", - "lastUpdatedDateTime": "2020-08-20T18:10:01Z" + "createdDateTime": "2020-08-26T17:53:06Z", + "lastUpdatedDateTime": "2020-08-26T17:53:07Z" }, { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735", + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", "status": "ready", - "createdDateTime": "2020-08-20T18:09:12Z", - "lastUpdatedDateTime": "2020-08-20T18:09:14Z" + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:24:03Z" }, { - "modelId": "dfb95925-e6fa-4ecc-97b8-0c766b504d9b", + "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", "status": "ready", - "createdDateTime": "2020-08-20T18:10:33Z", - "lastUpdatedDateTime": "2020-08-20T18:10:41Z" + "createdDateTime": "2020-09-09T22:24:54Z", + "lastUpdatedDateTime": "2020-09-09T22:25:05Z" }, { - "modelId": "e640f142-3b26-4207-8a66-3e769f899baa", - "status": "creating", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:39Z" + "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:59Z", + "lastUpdatedDateTime": "2020-08-07T02:39:02Z" }, { - "modelId": "e7383399-f1c9-4ea5-96ac-887657615be4", - "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:58Z", + "lastUpdatedDateTime": "2020-08-06T23:21:59Z" }, { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-08-26T17:34:41Z", + "lastUpdatedDateTime": "2020-08-26T17:34:42Z" }, { - "modelId": "ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:07Z", - "lastUpdatedDateTime": "2020-08-20T18:10:09Z" + "createdDateTime": "2020-08-19T20:22:50Z", + "lastUpdatedDateTime": "2020-08-19T20:22:52Z" }, { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", - "status": "ready", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:05Z", + "lastUpdatedDateTime": "2020-08-26T17:51:06Z" }, { - "modelId": "fa8bdc07-3553-4745-95ee-51518ba1fb22", - "status": "creating", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:39Z" + "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "status": "ready", + "createdDateTime": "2020-08-07T02:39:06Z", + "lastUpdatedDateTime": "2020-08-07T02:39:17Z" } ], - "nextLink": "" + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmOGU5N2ZmLTBmNzEtNDJhMi1iZWUxLTNhOWE3NmEzYjVkNi8zZjhlOTdmZi0wZjcxLTQyYTItYmVlMS0zYTlhNzZhM2I1ZDYuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmOGU5N2ZmLTBmNzEtNDJhMi1iZWUxLTNhOWE3NmEzYjVkNi8zZjhlOTdmZi0wZjcxLTQyYTItYmVlMS0zYTlhNzZhM2I1ZDYuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1c4404eabdeced408c88be2c856dda0b-e6a7bf57db5c0144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "55e503756dcfe06e40b762f7758159c0", + "x-ms-client-request-id": "7489480dc0e04785647f70fd2de09a77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "45c2cade-cb40-47c7-b4d1-1d15d355e2b5", + "apim-request-id": "bb6757c6-32c1-4d3d-bc85-775fb78a2d84", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "Date": "Wed, 09 Sep 2020 22:25:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "319" }, "ResponseBody": { - "summary": { - "count": 25, - "limit": 5000, - "lastUpdatedDateTime": "2020-08-20T18:10:42Z" - } + "modelList": [ + { + "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:40Z", + "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + }, + { + "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:50:27Z", + "lastUpdatedDateTime": "2020-08-26T17:50:30Z" + }, + { + "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", + "status": "ready", + "createdDateTime": "2020-08-26T17:37:27Z", + "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + }, + { + "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:21Z", + "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + }, + { + "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T03:33:10Z", + "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + }, + { + "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "status": "ready", + "createdDateTime": "2020-08-07T02:41:59Z", + "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + }, + { + "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:49Z", + "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + }, + { + "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", + "status": "ready", + "createdDateTime": "2020-08-06T23:20:33Z", + "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + }, + { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "ready", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:35Z" + }, + { + "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:32Z", + "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + }, + { + "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:34Z", + "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + }, + { + "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-08T23:38:46Z", + "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + }, + { + "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "status": "ready", + "createdDateTime": "2020-08-26T17:35:39Z", + "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + }, + { + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:07Z" + }, + { + "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:43Z", + "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + }, + { + "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:55Z", + "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + }, + { + "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:45Z", + "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + }, + { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "ready", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:22Z" + }, + { + "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:12Z", + "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + }, + { + "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + }, + { + "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:25Z", + "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + }, + { + "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:31:45Z", + "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + }, + { + "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "status": "ready", + "createdDateTime": "2020-08-07T02:40:43Z", + "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + }, + { + "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:22Z", + "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + }, + { + "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", + "status": "invalid", + "createdDateTime": "2020-09-09T22:23:51Z", + "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + }, + { + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "status": "invalid", + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + }, + { + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + }, + { + "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "status": "ready", + "createdDateTime": "2020-08-06T23:16:31Z", + "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + }, + { + "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:34Z", + "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdkYzI5MDllLTYxNWQtNDhhYS04ZTU5LWQwMDgyOTI4ODFjZC83ZGMyOTA5ZS02MTVkLTQ4YWEtOGU1OS1kMDA4MjkyODgxY2QuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b", - "RequestMethod": "DELETE", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdkYzI5MDllLTYxNWQtNDhhYS04ZTU5LWQwMDgyOTI4ODFjZC83ZGMyOTA5ZS02MTVkLTQ4YWEtOGU1OS1kMDA4MjkyODgxY2QuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e4ff1354db39e4cb821254ac1dd2d52-308ab434495a8341-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "02709eabc78452710ce9ce8e6bd6d1ae", + "x-ms-client-request-id": "e6f021131bbb702de0970e6cdc9caa8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 204, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54d37380-9c66-46de-9412-84820f5750ce", - "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "apim-request-id": "f6d0acfb-5a15-495f-81fd-3e309f3a34a0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:25:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "448" }, - "ResponseBody": [] - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/dfb95925-e6fa-4ecc-97b8-0c766b504d9b?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", + "ResponseBody": { + "modelList": [ + { + "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:01Z", + "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + }, + { + "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "status": "creating", + "createdDateTime": "2020-08-19T20:19:47Z", + "lastUpdatedDateTime": "2020-08-19T20:19:47Z" + }, + { + "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:26Z", + "lastUpdatedDateTime": "2020-08-11T23:26:27Z" + }, + { + "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:23Z", + "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + }, + { + "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:58Z", + "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + }, + { + "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "status": "ready", + "createdDateTime": "2020-08-11T23:25:43Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:30Z", + "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + }, + { + "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:44Z", + "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + }, + { + "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:03Z", + "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + }, + { + "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + }, + { + "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:11Z", + "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + }, + { + "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:17Z", + "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + }, + { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + }, + { + "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:22Z", + "lastUpdatedDateTime": "2020-08-06T23:22:34Z" + }, + { + "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:37Z", + "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + }, + { + "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + }, + { + "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:32:40Z", + "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + }, + { + "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:12Z", + "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + }, + { + "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:32Z", + "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + }, + { + "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", + "status": "ready", + "createdDateTime": "2020-08-26T17:52:35Z", + "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + }, + { + "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:05Z", + "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + }, + { + "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "status": "creating", + "createdDateTime": "2020-08-17T23:02:26Z", + "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + }, + { + "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:39Z", + "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + }, + { + "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:27Z", + "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + }, + { + "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + }, + { + "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:39Z", + "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + }, + { + "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", + "status": "ready", + "createdDateTime": "2020-08-26T17:55:11Z", + "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + }, + { + "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:08Z", + "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + }, + { + "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:28Z", + "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + }, + { + "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:07Z", + "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + }, + { + "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IyZTk2M2IyLTM5ZTAtNGU1Zi1hY2FhLTlkNDhlMGFkNzU3MC9iMmU5NjNiMi0zOWUwLTRlNWYtYWNhYS05ZDQ4ZTBhZDc1NzAuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IyZTk2M2IyLTM5ZTAtNGU1Zi1hY2FhLTlkNDhlMGFkNzU3MC9iMmU5NjNiMi0zOWUwLTRlNWYtYWNhYS05ZDQ4ZTBhZDc1NzAuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ebee0ec4d24dd0e1610b8517a37ec449", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dcd8cfec-da6e-4811-a288-064091a0573c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "353" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:07Z", + "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + }, + { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "ready", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + }, + { + "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", + "status": "creating", + "createdDateTime": "2020-08-11T23:26:07Z", + "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + }, + { + "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:52:11Z", + "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + }, + { + "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:58Z", + "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + }, + { + "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:59Z", + "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + }, + { + "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:22Z", + "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + }, + { + "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "status": "ready", + "createdDateTime": "2020-08-26T17:56:05Z", + "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + }, + { + "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:24Z", + "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + }, + { + "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:35Z", + "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + }, + { + "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", + "status": "invalid", + "createdDateTime": "2020-09-09T22:23:52Z", + "lastUpdatedDateTime": "2020-09-09T22:23:52Z" + }, + { + "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "status": "invalid", + "createdDateTime": "2020-08-07T02:36:41Z", + "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + }, + { + "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:59Z", + "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + }, + { + "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:51Z", + "lastUpdatedDateTime": "2020-08-26T17:52:51Z" + }, + { + "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:05Z", + "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + }, + { + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "ready", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:47Z" + }, + { + "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:28Z", + "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + }, + { + "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "status": "ready", + "createdDateTime": "2020-08-07T02:42:09Z", + "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + }, + { + "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:33Z", + "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + }, + { + "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:14Z", + "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + }, + { + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + }, + { + "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:53Z", + "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + }, + { + "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:41Z", + "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + }, + { + "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:04Z", + "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + }, + { + "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "status": "ready", + "createdDateTime": "2020-08-06T23:42:46Z", + "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + }, + { + "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:32Z", + "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + }, + { + "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:17Z", + "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + }, + { + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "status": "ready", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + }, + { + "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "status": "invalid", + "createdDateTime": "2020-08-07T02:38:17Z", + "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + }, + { + "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "status": "ready", + "createdDateTime": "2020-08-26T17:50:38Z", + "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + }, + { + "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "status": "ready", + "createdDateTime": "2020-08-06T23:17:00Z", + "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dedcdf44289b5c43a21975de956b4420-f9c59e3e40240b49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "66abc86a78876efc8b21dcd6ab1b2980", + "x-ms-client-request-id": "f199e2e80926f2831b199349b1186ac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2cd86fe0-a32a-4499-a263-28d1ee9e7e85", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "176" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "status": "ready", + "createdDateTime": "2020-08-07T02:03:56Z", + "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + }, + { + "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:24:23Z", + "lastUpdatedDateTime": "2020-09-09T22:24:25Z" + }, + { + "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:32Z", + "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + }, + { + "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "status": "ready", + "createdDateTime": "2020-08-06T23:37:58Z", + "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + }, + { + "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:33:04Z", + "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + }, + { + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "status": "ready", + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + }, + { + "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:18Z", + "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + }, + { + "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:55Z", + "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + }, + { + "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:35Z", + "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + }, + { + "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:15Z", + "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + }, + { + "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + }, + { + "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:57Z", + "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + }, + { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + } + ], + "nextLink": "" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-1e810547a02b1d40b8fd3648721e10eb-3fbdc4ad9f341b4b-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1e39e6d4aef1402a3f2085b09615cd62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "b045bcb5-89e0-4012-a5f2-972d1a45d96a", + "Content-Length": "334", + "Content-Type": "application/json", + "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Retry-After": "43", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Form - List Custom Models Operation under Form Recognizer API (v2.1-preview.1) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 43 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-1e810547a02b1d40b8fd3648721e10eb-3fbdc4ad9f341b4b-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1e39e6d4aef1402a3f2085b09615cd62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1975ee8f-c43c-4ff1-a427-be75209fbddc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:25:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "191" + }, + "ResponseBody": { + "summary": { + "count": 149, + "limit": 5000, + "lastUpdatedDateTime": "2020-09-09T22:25:52Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-0135edef3a933b47b8e0068a3692403d-16664e3f74887041-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fa83c4d3b802ba638afbd0333e981e48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "8bd7388e-da8f-4239-95e8-9dfb49577a73", + "Content-Length": "0", + "Date": "Wed, 09 Sep 2020 22:25:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-72b1cfb87f52184e93696b42a459c6c4-f1f589f4dd1c3a41-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "bd42bda0a5453a57b859b20684d35c05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "317a68ad-4724-484f-9d2b-9daf40ea1be9", + "apim-request-id": "40fe2503-f189-4fba-91a4-c59983b0ef7c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:42 GMT", + "Date": "Wed, 09 Sep 2020 22:25:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=dfb95925-e6fa-4ecc-97b8-0c766b504d9b\u0027 not found." + "message": "Model with \u0027id=311c23a0-755a-41b5-9d57-0ad0428e15ba\u0027 not found." } } } @@ -766,7 +1859,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "89722803" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1971777199" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json index 55f50e87a4588..149360e876cb1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5a2112f5eb871a4899e74f9040c19b2c-07650fc97f218646-00", + "traceparent": "00-9906f6d395c17f4d87d64b8d4f538e15-dc0406f3b429aa48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "186d602a4ecd0193b66367044e846aed", + "x-ms-client-request-id": "ec01155c84d3ca9dab2d2e05a1969d22", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,79 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "aef3f0a0-b569-4522-968e-4c7e9087a61e", + "apim-request-id": "bbab9f55-812f-428d-8f79-fa45c6872d2c", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:01 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979", + "Date": "Wed, 09 Sep 2020 22:22:05 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "258" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "046499e315b2120127c84c509f162971", + "x-ms-client-request-id": "15634ae964069ff1a753c7c5dc91b1f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cf9dfcf9-af1d-4114-8a3c-4780c77d7b75", + "apim-request-id": "550966fc-e99b-48cf-9dfb-847ef8c24bac", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:01 GMT", + "Date": "Wed, 09 Sep 2020 22:22:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "65" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "status": "creating", + "createdDateTime": "2020-09-09T22:22:06Z", + "lastUpdatedDateTime": "2020-09-09T22:22:06Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8c79cb3a15b561027ee17921f15843aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7a8cae97-27f4-4799-a844-a58133ac4517", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "8f3339ba-78cd-401d-99fd-69f6c8de2979", + "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", "status": "creating", - "createdDateTime": "2020-08-20T18:09:01Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-09-09T22:22:06Z", + "lastUpdatedDateTime": "2020-09-09T22:22:06Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "43e2af5d74506e10eae3c33081b285da", + "x-ms-client-request-id": "f22fc3a1bc46f70323614580bdd8ee1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "17806b2c-aede-4b58-90b5-d2e348e79909", + "apim-request-id": "61567366-01ac-4922-b6fb-a5dd0e1c4d8e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "8f3339ba-78cd-401d-99fd-69f6c8de2979", + "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:09:01Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:06Z", + "lastUpdatedDateTime": "2020-09-09T22:22:07Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -192,36 +228,39 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5de256c5d4acbd4c8ef7d377cbfc2db8-4cad98e466a8ad4f-00", + "traceparent": "00-fc21dd4642330245ae4e7264ca5bddf3-81399c5f25cc0941-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "42be26d71443143b5f5bf005024261a0", + "x-ms-client-request-id": "d6cb3c7b111cd36c48029624eacfae4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "493b6aa8-49c7-4e40-87bf-cb7fda3e314b", + "apim-request-id": "10d6c2f8-0b10-4da1-b8b7-8b8fea1c77d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "8f3339ba-78cd-401d-99fd-69f6c8de2979", + "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:09:01Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-09-09T22:22:06Z", + "lastUpdatedDateTime": "2020-09-09T22:22:07Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -319,201 +358,1140 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=full", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9fa6f53a27a26f9c89f519cf51d09074", + "x-ms-client-request-id": "18241d0fbf627eaac8816954d081a4a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98227c66-238c-45f5-81c8-59631b12c971", + "apim-request-id": "c4ddd447-8b75-43bc-a279-6222b4340e9b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "217" + "x-envoy-upstream-service-time": "563" }, "ResponseBody": { "modelList": [ { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "00865e07-158d-471e-9426-01be75f859e0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:48Z", + "lastUpdatedDateTime": "2020-08-26T17:33:00Z" + }, + { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", "status": "ready", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:36Z" + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:40Z" }, { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", "status": "ready", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:48Z" + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:21:02Z" }, { - "modelId": "500fe1e5-0678-41fb-906b-fc8499e86551", + "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" }, { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", "status": "ready", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:08:03Z" + "createdDateTime": "2020-08-26T17:34:36Z", + "lastUpdatedDateTime": "2020-08-26T17:34:39Z" }, { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", "status": "creating", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z" + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" }, { - "modelId": "8f3339ba-78cd-401d-99fd-69f6c8de2979", + "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", "status": "ready", - "createdDateTime": "2020-08-20T18:09:01Z", - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" + "createdDateTime": "2020-08-26T17:34:03Z", + "lastUpdatedDateTime": "2020-08-26T17:34:13Z" }, { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" }, { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", "status": "ready", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-08-06T23:26:10Z", + "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + }, + { + "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:22Z", + "lastUpdatedDateTime": "2020-08-26T17:34:22Z" }, { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", "status": "ready", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:48Z" + "createdDateTime": "2020-08-07T02:43:17Z", + "lastUpdatedDateTime": "2020-08-07T02:43:25Z" }, { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + }, + { + "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:09Z", + "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + }, + { + "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "status": "invalid", + "createdDateTime": "2020-08-06T23:22:05Z", + "lastUpdatedDateTime": "2020-08-06T23:22:06Z" + }, + { + "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:52Z", + "lastUpdatedDateTime": "2020-08-26T17:50:52Z" + }, + { + "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "createdDateTime": "2020-08-07T02:32:59Z", + "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + }, + { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + }, + { + "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:23Z", + "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + }, + { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "ready", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + }, + { + "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:29Z", + "lastUpdatedDateTime": "2020-08-26T17:53:41Z" }, { - "modelId": "e7383399-f1c9-4ea5-96ac-887657615be4", + "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + }, + { + "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:00Z", + "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + }, + { + "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:06Z", + "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + }, + { + "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:59Z", + "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + }, + { + "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:58Z", + "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + }, + { + "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:41Z", + "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + }, + { + "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-19T20:22:50Z", + "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + }, + { + "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:05Z", + "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + }, + { + "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "status": "ready", + "createdDateTime": "2020-08-07T02:39:06Z", + "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + }, + { + "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:40Z", + "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + }, + { + "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" }, { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-08-26T17:50:27Z", + "lastUpdatedDateTime": "2020-08-26T17:50:30Z" }, { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", "status": "ready", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-08-26T17:37:27Z", + "lastUpdatedDateTime": "2020-08-26T17:37:36Z" } ], - "nextLink": "" + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-776733bb78238448acd5814946357705-3a93c1f4488d9147-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "78797142e657492e74cde4f5830b6ca7", + "x-ms-client-request-id": "b4a65ff36d8d908e575ba94426de0d53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f4bc385-aaf9-40d1-ab55-9d4963ff3d39", + "apim-request-id": "78251d93-c372-4d90-8227-9686e2229981", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "5629" }, "ResponseBody": { - "summary": { - "count": 13, - "limit": 5000, - "lastUpdatedDateTime": "2020-08-20T18:09:03Z" - } + "modelList": [ + { + "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:22:06Z", + "lastUpdatedDateTime": "2020-09-09T22:22:07Z" + }, + { + "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:21Z", + "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + }, + { + "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T03:33:10Z", + "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + }, + { + "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "status": "ready", + "createdDateTime": "2020-08-07T02:41:59Z", + "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + }, + { + "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:49Z", + "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + }, + { + "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", + "status": "ready", + "createdDateTime": "2020-08-06T23:20:33Z", + "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + }, + { + "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:32Z", + "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + }, + { + "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:34Z", + "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + }, + { + "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-08T23:38:46Z", + "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + }, + { + "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "status": "ready", + "createdDateTime": "2020-08-26T17:35:39Z", + "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + }, + { + "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:43Z", + "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + }, + { + "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:55Z", + "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + }, + { + "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:45Z", + "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + }, + { + "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:12Z", + "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + }, + { + "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:25Z", + "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + }, + { + "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:31:45Z", + "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + }, + { + "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "status": "ready", + "createdDateTime": "2020-08-07T02:40:43Z", + "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + }, + { + "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:22Z", + "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + }, + { + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "status": "invalid", + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + }, + { + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + }, + { + "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "status": "ready", + "createdDateTime": "2020-08-06T23:16:31Z", + "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + }, + { + "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:34Z", + "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + }, + { + "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:01Z", + "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + }, + { + "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "status": "creating", + "createdDateTime": "2020-08-19T20:19:47Z", + "lastUpdatedDateTime": "2020-08-19T20:19:47Z" + }, + { + "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:26Z", + "lastUpdatedDateTime": "2020-08-11T23:26:27Z" + }, + { + "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:23Z", + "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + }, + { + "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:58Z", + "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + }, + { + "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "status": "ready", + "createdDateTime": "2020-08-11T23:25:43Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:30Z", + "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + }, + { + "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:44Z", + "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + }, + { + "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!212!MDAwMTEzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0OGE4NmEzLTRlY2QtNDUzYS05YTkzLWQwZWM0ZDQzMWE0Ni9jb3B5QXV0aG9yaXphdGlvbi5qc29uITAwMDAyOCE5OTk5LTEyLTMxVDIzOjU5OjU5Ljk5OTk5OTlaIQ--" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979", - "RequestMethod": "DELETE", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!212!MDAwMTEzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0OGE4NmEzLTRlY2QtNDUzYS05YTkzLWQwZWM0ZDQzMWE0Ni9jb3B5QXV0aG9yaXphdGlvbi5qc29uITAwMDAyOCE5OTk5LTEyLTMxVDIzOjU5OjU5Ljk5OTk5OTlaIQ--", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cfada7b381c80346afd820628b2782a9-6df1e931185cea4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8bf52381e60cb038894fb84dfb6bc38e", + "x-ms-client-request-id": "9f70f7b3d5b4bbb8924d0d9aa71703c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 204, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ed73e73-32ae-4399-a0d1-8244ed6424c2", - "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "apim-request-id": "3cb1b24a-89c8-43e8-a071-7cf5d907b808", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "431" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:03Z", + "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + }, + { + "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + }, + { + "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:11Z", + "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + }, + { + "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:17Z", + "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + }, + { + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + }, + { + "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:22Z", + "lastUpdatedDateTime": "2020-08-06T23:22:34Z" + }, + { + "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:37Z", + "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + }, + { + "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + }, + { + "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:32:40Z", + "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + }, + { + "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:12Z", + "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + }, + { + "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:32Z", + "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + }, + { + "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", + "status": "ready", + "createdDateTime": "2020-08-26T17:52:35Z", + "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + }, + { + "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:05Z", + "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + }, + { + "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "status": "creating", + "createdDateTime": "2020-08-17T23:02:26Z", + "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + }, + { + "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:39Z", + "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + }, + { + "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:27Z", + "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + }, + { + "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:39Z", + "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + }, + { + "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", + "status": "ready", + "createdDateTime": "2020-08-26T17:55:11Z", + "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + }, + { + "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:08Z", + "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + }, + { + "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:28Z", + "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + }, + { + "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:07Z", + "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + }, + { + "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + }, + { + "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:07Z", + "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + }, + { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "ready", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + }, + { + "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", + "status": "creating", + "createdDateTime": "2020-08-11T23:26:07Z", + "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + }, + { + "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:52:11Z", + "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + }, + { + "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:58Z", + "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + }, + { + "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:59Z", + "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + }, + { + "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:22Z", + "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + }, + { + "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "status": "ready", + "createdDateTime": "2020-08-26T17:56:05Z", + "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + }, + { + "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:24Z", + "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2MzNDVkNTM3LWRiOGEtNDJlOS04ZWQxLWExZmYzZmFjNjJiMC9jMzQ1ZDUzNy1kYjhhLTQyZTktOGVkMS1hMWZmM2ZhYzYyYjAuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2MzNDVkNTM3LWRiOGEtNDJlOS04ZWQxLWExZmYzZmFjNjJiMC9jMzQ1ZDUzNy1kYjhhLTQyZTktOGVkMS1hMWZmM2ZhYzYyYjAuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8a31ef5efa29a1c18f93c106156658ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1d0293c0-2e35-4c75-88a3-650eee1397ed", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "348" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:24Z", + "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + }, + { + "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:35Z", + "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + }, + { + "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "status": "invalid", + "createdDateTime": "2020-08-07T02:36:41Z", + "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + }, + { + "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:59Z", + "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + }, + { + "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:51Z", + "lastUpdatedDateTime": "2020-08-26T17:52:51Z" + }, + { + "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:05Z", + "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + }, + { + "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:28Z", + "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + }, + { + "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "status": "ready", + "createdDateTime": "2020-08-07T02:42:09Z", + "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + }, + { + "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:33Z", + "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + }, + { + "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:14Z", + "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + }, + { + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + }, + { + "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:53Z", + "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + }, + { + "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:41Z", + "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + }, + { + "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:04Z", + "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + }, + { + "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "status": "ready", + "createdDateTime": "2020-08-06T23:42:46Z", + "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + }, + { + "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:32Z", + "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + }, + { + "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:17Z", + "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + }, + { + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "status": "ready", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + }, + { + "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "status": "invalid", + "createdDateTime": "2020-08-07T02:38:17Z", + "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + }, + { + "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "status": "ready", + "createdDateTime": "2020-08-26T17:50:38Z", + "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + }, + { + "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "status": "ready", + "createdDateTime": "2020-08-06T23:17:00Z", + "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + }, + { + "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "status": "ready", + "createdDateTime": "2020-08-07T02:03:56Z", + "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + }, + { + "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:32Z", + "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + }, + { + "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "status": "ready", + "createdDateTime": "2020-08-06T23:37:58Z", + "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + }, + { + "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:33:04Z", + "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + }, + { + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "status": "ready", + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + }, + { + "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:18Z", + "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + }, + { + "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:55Z", + "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + }, + { + "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:35Z", + "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + }, + { + "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:15Z", + "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + }, + { + "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d8a0157404111df2a7eb213f60f3e83f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5c401079-1d89-4a27-a59c-9095161aebcd", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "67" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + }, + { + "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:57Z", + "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + }, + { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + } + ], + "nextLink": "" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e8eeb30dd894f84b90e58fc8ce36305e-efb9efcad90cc646-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "36e5e35882acb82a35cf102014b1a52b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "77580078-93a8-441f-8372-bb5e06b28e87", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "177" + }, + "ResponseBody": { + "summary": { + "count": 137, + "limit": 5000, + "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-186f65a00cfb914bb21cbe336a0de2c2-6be64ac841296b43-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "922523f52a7759b5fd13e33dd881419b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "40bf4006-d55f-4ece-a8fe-6a8431aa623b", + "Content-Length": "0", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8f3339ba-78cd-401d-99fd-69f6c8de2979?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-075813ca2b814945ab8fed6d4cb82767-e5f730e88e71ca41-00", + "traceparent": "00-d3472365e0034e4586690055e7b545e1-71338de2e7e3354e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "90c27ccae9c95348c75d2ad443a7eb7e", + "x-ms-client-request-id": "32ad81ab2180f13debe7a341f4d209f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "f61b65c7-3fdd-4a89-84af-b602e8185969", + "apim-request-id": "04749453-1424-49e6-9365-c2047575a554", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:09:03 GMT", + "Date": "Wed, 09 Sep 2020 22:22:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=8f3339ba-78cd-401d-99fd-69f6c8de2979\u0027 not found." + "message": "Model with \u0027id=48d09b9c-b65c-491e-8913-2c0636ad7a0d\u0027 not found." } } } @@ -521,7 +1499,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "308202007" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1936916989" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json index 60ba7213620dd..389e024a8a6c3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-777412a92a224642a046884eed711cb1-c50a37974f9a4f41-00", + "traceparent": "00-ad22bc96cbef1f4fad79955dab5cb277-a331bd1afb0ea042-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "72469cd937b0d19f714a956b93c25256", + "x-ms-client-request-id": "8ca29afae52b4e5f632524e004d6597c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,112 +22,115 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bb8ae882-9ae5-46e0-ad8f-c06cd8253c9d", + "apim-request-id": "f3700a3b-dcf3-418d-97cc-dd11a4779683", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:29 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "Date": "Wed, 09 Sep 2020 22:24:48 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "307" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "dbcf68566fcc8fa8203e4f0a38650365", + "x-ms-client-request-id": "000b9ab2fb68b1ff72f7844801daa02a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f2c984b8-39c1-4c1e-b138-5f10ffc8d84a", + "apim-request-id": "ffae612b-f287-4d45-9066-d3ec10349786", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:29 GMT", + "Date": "Wed, 09 Sep 2020 22:24:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", "status": "creating", - "createdDateTime": "2020-08-20T18:10:30Z", - "lastUpdatedDateTime": "2020-08-20T18:10:30Z" + "createdDateTime": "2020-09-09T22:24:49Z", + "lastUpdatedDateTime": "2020-09-09T22:24:49Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "45d1fe5c8640961f88ce9957b74208b7", + "x-ms-client-request-id": "de97308b99350fe31089dbb411a7730b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce6c2a2d-c350-46c6-8c04-9643c28c9d33", + "apim-request-id": "bf503f95-0097-401f-bff4-5825f13cd300", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:31 GMT", + "Date": "Wed, 09 Sep 2020 22:24:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", "status": "creating", - "createdDateTime": "2020-08-20T18:10:30Z", - "lastUpdatedDateTime": "2020-08-20T18:10:30Z" + "createdDateTime": "2020-09-09T22:24:49Z", + "lastUpdatedDateTime": "2020-09-09T22:24:49Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ec821c4c375e6953f3b75271e795990c", + "x-ms-client-request-id": "8f641c49fc59fe2f9bf1193361174c88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a47486ca-5bf6-47e3-9d5d-e848732900b8", + "apim-request-id": "0267c8ce-3bff-444d-9528-0b114842ff6a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:32 GMT", + "Date": "Wed, 09 Sep 2020 22:24:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:30Z", - "lastUpdatedDateTime": "2020-08-20T18:10:31Z" + "createdDateTime": "2020-09-09T22:24:49Z", + "lastUpdatedDateTime": "2020-09-09T22:24:51Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -225,36 +228,39 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3fd5943d28e72346abb1b3575bbdfbba-f871837b7a1c0c40-00", + "traceparent": "00-f1fcbb22e7ccf14691ae49b5c3d007fa-ee034c8f39cf224b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "940e2f460cf1cf15483853fdd551d7de", + "x-ms-client-request-id": "d355f9847a3e1947b6fbefdf204a9fcb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcd11f2d-74e7-41dd-b42a-16b3c9a28253", + "apim-request-id": "8d24c2cb-5b5b-4f33-956a-bfb781a78d8d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:32 GMT", + "Date": "Wed, 09 Sep 2020 22:24:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:10:30Z", - "lastUpdatedDateTime": "2020-08-20T18:10:31Z" + "createdDateTime": "2020-09-09T22:24:49Z", + "lastUpdatedDateTime": "2020-09-09T22:24:51Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -352,273 +358,1209 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=full", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e5ff788410768fd00199434480b0aef9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "83e8d0db-8e66-40fe-8b6e-2332c49bcec3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "282" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "00865e07-158d-471e-9426-01be75f859e0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:48Z", + "lastUpdatedDateTime": "2020-08-26T17:33:00Z" + }, + { + "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "status": "ready", + "createdDateTime": "2020-09-09T22:20:27Z", + "lastUpdatedDateTime": "2020-09-09T22:20:40Z" + }, + { + "modelId": "028fea9c-452b-424b-b013-131263f59718", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:23:10Z", + "lastUpdatedDateTime": "2020-09-09T22:23:12Z" + }, + { + "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "status": "ready", + "createdDateTime": "2020-09-09T22:20:52Z", + "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + }, + { + "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + }, + { + "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:36Z", + "lastUpdatedDateTime": "2020-08-26T17:34:39Z" + }, + { + "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + }, + { + "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:03Z", + "lastUpdatedDateTime": "2020-08-26T17:34:13Z" + }, + { + "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", + "status": "invalid", + "createdDateTime": "2020-09-09T22:20:49Z", + "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + }, + { + "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "status": "ready", + "createdDateTime": "2020-08-06T23:26:10Z", + "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + }, + { + "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:22Z", + "lastUpdatedDateTime": "2020-08-26T17:34:22Z" + }, + { + "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", + "status": "ready", + "createdDateTime": "2020-08-07T02:43:17Z", + "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + }, + { + "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:44Z", + "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + }, + { + "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:09Z", + "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + }, + { + "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "status": "invalid", + "createdDateTime": "2020-08-06T23:22:05Z", + "lastUpdatedDateTime": "2020-08-06T23:22:06Z" + }, + { + "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "status": "creating", + "createdDateTime": "2020-08-26T17:50:52Z", + "lastUpdatedDateTime": "2020-08-26T17:50:52Z" + }, + { + "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:59Z", + "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + }, + { + "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:06Z", + "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + }, + { + "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:23Z", + "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + }, + { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "ready", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + }, + { + "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:29Z", + "lastUpdatedDateTime": "2020-08-26T17:53:41Z" + }, + { + "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + }, + { + "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:43Z", + "lastUpdatedDateTime": "2020-09-09T22:23:43Z" + }, + { + "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:00Z", + "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + }, + { + "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "status": "invalid", + "createdDateTime": "2020-08-26T17:53:06Z", + "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + }, + { + "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "status": "ready", + "createdDateTime": "2020-09-09T22:23:53Z", + "lastUpdatedDateTime": "2020-09-09T22:24:03Z" + }, + { + "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:59Z", + "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + }, + { + "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", + "status": "invalid", + "createdDateTime": "2020-08-06T23:21:58Z", + "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + }, + { + "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:41Z", + "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + }, + { + "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-19T20:22:50Z", + "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + }, + { + "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:05Z", + "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + }, + { + "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "status": "ready", + "createdDateTime": "2020-08-07T02:39:06Z", + "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + }, + { + "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:40Z", + "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + }, + { + "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmZWEyMzBiLTRhYzctNDgzNS1iN2YzLWY4NzRjNWZiNWIwZi8zZmVhMjMwYi00YWM3LTQ4MzUtYjdmMy1mODc0YzVmYjViMGYuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmZWEyMzBiLTRhYzctNDgzNS1iN2YzLWY4NzRjNWZiNWIwZi8zZmVhMjMwYi00YWM3LTQ4MzUtYjdmMy1mODc0YzVmYjViMGYuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "172f533c9f51cfccd44bd95e0c50de50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0af803f9-2aeb-42ef-9f4c-b37eb2f55086", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "356" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "status": "ready", + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:50:27Z", + "lastUpdatedDateTime": "2020-08-26T17:50:30Z" + }, + { + "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", + "status": "ready", + "createdDateTime": "2020-08-26T17:37:27Z", + "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + }, + { + "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:21Z", + "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + }, + { + "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T03:33:10Z", + "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + }, + { + "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "status": "ready", + "createdDateTime": "2020-08-07T02:41:59Z", + "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + }, + { + "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:49Z", + "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + }, + { + "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", + "status": "ready", + "createdDateTime": "2020-08-06T23:20:33Z", + "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + }, + { + "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "status": "ready", + "createdDateTime": "2020-09-09T22:23:21Z", + "lastUpdatedDateTime": "2020-09-09T22:23:35Z" + }, + { + "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:32Z", + "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + }, + { + "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:51:34Z", + "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + }, + { + "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-08T23:38:46Z", + "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + }, + { + "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "status": "ready", + "createdDateTime": "2020-08-26T17:35:39Z", + "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + }, + { + "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:24:04Z", + "lastUpdatedDateTime": "2020-09-09T22:24:07Z" + }, + { + "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:43Z", + "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + }, + { + "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:55Z", + "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + }, + { + "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:45Z", + "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + }, + { + "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "status": "ready", + "createdDateTime": "2020-09-09T22:24:08Z", + "lastUpdatedDateTime": "2020-09-09T22:24:22Z" + }, + { + "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:12Z", + "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + }, + { + "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + }, + { + "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "status": "ready", + "createdDateTime": "2020-08-07T02:38:25Z", + "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + }, + { + "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:31:45Z", + "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + }, + { + "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "status": "ready", + "createdDateTime": "2020-08-07T02:40:43Z", + "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + }, + { + "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:22Z", + "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + }, + { + "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", + "status": "invalid", + "createdDateTime": "2020-09-09T22:23:51Z", + "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + }, + { + "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "status": "invalid", + "createdDateTime": "2020-09-09T22:20:50Z", + "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + }, + { + "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:20Z", + "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + }, + { + "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "status": "ready", + "createdDateTime": "2020-08-06T23:16:31Z", + "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + }, + { + "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", + "status": "invalid", + "createdDateTime": "2020-08-26T17:34:34Z", + "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + }, + { + "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:01Z", + "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdlZGFkOGRiLTE4ZjItNDFhZi05YmZjLWIxODAxZWVhM2ZlYS83ZWRhZDhkYi0xOGYyLTQxYWYtOWJmYy1iMTgwMWVlYTNmZWEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdlZGFkOGRiLTE4ZjItNDFhZi05YmZjLWIxODAxZWVhM2ZlYS83ZWRhZDhkYi0xOGYyLTQxYWYtOWJmYy1iMTgwMWVlYTNmZWEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1cbd983617e32407ab67518933aeaff3", + "x-ms-client-request-id": "e8ae4d516718741228c6d2a536039905", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4baea8d0-ede0-45ac-a146-0d5145443a70", + "apim-request-id": "4f7a212c-c2a5-4b44-ad6d-686086849959", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:32 GMT", + "Date": "Wed, 09 Sep 2020 22:24:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "649" + "x-envoy-upstream-service-time": "365" }, "ResponseBody": { "modelList": [ { - "modelId": "21ac9637-b032-4e51-a149-6f3967d06b11", + "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "status": "creating", + "createdDateTime": "2020-08-19T20:19:47Z", + "lastUpdatedDateTime": "2020-08-19T20:19:47Z" + }, + { + "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:26Z", + "lastUpdatedDateTime": "2020-08-11T23:26:27Z" + }, + { + "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", + "status": "invalid", + "createdDateTime": "2020-08-11T23:26:23Z", + "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + }, + { + "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:58Z", + "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + }, + { + "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "status": "ready", + "createdDateTime": "2020-08-11T23:25:43Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "status": "ready", + "createdDateTime": "2020-08-26T17:36:30Z", + "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + }, + { + "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", "status": "ready", - "createdDateTime": "2020-08-20T18:08:33Z", - "lastUpdatedDateTime": "2020-08-20T18:08:36Z" + "createdDateTime": "2020-08-06T23:22:44Z", + "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + }, + { + "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "status": "creating", + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" }, { - "modelId": "3797ab72-5c4f-4594-a915-1716b31ef04f", + "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", "status": "ready", - "createdDateTime": "2020-08-20T18:08:40Z", - "lastUpdatedDateTime": "2020-08-20T18:08:48Z" + "createdDateTime": "2020-08-26T17:32:03Z", + "lastUpdatedDateTime": "2020-08-26T17:32:13Z" }, { - "modelId": "3ca08679-02e0-4930-bc8c-f79f1537501e", + "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", "status": "ready", - "createdDateTime": "2020-08-20T18:10:03Z", - "lastUpdatedDateTime": "2020-08-20T18:10:06Z" + "createdDateTime": "2020-08-06T23:15:17Z", + "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + }, + { + "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", + "status": "creating", + "createdDateTime": "2020-08-26T17:34:14Z", + "lastUpdatedDateTime": "2020-08-26T17:34:14Z" }, { - "modelId": "4673e294-299b-41af-bd4f-603559cd77ed", + "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", "status": "ready", - "createdDateTime": "2020-08-20T18:10:10Z", - "lastUpdatedDateTime": "2020-08-20T18:10:17Z" + "createdDateTime": "2020-08-26T17:54:11Z", + "lastUpdatedDateTime": "2020-08-26T17:54:22Z" }, { - "modelId": "500fe1e5-0678-41fb-906b-fc8499e86551", + "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-08-07T02:32:17Z", + "lastUpdatedDateTime": "2020-08-07T02:32:17Z" }, { - "modelId": "5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:19:56Z", + "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + }, + { + "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", "status": "ready", - "createdDateTime": "2020-08-20T18:10:30Z", - "lastUpdatedDateTime": "2020-08-20T18:10:31Z" + "createdDateTime": "2020-08-06T23:22:22Z", + "lastUpdatedDateTime": "2020-08-06T23:22:34Z" }, { - "modelId": "60a2137d-a71d-41c6-9a9a-e6c2caabb907", + "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", + "status": "creating", + "createdDateTime": "2020-08-06T23:21:04Z", + "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + }, + { + "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", "status": "ready", - "createdDateTime": "2020-08-20T18:07:55Z", - "lastUpdatedDateTime": "2020-08-20T18:08:03Z" + "createdDateTime": "2020-08-07T02:38:37Z", + "lastUpdatedDateTime": "2020-08-07T02:38:40Z" }, { - "modelId": "7292cdd2-de43-48c8-beea-decc5708b589", + "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", "status": "creating", - "createdDateTime": "2020-08-20T18:08:05Z", - "lastUpdatedDateTime": "2020-08-20T18:08:05Z" + "createdDateTime": "2020-08-26T17:50:49Z", + "lastUpdatedDateTime": "2020-08-26T17:50:49Z" }, { - "modelId": "891ef166-7dbc-4319-83c9-9394b66f7131", + "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:32:40Z", + "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + }, + { + "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:12Z", + "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + }, + { + "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:01Z", - "lastUpdatedDateTime": "2020-08-20T18:10:02Z" + "createdDateTime": "2020-08-26T17:34:32Z", + "lastUpdatedDateTime": "2020-08-26T17:34:33Z" }, { - "modelId": "9074f072-3a79-4eb6-b77f-7e7e8810b2d1", + "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", "status": "ready", - "createdDateTime": "2020-08-20T18:10:19Z", - "lastUpdatedDateTime": "2020-08-20T18:10:29Z" + "createdDateTime": "2020-08-26T17:52:35Z", + "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + }, + { + "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:05Z", + "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + }, + { + "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "status": "creating", + "createdDateTime": "2020-08-17T23:02:26Z", + "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + }, + { + "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "status": "creating", + "createdDateTime": "2020-08-07T02:32:39Z", + "lastUpdatedDateTime": "2020-08-07T02:32:39Z" }, { - "modelId": "9b53c501-de48-4379-9a3a-c28b33b9fee5", + "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:27Z", + "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + }, + { + "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", + "status": "creating", + "createdDateTime": "2020-09-09T22:23:36Z", + "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + }, + { + "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:32Z", - "lastUpdatedDateTime": "2020-08-20T18:08:32Z" + "createdDateTime": "2020-08-06T23:21:39Z", + "lastUpdatedDateTime": "2020-08-06T23:21:53Z" }, { - "modelId": "9c703ad2-0e65-4166-a193-536b74e2ad44", + "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", "status": "ready", - "createdDateTime": "2020-08-20T18:08:49Z", - "lastUpdatedDateTime": "2020-08-20T18:08:50Z" + "createdDateTime": "2020-08-26T17:55:11Z", + "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + }, + { + "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "status": "creating", + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" }, { - "modelId": "a90447d0-64fc-4b0a-bd35-d4e7dc76fe37", + "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", "status": "ready", - "createdDateTime": "2020-08-20T18:07:46Z", - "lastUpdatedDateTime": "2020-08-20T18:07:48Z" + "createdDateTime": "2020-08-26T17:53:08Z", + "lastUpdatedDateTime": "2020-08-26T17:53:14Z" }, { - "modelId": "b42f85a2-d01e-45f1-b32e-f1db1bb6d77f", + "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:09:30Z", - "lastUpdatedDateTime": "2020-08-20T18:09:38Z" + "createdDateTime": "2020-08-26T17:53:28Z", + "lastUpdatedDateTime": "2020-08-26T17:53:29Z" }, { - "modelId": "c5aa6251-daea-45c8-b435-f8a0ad336536", + "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", "status": "ready", - "createdDateTime": "2020-08-20T18:10:17Z", - "lastUpdatedDateTime": "2020-08-20T18:10:18Z" + "createdDateTime": "2020-08-07T02:33:07Z", + "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + }, + { + "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "status": "creating", + "createdDateTime": "2020-09-09T22:20:41Z", + "lastUpdatedDateTime": "2020-09-09T22:20:41Z" }, { - "modelId": "cabb27d7-0845-4839-9b92-45285bfd923f", + "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:07Z", + "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IzMzJkM2E5LTc2N2UtNGI5Mi1iMjk4LTAzYTdiYTJjNjRjYi9iMzMyZDNhOS03NjdlLTRiOTItYjI5OC0wM2E3YmEyYzY0Y2IuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IzMzJkM2E5LTc2N2UtNGI5Mi1iMjk4LTAzYTdiYTJjNjRjYi9iMzMyZDNhOS03NjdlLTRiOTItYjI5OC0wM2E3YmEyYzY0Y2IuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "cda2f64d871be57aab30102a367283b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56fa0ba8-51dc-4167-a5b1-64df73806e1d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "367" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "ready", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + }, + { + "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", + "status": "creating", + "createdDateTime": "2020-08-11T23:26:07Z", + "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + }, + { + "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:52:11Z", + "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + }, + { + "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "status": "ready", + "createdDateTime": "2020-08-07T02:31:58Z", + "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + }, + { + "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "status": "ready", + "createdDateTime": "2020-08-07T02:34:59Z", + "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + }, + { + "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:13Z", + "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + }, + { + "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", + "status": "creating", + "createdDateTime": "2020-08-07T02:35:22Z", + "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + }, + { + "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "status": "ready", + "createdDateTime": "2020-08-26T17:56:05Z", + "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + }, + { + "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "status": "ready", + "createdDateTime": "2020-08-07T02:33:24Z", + "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + }, + { + "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "status": "ready", + "createdDateTime": "2020-08-06T23:22:35Z", + "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + }, + { + "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", "status": "invalid", - "createdDateTime": "2020-08-20T18:08:31Z", - "lastUpdatedDateTime": "2020-08-20T18:08:31Z" + "createdDateTime": "2020-09-09T22:23:52Z", + "lastUpdatedDateTime": "2020-09-09T22:23:52Z" }, { - "modelId": "d18179fb-f070-4d39-8d48-8933daef5817", + "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "status": "invalid", + "createdDateTime": "2020-08-07T02:36:41Z", + "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + }, + { + "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "status": "ready", + "createdDateTime": "2020-08-26T17:54:59Z", + "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + }, + { + "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", "status": "creating", - "createdDateTime": "2020-08-20T18:09:40Z", - "lastUpdatedDateTime": "2020-08-20T18:09:40Z" + "createdDateTime": "2020-08-26T17:52:51Z", + "lastUpdatedDateTime": "2020-08-26T17:52:51Z" }, { - "modelId": "d854434d-6b5e-4e47-97c3-c2f35286a8ef", + "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", "status": "invalid", - "createdDateTime": "2020-08-20T18:10:00Z", - "lastUpdatedDateTime": "2020-08-20T18:10:01Z" + "createdDateTime": "2020-08-26T17:53:05Z", + "lastUpdatedDateTime": "2020-08-26T17:53:06Z" }, { - "modelId": "df1a570f-8c66-4229-a5cd-a418d81fd735", + "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "status": "ready", + "createdDateTime": "2020-09-09T22:24:26Z", + "lastUpdatedDateTime": "2020-09-09T22:24:47Z" + }, + { + "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "status": "ready", + "createdDateTime": "2020-08-11T23:26:28Z", + "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + }, + { + "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "status": "ready", + "createdDateTime": "2020-08-07T02:42:09Z", + "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + }, + { + "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:33Z", + "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + }, + { + "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:24:49Z", + "lastUpdatedDateTime": "2020-09-09T22:24:51Z" + }, + { + "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:09:12Z", - "lastUpdatedDateTime": "2020-08-20T18:09:14Z" + "createdDateTime": "2020-08-26T17:51:14Z", + "lastUpdatedDateTime": "2020-08-26T17:51:17Z" }, { - "modelId": "e640f142-3b26-4207-8a66-3e769f899baa", + "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-09-09T22:21:03Z", + "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + }, + { + "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "status": "invalid", + "createdDateTime": "2020-08-07T02:32:53Z", + "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + }, + { + "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "status": "creating", + "createdDateTime": "2020-08-26T17:32:14Z", + "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + }, + { + "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:33:41Z", + "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + }, + { + "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", + "status": "invalid", + "createdDateTime": "2020-08-26T17:51:04Z", + "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + }, + { + "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "status": "ready", + "createdDateTime": "2020-08-06T23:42:46Z", + "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + }, + { + "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", + "status": "invalid", + "createdDateTime": "2020-08-26T17:32:32Z", + "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + }, + { + "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", "status": "creating", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:39Z" + "createdDateTime": "2020-08-26T17:32:17Z", + "lastUpdatedDateTime": "2020-08-26T17:32:17Z" }, { - "modelId": "e7383399-f1c9-4ea5-96ac-887657615be4", + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "status": "ready", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + }, + { + "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "status": "invalid", + "createdDateTime": "2020-08-07T02:38:17Z", + "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + }, + { + "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", "status": "creating", - "createdDateTime": "2020-08-20T18:08:04Z", - "lastUpdatedDateTime": "2020-08-20T18:08:04Z" + "createdDateTime": "2020-08-26T17:52:47Z", + "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + }, + { + "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "status": "ready", + "createdDateTime": "2020-08-26T17:50:38Z", + "lastUpdatedDateTime": "2020-08-26T17:50:48Z" }, { - "modelId": "eea990b9-c015-4faa-acc7-47fa63e70403", + "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "status": "ready", + "createdDateTime": "2020-08-06T23:17:00Z", + "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + } + ], + "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "32f2f3bac601d5e140bbef8bcd2798d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "67fd452d-6e74-4d93-b188-16932985dbc3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:24:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "175" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "status": "ready", + "createdDateTime": "2020-08-07T02:03:56Z", + "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + }, + { + "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-20T18:08:50Z", - "lastUpdatedDateTime": "2020-08-20T18:09:01Z" + "createdDateTime": "2020-09-09T22:24:23Z", + "lastUpdatedDateTime": "2020-09-09T22:24:25Z" }, { - "modelId": "ef590cf1-d2c4-4475-92cc-7bcbd8203a6d", + "modelId": "eff726db-d669-457a-b2a4-f003290d914c", "status": "ready", - "createdDateTime": "2020-08-20T18:10:07Z", - "lastUpdatedDateTime": "2020-08-20T18:10:09Z" + "createdDateTime": "2020-08-11T23:26:32Z", + "lastUpdatedDateTime": "2020-08-11T23:26:45Z" }, { - "modelId": "f1a371a4-8ea8-4123-b85d-8659cbb4dd5f", + "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", "status": "ready", - "createdDateTime": "2020-08-20T18:08:38Z", - "lastUpdatedDateTime": "2020-08-20T18:08:40Z" + "createdDateTime": "2020-08-06T23:37:58Z", + "lastUpdatedDateTime": "2020-08-06T23:38:08Z" }, { - "modelId": "fa8bdc07-3553-4745-95ee-51518ba1fb22", + "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "status": "ready", + "createdDateTime": "2020-08-26T17:33:04Z", + "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + }, + { + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "status": "ready", + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + }, + { + "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "status": "ready", + "createdDateTime": "2020-08-26T17:53:18Z", + "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + }, + { + "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:34:55Z", + "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + }, + { + "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "status": "ready", + "createdDateTime": "2020-08-26T17:32:35Z", + "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + }, + { + "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-26T17:53:15Z", + "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + }, + { + "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", "status": "creating", - "createdDateTime": "2020-08-20T18:09:39Z", - "lastUpdatedDateTime": "2020-08-20T18:09:39Z" + "createdDateTime": "2020-08-11T23:25:53Z", + "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + }, + { + "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "status": "ready", + "createdDateTime": "2020-08-26T17:51:36Z", + "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + }, + { + "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "status": "ready", + "createdDateTime": "2020-08-26T17:34:57Z", + "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + }, + { + "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "status": "ready", + "createdDateTime": "2020-09-09T22:21:23Z", + "lastUpdatedDateTime": "2020-09-09T22:22:04Z" } ], "nextLink": "" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models?op=summary", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4c7ce521b1de5641b063d3cfcca8b45d-21ec5c178ecb1b41-00", + "traceparent": "00-302c42432bb6b64087eb984e562fac49-7abeb8fa66d30f49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "88108d3573333fc507b2a425e45594a2", + "x-ms-client-request-id": "1511d3b211adc934d3c93ce856e73db6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3112a76-8070-4b2b-9d26-6868470a724b", + "apim-request-id": "d23bad9d-7b28-4526-a9df-5135c25a136a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:32 GMT", + "Date": "Wed, 09 Sep 2020 22:24:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "175" }, "ResponseBody": { "summary": { - "count": 25, + "count": 149, "limit": 5000, - "lastUpdatedDateTime": "2020-08-20T18:10:33Z" + "lastUpdatedDateTime": "2020-09-09T22:24:53Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5247aa8ba7e21646aa8ed445dff16082-540448d1694fa042-00", + "traceparent": "00-f34395e14fb19243a1c15e1f19775b0f-50a5c39b77db634a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4e3b74e07cd72f2828eae989bb8c9c9a", + "x-ms-client-request-id": "43eb21426610860415cd8c6098ee1784", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "614552e0-71a3-45af-a507-ad7468dc47ed", + "apim-request-id": "7cdbb0f6-bfcf-4396-a77a-33848f983965", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:32 GMT", + "Date": "Wed, 09 Sep 2020 22:24:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5268b94e-5851-4fc1-a2bd-9816405d8b3b?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4d20523293bbb34088d3a80aeb1afe88-415146b1fb6b2c47-00", + "traceparent": "00-1dfed10d26c9034d8952b56bc2c1be51-57f31997f01b6c4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "48c760894f41c2aad27d153173e24055", + "x-ms-client-request-id": "62783f976d61a903be285e3789f87e58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "fb927514-de61-4c20-a6f9-a5e69832393c", + "apim-request-id": "c8dea1bb-2efb-43a9-ab49-f5f9b10d29d9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:33 GMT", + "Date": "Wed, 09 Sep 2020 22:24:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=5268b94e-5851-4fc1-a2bd-9816405d8b3b\u0027 not found." + "message": "Model with \u0027id=d105b6ec-2f04-43eb-bc3d-fa3a2a687166\u0027 not found." } } } @@ -626,7 +1568,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "875206542" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1785494243" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json index 296fa60cd1b89..e4b745c446eca 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-58382403f490a14ca7fddd87f75eea0b-a38a1306ea22ad45-00", + "traceparent": "00-9c0526fa70f23b4ba6371f9cc9529763-486f5d1847200a4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6187260e20f410d7668124e4d3c71ff6", + "x-ms-client-request-id": "4723e7c57cc1c3a2b79fbacead1f689b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,277 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b4563922-e6de-443e-8d35-e3bb4882f37d", + "apim-request-id": "7d5e3954-2940-4426-b759-fc8618e9adbd", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:10:53 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "Date": "Wed, 09 Sep 2020 22:15:54 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2d7375f8a4cf7e83bd2152ad2bd5a48b", + "x-ms-client-request-id": "161062748ad976a60a5e94063cac13d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9a4679a-3be3-4664-a93a-b0c2ce9611f8", + "apim-request-id": "d303c723-e683-48f9-8ec8-9237cb6fd612", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:53 GMT", + "Date": "Wed, 09 Sep 2020 22:15:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "018b45d514f1a87bd8f9fa8d15c97b5e", + "x-ms-client-request-id": "d1e38652753bef9af487342d9a03596d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce0aeed9-40ea-4a3e-8359-ab380fc4f446", + "apim-request-id": "14fd7903-fed2-4ced-906a-227ba0f04da2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:54 GMT", + "Date": "Wed, 09 Sep 2020 22:15:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0ba4cb7666496927a208a3d2cd29e590", + "x-ms-client-request-id": "d3798fbf36c63b9d41ad3c62e89c860b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3423e34b-e09b-408d-98b9-6cd3675a332f", + "apim-request-id": "5aa79325-ed9e-4b8b-9a42-391e2ad878c5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:55 GMT", + "Date": "Wed, 09 Sep 2020 22:15:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8e0f98dd1e3ce404faca54d6a9f669f4", + "x-ms-client-request-id": "277ce38c973bff60c82121525578db07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5e80254a-b297-4568-90a5-d9e23bfea366", + "apim-request-id": "1baa9b91-32c9-430a-8be3-e2cc522a2a39", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:56 GMT", + "Date": "Wed, 09 Sep 2020 22:15:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5f37f3a699306e421d215ee970a8dbae", + "x-ms-client-request-id": "ac4627043f331b0fe8a88f8e39370757", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f8e64d0-32fe-4f3b-90d2-0cd57ebfbb12", + "apim-request-id": "2c56da07-d260-4d41-8a42-21902c9e38d4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:57 GMT", + "Date": "Wed, 09 Sep 2020 22:15:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7cb06a13ecb95721c7c0107f1150c0ac", + "x-ms-client-request-id": "b7a02900328728312f7a0ba5144be6c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4c267820-9e1d-469d-a6c9-c1fb2cd65359", + "apim-request-id": "0ca93fa5-6a7d-4bb8-bcc4-6641eb34ac66", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:58 GMT", + "Date": "Wed, 09 Sep 2020 22:16:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "5083" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d92baf9f86f2436056a0701bbf1b7351", + "x-ms-client-request-id": "c05d35d2d9564cd8d3603e9307d2c691", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa978513-2ad5-4a16-96e0-38ca2bf17f8b", + "apim-request-id": "927f3a21-f9fc-4326-bacf-9172b7894386", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:10:59 GMT", + "Date": "Wed, 09 Sep 2020 22:16:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", - "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "3fc2a5efec45b93bd1df977088c35ccc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "53197c69-611f-4d0d-80c3-4394be2aaf44", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "creating", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:10:53Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:15:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c049b261017c8dbc096c26187c0698ac", + "x-ms-client-request-id": "2b51ca1923d8d27ff61d7db8346a079c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79462420-4602-444d-88db-4c42617f53a9", + "apim-request-id": "2a45b4dd-41ea-4e9b-8865-f26d7bae80b4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:02 GMT", + "Date": "Wed, 09 Sep 2020 22:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { "modelInfo": { - "modelId": "d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "status": "ready", - "createdDateTime": "2020-08-20T18:10:53Z", - "lastUpdatedDateTime": "2020-08-20T18:11:01Z" + "createdDateTime": "2020-09-09T22:15:54Z", + "lastUpdatedDateTime": "2020-09-09T22:16:06Z" }, "keys": { "clusters": { @@ -337,6 +304,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,421 +362,91 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6c8fbf4c808eb36674720813eeefbb93", + "x-ms-client-request-id": "03bbc7c246d927015153e326f39d215d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6d21727a-dc71-4885-bce6-ef7bb085b5ae", + "apim-request-id": "526436cf-3803-44fe-a8eb-76387b1ea237", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:02 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bf3fc0f8-8882-4b84-92ae-ccca05cd7802", + "Date": "Wed, 09 Sep 2020 22:16:07 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f3dac91f-a8d6-4865-a2d0-5543ab517859", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802", + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033462 + "expirationDateTimeTicks": 1599776167 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "378", + "Content-Length": "348", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0dbaa443b3d1eed4e93535d8c5223dcb", + "x-ms-client-request-id": "4a8b79b3bafaaef0b58bca385c1f1869", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westus2", "copyAuthorization": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802", + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033462 + "expirationDateTimeTicks": 1599776167 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "edf5e3f6-7b05-435e-b2ea-c7ca86dd4f8b", + "apim-request-id": "6c985cb3-fae7-4b4a-bd9f-ccff9e266669", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:02 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyresults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "Date": "Wed, 09 Sep 2020 22:16:07 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyresults/4757737c-7bca-49eb-ae88-bf59321a5b31", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c923ea47f033e03e4b964c0af9a89e1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02def195-9ee8-4ffb-937d-c45f1abaa398", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "d7d493b18a4b99daeaa182594b8ded51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "004c4889-b4ea-4f31-a4ba-de9efc526e38", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "03cc3c34f2cc535f65dac13b66caf540", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1e3fde1f-c770-427c-8225-3cfffb7c63f7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "32271b96654ebc7f1089de926de595be", + "x-ms-client-request-id": "3fd1a159c216d3b7c82ad9844059de58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ddc5200b-3efe-4f3d-b162-e305cb716dab", + "apim-request-id": "643eebc1-f66d-4155-810f-9965caa10f7a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "bcd6faa99bdcbe4d33817271c99f3320", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e332aa8a-e146-41d2-b1aa-d12b5d245447", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2fc242acba66ce03bc0ff34213cde580", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1383ba5e-03a4-4da4-a9cb-bee0480ab642", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "6b91034438f3fb63cd68ffcdf30df370", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6f1d1176-5d6c-43f5-9fbd-307dcff8cef4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2be6be566522ee57f708ffcca70bab65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "867e5eca-c381-47dd-8d15-e5833b2b7d3b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "c52cf29bc70d732cdec762fdba35daaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ba4915a6-f096-41d0-8064-c7015a6def8c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "54eb831cbae7df5daba274eb389653c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "67d64a79-7e47-404c-8a48-fc1021e568b5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "01319abd2de08f6292724c5b035a34c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6c7d95a1-49d1-4bb3-9198-44baca597514", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:12 GMT", + "Date": "Wed, 09 Sep 2020 22:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -816,32 +454,32 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "24b0502d561fe17d944d1a6a52403a47", + "x-ms-client-request-id": "ba0420fcbdde07a2d60d4e4e7bc8ca32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f890932-8e2b-4714-8806-3a94e423c859", + "apim-request-id": "b374756d-9e7c-44b1-96ce-e8707bbe1671", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:13 GMT", + "Date": "Wed, 09 Sep 2020 22:16:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -849,164 +487,98 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "20409f73d903efce205bc2756d02dc51", + "x-ms-client-request-id": "51cd7a3be1ccf147c1b881cfe06c6d5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea141394-9c4b-4651-85b2-14e3af7ba20d", + "apim-request-id": "81d8ea58-b9fb-47c4-af42-f835f62003f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:15 GMT", + "Date": "Wed, 09 Sep 2020 22:16:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e8beb26e2fe666a21c506c9313f73d51", + "x-ms-client-request-id": "3c3c72ac5d1a9b8affca680873695700", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "197bb2f3-7da0-4e31-bec9-34566e909ac3", + "apim-request-id": "3dadcc1d-3239-4740-b9d9-359bbd36cff8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:16 GMT", + "Date": "Wed, 09 Sep 2020 22:16:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "63e70437141a53be82c003c493087392", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "03e363cc-691c-4af6-9ee2-5e9f595632e7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "a0fcc87052824360fdd903b26c3adc29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f4694f2-62a4-4123-a84c-bf1fc450ef45", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "693d711e791a5a37f46a65252cded213", + "x-ms-client-request-id": "c548a75f8d8b1a8cd913f8263bd2266a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d52c1760-75ec-42dd-90b8-5e07aae799f6", + "apim-request-id": "363451ff-da46-489a-803a-db6ea5526878", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:19 GMT", + "Date": "Wed, 09 Sep 2020 22:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1014,98 +586,32 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "4a23dadd9dfbe5cea3a36540100be748", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f5f2858-00d6-4f4b-91b6-5ba8d93fecde", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "22a5dae40acbf77791a2ab18ec3b171e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2bd0083b-a8b4-4f86-8e0c-055a6fd65c3c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "92d5ef069117812da258c57613f649e9", + "x-ms-client-request-id": "09a1f39f8e8bdd18f0315202783e7d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10483ee9-3280-4e63-b61e-ba79d61617b6", + "apim-request-id": "5222187c-aa90-4d08-b7f4-91a833000175", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:22 GMT", + "Date": "Wed, 09 Sep 2020 22:16:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1113,197 +619,131 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "52411d83b038d348632cb959f1b6f868", + "x-ms-client-request-id": "39708160a8231fd0e522620665635f2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9bfd564-45ee-43c3-9462-685f0598afdb", + "apim-request-id": "081664e6-26fd-44c7-8917-214147052695", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:23 GMT", + "Date": "Wed, 09 Sep 2020 22:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "2039468c55355331ac237f724400e39a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "38193096-793c-4fe5-89b2-2354ab41f6ca", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "cf95c258c4f956e6a7012eead8d48fec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1d8930d-9e50-4568-8ce9-d60b53265f38", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cce95c6028bc2db3eceda51430d58e62", + "x-ms-client-request-id": "8068fea34dc8d0748f6bd4593a89a19a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "589907a4-311c-455c-afef-23b93c1afc0b", + "apim-request-id": "4fe918a6-5a3f-4960-9b0f-f7cd048dd393", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:26 GMT", + "Date": "Wed, 09 Sep 2020 22:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2f001f482820c86e60e3793426467bd8", + "x-ms-client-request-id": "bac5a095ec62f747228123692b11788c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a954c90-1df7-42bb-afae-4691fec45ef1", + "apim-request-id": "a3542dba-3418-4c4b-b1eb-e8ff13d1d498", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:27 GMT", + "Date": "Wed, 09 Sep 2020 22:16:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e812939416162fdd0e67e30c1ed125d1", + "x-ms-client-request-id": "7a5e26d1fdd513900c9faab8d376e55c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8afe15da-5173-47bb-a0f8-ef826c44ac6b", + "apim-request-id": "1bbf2bc1-023a-450f-810e-3a8c4c730305", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:28 GMT", + "Date": "Wed, 09 Sep 2020 22:16:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1311,102 +751,69 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", - "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" - } - } - }, - { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" - ], - "x-ms-client-request-id": "b8a2cc7260d337cbee216bd9af7f07a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fc3593a1-1ebf-4eb7-be41-869e888bd1da", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:02Z", - "lastUpdatedDateTime": "2020-08-20T18:11:02Z", + "createdDateTime": "2020-09-09T22:16:08Z", + "lastUpdatedDateTime": "2020-09-09T22:16:08Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43/copyResults/b8ba1605-7aa6-4bde-b2b0-841bb660dde9", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9d80cd72a6c2314b41d121b94562a98f", + "x-ms-client-request-id": "c571c880a59db6c9b7715d46290aa47e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c458090-d17d-4162-8b18-ee6e6b939de5", + "apim-request-id": "eed71f85-e3f3-4acd-a179-30a6a67ca61d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:31 GMT", + "Date": "Wed, 09 Sep 2020 22:16:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:11:30.4597931Z", - "lastUpdatedDateTime": "2020-08-20T18:11:30.4597933Z", + "createdDateTime": "2020-09-09T22:16:18.1247576Z", + "lastUpdatedDateTime": "2020-09-09T22:16:18.1247578Z", "copyResult": { - "modelId": "bf3fc0f8-8882-4b84-92ae-ccca05cd7802" + "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d438c6e4-5a3a-4f82-873f-65d5fc800f43", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bd5da0befad5fc46ab51ddafeeca4022-4eb50f2f6db2594a-00", + "traceparent": "00-1d35543486fb9146b2bfcbc036dad34c-a1fb0945af4a2141-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "59c1a8bdc2a33304c7dbfaf5aa04808f", + "x-ms-client-request-id": "148748f2272b97c410b2adc3428e23ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "bf69a82f-5f7e-4d67-99e9-5118904f2c4a", + "apim-request-id": "2063364f-267b-4fd1-a273-d5c6b1fad93b", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:31 GMT", + "Date": "Wed, 09 Sep 2020 22:16:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": [] } @@ -1414,9 +821,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "2028918913" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "414312356" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json index df21cbbc5f2cb..227ea1be6e221 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-72ed3288a041e9488f6c52600eed461a-f471affa91c6cf46-00", + "traceparent": "00-cda36c0ca570ec49a2c3d3d82ac6cd36-c5e57b48d4295140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "29c64c7fe8b54a1047252d6c471c6c96", + "x-ms-client-request-id": "a6922afb16f1ec33072562d6233f58cc", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,343 +22,508 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8ae7d65b-4727-4c9b-b97f-9b47701bce36", + "apim-request-id": "82a9ff73-40ac-4d91-a7e3-fbaf5f60c3a7", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:01 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "Date": "Wed, 09 Sep 2020 22:17:12 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "224" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "196d32aee5053749fd9c2ed23bf66e55", + "x-ms-client-request-id": "9b45d8c05604ae4da755777314030691", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69c160a6-6a60-4aff-b1e5-a4680f3bfa71", + "apim-request-id": "7649d4a9-e820-46c2-a485-e3c2cb47a1ad", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:01 GMT", + "Date": "Wed, 09 Sep 2020 22:17:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ed3433074a25b10d4905d6101f9e6e9a", + "x-ms-client-request-id": "d7ca2c8f45020bb5ef1fdad5c5e70003", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8bc03541-df1a-45f5-82da-bbdc050432fb", + "apim-request-id": "8dd79723-2b22-497e-acf3-608c378cb82b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:02 GMT", + "Date": "Wed, 09 Sep 2020 22:17:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d3b370b244f89aa2038f2c18b93e0e50", + "x-ms-client-request-id": "8d6a1d04da54a576dde4fe9b9ec0d704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e608061-802b-427b-9f3e-3c23dba87ab1", + "apim-request-id": "d966454e-d3dd-4066-af81-d3d55496fbff", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:03 GMT", + "Date": "Wed, 09 Sep 2020 22:17:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1364d8b77ee7647124bcd0000f38175e", + "x-ms-client-request-id": "f647d01f80757bc92339abe47b77e8c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26fc40d4-c752-4ed0-8c37-2c807c20a08f", + "apim-request-id": "845f93c6-0b1d-49bb-9bd9-d369ed428971", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:04 GMT", + "Date": "Wed, 09 Sep 2020 22:17:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ca1f932e9a42c35c909aea951ef5f70a", + "x-ms-client-request-id": "f66e73557898b43db624fa1e47196d2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a47d58f0-c228-453e-9bae-523855a7a8d1", + "apim-request-id": "4097eb45-a1ec-4e41-bd5d-1d8a99efccab", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:05 GMT", + "Date": "Wed, 09 Sep 2020 22:17:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "465986f65a3a33b2ff4faf3c74a28acb", + "x-ms-client-request-id": "f5b6d548099f838e53ef6a1a2e922965", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "859eb361-6ba1-4bee-b108-8882afd945ff", + "apim-request-id": "fb3dbb62-a8ea-4422-a58a-2b409703638f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:06 GMT", + "Date": "Wed, 09 Sep 2020 22:17:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "26e9cd77441e1d0d7ca1824d94db452f", + "x-ms-client-request-id": "2a463efbe151a66b9292405186aa3309", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1096b51-0419-4ac0-89ed-3fdca57fc189", + "apim-request-id": "0642fe09-217f-4185-8f30-b354e117af4c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:07 GMT", + "Date": "Wed, 09 Sep 2020 22:17:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8809c6c4d0dfd424e1eccbf3eb1f4eee", + "x-ms-client-request-id": "a59c7cccf3c14c20e5eaa3a80d238624", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd1625e0-760c-47ff-8e02-a603807144c3", + "apim-request-id": "b4861463-0116-4820-b07a-b9aa8f936112", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:08 GMT", + "Date": "Wed, 09 Sep 2020 22:17:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "511e1f0fd10bb2eb793cca98d8649e23", + "x-ms-client-request-id": "082295fa43d366dd690f620dc83dfda8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40336c8b-56db-4347-b9ab-1ec0210db1f4", + "apim-request-id": "153b0873-700a-40d6-9d2e-d2c2d544afb0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:09 GMT", + "Date": "Wed, 09 Sep 2020 22:17:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "creating", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:01Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ae777f0a0199a7eba8154432781a325c", + "x-ms-client-request-id": "b24d61bb84f608a41df944663ec3996f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f95fe13-3187-42a0-8b58-028de3ae6964", + "apim-request-id": "11c09607-8f68-4897-83ce-9e00accd48b3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:10 GMT", + "Date": "Wed, 09 Sep 2020 22:17:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f1571c0c2a8889359e353bb1901383a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a107c17b-8d83-4149-bd4e-99fd70c7ba80", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "acecfaecd3d6762df01aebdafe7628a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "953ed03c-fd14-4401-82c4-c72c6f94edb5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ac00f3760ce691202bc414c048f2770a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c31c9e01-6989-46e5-b37d-89cad14136a2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "437a9c75ecd63998eee0006d3f5b8a27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3f0bc905-2237-4a92-82ca-9a8ff8e75b5f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "9d3b950cd712dfc2d95b8011bf6c2efe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0cae9487-33de-41d6-8841-eef12ca41f02", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", "status": "ready", - "createdDateTime": "2020-08-20T18:12:01Z", - "lastUpdatedDateTime": "2020-08-20T18:12:09Z" + "createdDateTime": "2020-09-09T22:17:13Z", + "lastUpdatedDateTime": "2020-09-09T22:17:27Z" }, "keys": { "clusters": { @@ -370,6 +535,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -427,755 +593,755 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/copyAuthorization", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "743e9453f4bdf324da560fa2058cfc7c", + "x-ms-client-request-id": "6264e0a2e5fc89cf5ac7be050cb351cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "caea87c8-2018-458c-bd2e-ddc42a90d8f2", + "apim-request-id": "ea1f900e-288e-4cd4-a836-65a7db642944", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:10 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd8d6242-54b7-4593-893f-6a269816a0d1", + "Date": "Wed, 09 Sep 2020 22:17:27 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e31c6b14-abc1-42be-81c0-22a6c3eb44f4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "204" }, "ResponseBody": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1", + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033530 + "expirationDateTimeTicks": 1599776248 } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copy", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "378", + "Content-Length": "348", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6be8a74d9fa80d543377a8f58cb9395e", + "x-ms-client-request-id": "b2b4ec39dab69ef8d99a6a7b6c877981", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "targetResourceRegion": "westus2", "copyAuthorization": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1", + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1598033530 + "expirationDateTimeTicks": 1599776248 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9081bdf9-8444-4cc3-89a6-db67ec03106a", + "apim-request-id": "be1bc41e-5c2d-462b-97fe-3d82014d9dad", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:10 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyresults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "Date": "Wed, 09 Sep 2020 22:17:27 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyresults/34cbd275-be5b-4b54-87ca-603f6db06271", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "43456e0a2a2615655b83d442f148a11c", + "x-ms-client-request-id": "5fca01b228f7272bc5b1434a18bdd326", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "46ee07b5-7c90-4328-ba06-cee6979e5b60", + "apim-request-id": "51f63e76-1d86-422b-8f59-344d970d7945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:10 GMT", + "Date": "Wed, 09 Sep 2020 22:17:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d1e4c819c631b3b3403041464c2e6721", + "x-ms-client-request-id": "d2d8b00a7bb8c848e8c588627a541dd3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "737ebdcf-006c-4ffc-a24c-55cc3cb18172", + "apim-request-id": "6e6f0a33-a753-44f1-8cf7-d71fd1ba2838", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:11 GMT", + "Date": "Wed, 09 Sep 2020 22:17:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9798b01db846235542d30f24cb111bea", + "x-ms-client-request-id": "0b523c4df2e811d8c18ded0496ad851c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61e410f8-5982-45aa-a7c9-738ca797e18b", + "apim-request-id": "b30a5c7d-ed15-4f8f-8866-1107034ccf34", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:12 GMT", + "Date": "Wed, 09 Sep 2020 22:17:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c4db8bd568d4432dbb9203f6e81fc92c", + "x-ms-client-request-id": "bb7143c7a7af37c9b90277319fc8ac70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd7aa167-5d7c-4775-870f-a4cc0c616462", + "apim-request-id": "f5041429-e338-4f03-ad11-6ef33e6abe47", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:14 GMT", + "Date": "Wed, 09 Sep 2020 22:17:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4025b21c0ab061d672c08e5db78fe72e", + "x-ms-client-request-id": "dcfc7094c76a173ed8c6112a8e43323a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7157f465-e6b8-41c8-866b-31f0b039504b", + "apim-request-id": "362dea52-4eb8-4045-ae2f-0c2cc76a02d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:15 GMT", + "Date": "Wed, 09 Sep 2020 22:17:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c0705614a353b44c8355dbb4b55e3a23", + "x-ms-client-request-id": "379b6c3f61e3a623731b52e67ba672f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbc509ae-f8d8-4c59-81e8-41191961cf26", + "apim-request-id": "e89df8e2-0e58-48a1-b213-bbd8f9a207cd", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:16 GMT", + "Date": "Wed, 09 Sep 2020 22:17:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1907e30adaeccb3ab57a5113d9cf8b2b", + "x-ms-client-request-id": "26707ce1a9b1ffb10559e3e8959ea976", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b88609b-57e6-425f-a004-9d6e1be9d7c6", + "apim-request-id": "5f472802-28c2-4e69-b043-ddffbd5dcaa4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:17 GMT", + "Date": "Wed, 09 Sep 2020 22:17:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "91e1d5ab08ae79d96670bd5a2e21ab13", + "x-ms-client-request-id": "32f13cd0752d338d4c55684f75589c31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc54cc29-4800-4932-b722-a53bb37cdf30", + "apim-request-id": "91104b93-72d7-4158-9102-de2f9c94a9e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:18 GMT", + "Date": "Wed, 09 Sep 2020 22:17:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d4536b85ce873a411ca50bd95138dbb3", + "x-ms-client-request-id": "114919540bd39688bb9b318a7e3b11d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "45633513-a91f-48d4-a908-425a4e13ef64", + "apim-request-id": "49425c2c-372f-4045-b2ae-e2a7e18487f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:19 GMT", + "Date": "Wed, 09 Sep 2020 22:17:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e008b0c9a97d0175098eb27c1cdf9d93", + "x-ms-client-request-id": "3e15dc7140b46ccaef3dda5b40618aad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "66f6255d-579e-42a5-ace8-52ef89ff4e19", + "apim-request-id": "414d862a-517b-4389-9b1f-ed10e3598fd7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:20 GMT", + "Date": "Wed, 09 Sep 2020 22:17:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "6d8d3dceb77cdda493a77508fdff272e", + "x-ms-client-request-id": "7c94b1bc9755c4a3b45b76924302b411", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22657659-5a38-49ed-87f2-e9a552a8ecdd", + "apim-request-id": "cde46967-928c-48bb-8e35-ead1a56c4725", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:21 GMT", + "Date": "Wed, 09 Sep 2020 22:17:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7e900a95cb19dc96f652caf91bc51d3c", + "x-ms-client-request-id": "98de94445e42147c4edc2295312c555a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd394784-d8f6-4616-a70b-5204095fd86b", + "apim-request-id": "32abe7be-6198-4da8-8473-8fe8485ce195", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:22 GMT", + "Date": "Wed, 09 Sep 2020 22:17:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "140a77086daa12370b2b4cd6336c030a", + "x-ms-client-request-id": "cccd841194a6da7f39518a58c93828ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1e6fa1b-9c33-4564-a266-83d48fcfef7a", + "apim-request-id": "1416f08c-d25e-483d-b511-dd8ed15fdde2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:23 GMT", + "Date": "Wed, 09 Sep 2020 22:17:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "12e784661f4f027aa6b1772aedabc1ce", + "x-ms-client-request-id": "ac17c888f1835d6a34802d78740d9387", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7b0aee6a-6bdf-4b68-b147-147aae6436a7", + "apim-request-id": "c3d79274-6b70-458a-9222-48baa16f79cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:25 GMT", + "Date": "Wed, 09 Sep 2020 22:17:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "86ff388913f42783d37e72ed7ec0a88a", + "x-ms-client-request-id": "be801c06e735af6a15035ff1d4234a16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6726bf96-3e45-4c0e-87ad-49da3ddbce76", + "apim-request-id": "fd29bb65-bf20-48f3-beca-c5b0ecc63dd1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:26 GMT", + "Date": "Wed, 09 Sep 2020 22:17:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9792c04e0bdee9edfd076df9f60d2460", + "x-ms-client-request-id": "680d36b4a8151fd71a6f97256706652c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb2a4f82-e720-4932-826d-8c29be0ac3cd", + "apim-request-id": "936288f4-764f-4e4e-8ba9-021f256608ad", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:27 GMT", + "Date": "Wed, 09 Sep 2020 22:17:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fb4c7e697d6c521500bf3ed0ac8c84e6", + "x-ms-client-request-id": "ac5203bd69b7a0b75e68977f91798910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b02db2ae-f844-413c-8d80-e9c64f54e33e", + "apim-request-id": "ff22354c-d256-4d09-9f85-d5516a2b2912", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:28 GMT", + "Date": "Wed, 09 Sep 2020 22:17:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2ddbec082a187ef04b1689eca68a31c6", + "x-ms-client-request-id": "3dc417362bff5d714561a4c55045480e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c04960c-217d-45fc-9b91-4392a5ee482c", + "apim-request-id": "7d27f008-25d0-485e-ba9c-e4cc875774c7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:29 GMT", + "Date": "Wed, 09 Sep 2020 22:17:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "00841159ad73d01daa3f961ecc1c3c70", + "x-ms-client-request-id": "d033339e9dd14a5e7f6c0aad11588ea0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5fc4b307-c7cb-4b9b-bef9-229e327f9522", + "apim-request-id": "ac22d7c1-0056-4292-b7b5-a1872f024985", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:30 GMT", + "Date": "Wed, 09 Sep 2020 22:17:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:11Z", - "lastUpdatedDateTime": "2020-08-20T18:12:11Z", + "createdDateTime": "2020-09-09T22:17:28Z", + "lastUpdatedDateTime": "2020-09-09T22:17:28Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7/copyResults/e8fe1273-afee-4b1a-86f7-0208517f73c2", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "09f08683f7313e488ecdaf56f428ac75", + "x-ms-client-request-id": "4fef87e62742922c91f56756c4f25018", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7eba0f74-80fe-47e6-98f2-717c642d80ae", + "apim-request-id": "bdc9d89f-87de-43fb-947d-017224c6bb6d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:31 GMT", + "Date": "Wed, 09 Sep 2020 22:17:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:12:30.664882Z", - "lastUpdatedDateTime": "2020-08-20T18:12:30.6648822Z", + "createdDateTime": "2020-09-09T22:17:48.2472694Z", + "lastUpdatedDateTime": "2020-09-09T22:17:48.2472695Z", "copyResult": { - "modelId": "bd8d6242-54b7-4593-893f-6a269816a0d1" + "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5a2f50fc-0b9c-4dc5-a988-97abbcab12a7", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ff33210bd6a1a1499bf8741f98db170e-eecbd8fc308b0042-00", + "traceparent": "00-c0577c73388c744c85001175ed8aec80-3080c7fbae4bbc48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9b76788d83075a72cf0b82d993d1b22f", + "x-ms-client-request-id": "5de1881fb845983fb979be9221c44bed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "d14adca5-4c27-45e0-8c92-0f8dac050376", + "apim-request-id": "20b7d1d4-413e-4709-9314-fadcd4a1a303", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:31 GMT", + "Date": "Wed, 09 Sep 2020 22:17:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": [] } @@ -1183,9 +1349,9 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/2cd617ea-1866-46b1-90e3-fffb087ebf9b/resourceGroups/rg-formrecognizer-t00b5fddbfc124bd4/providers/Microsoft.CognitiveServices/accounts/t00b5fddbfc124bd4-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", - "RandomSeed": "1625117566" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "RandomSeed": "1802268220" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json index 1a8f733ef6469..bdbaa55455107 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "298dafb206517f52e74e2e8bd9bafe8c", + "x-ms-client-request-id": "47678d17086e65d7c6e8c720cf715f98", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20,170 +20,199 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5d24fe75-d4bc-4574-b983-44d575f7a86e", + "apim-request-id": "a8ebf76b-bccc-4276-b889-5a7fa990cc93", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:31 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "Date": "Wed, 09 Sep 2020 22:16:19 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "424" + "x-envoy-upstream-service-time": "398" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b0cd4117085b8817bb2abb91e99fddd1", + "x-ms-client-request-id": "4769267cde93785df71c3be80212769b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50ec2e16-f310-4cb3-84a0-277220b91bec", + "apim-request-id": "fbc92328-a7b8-41af-b9ea-e268e006c08b", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:31 GMT", + "Date": "Wed, 09 Sep 2020 22:16:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:19Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "7319d9a1aeebe1f249abda583d076ae3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "47233c4f-6b1c-45b5-9182-7727f8040a36", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:31Z", - "lastUpdatedDateTime": "2020-08-20T18:11:31Z" + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1866f1a162e249ba98d2db0c162e9c91", + "x-ms-client-request-id": "3b72d493aacf39db2fef5052ccee62b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d28312e2-2ad0-4286-b316-be969fe6c302", + "apim-request-id": "f3da7af5-2966-47c7-aaa5-c2f8bf922196", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:32 GMT", + "Date": "Wed, 09 Sep 2020 22:16:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:31Z", - "lastUpdatedDateTime": "2020-08-20T18:11:32Z" + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3451202bbcaaaaab98056e274ac19548", + "x-ms-client-request-id": "f67f2b72eb57cdac3388fde703043af0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a8ae09b-af66-482f-bef2-c38511b0aac8", + "apim-request-id": "aa58483d-5361-4840-a229-1d2191bda640", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:33 GMT", + "Date": "Wed, 09 Sep 2020 22:16:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:31Z", - "lastUpdatedDateTime": "2020-08-20T18:11:32Z" + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e7ea5d71e553b5a9868418892d0b718d", + "x-ms-client-request-id": "2d5558b13aa0f7ccfde044fc5e9f145b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04def98f-629e-46ea-bd8e-b7d0bc09e994", + "apim-request-id": "7756dfe8-10f4-4c4c-9279-17a0d5b223ee", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:34 GMT", + "Date": "Wed, 09 Sep 2020 22:16:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:31Z", - "lastUpdatedDateTime": "2020-08-20T18:11:34Z" + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:19Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/5d24fe75-d4bc-4574-b983-44d575f7a86e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c8652a8ea94de42646bc80ddf493fed7", + "x-ms-client-request-id": "11e626497487a78b28a50746acf4352a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "00214964-8c0c-4a98-9d0a-e1c5419b44a7", + "apim-request-id": "654c4e41-8d0c-4cb1-84fb-b317db448486", + "Content-Length": "277", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:36 GMT", + "Date": "Wed, 09 Sep 2020 22:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:11:31Z", - "lastUpdatedDateTime": "2020-08-20T18:11:35Z", + "createdDateTime": "2020-09-09T22:16:19Z", + "lastUpdatedDateTime": "2020-09-09T22:16:24Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -203,7 +232,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "766708117" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1034255821" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json index 742b56a289dec..1209683685a60 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyze", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "70df0f4acb19e347d4241bb32222713c", + "x-ms-client-request-id": "bd5bde97a9e1ff8910fb24435c530e92", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20,170 +20,199 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a91542a1-61b8-474c-b39c-9d24399dab36", + "apim-request-id": "2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:31 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "Date": "Wed, 09 Sep 2020 22:17:48 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "238" + "x-envoy-upstream-service-time": "144" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0aa1700862acfbdcc5bece1bb4b1adca", + "x-ms-client-request-id": "398b656ea5ca41f886ac633dd000d8b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f04a1f93-d6ab-44c1-a802-1565cfa4315b", + "apim-request-id": "93fdf82a-d1eb-41ca-b2c7-1a6abddbdbfd", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:31 GMT", + "Date": "Wed, 09 Sep 2020 22:17:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:31Z", - "lastUpdatedDateTime": "2020-08-20T18:12:31Z" + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "8eba0e65be82f79b040b17e2f18b5fe7", + "x-ms-client-request-id": "4eddaeb288130bcdaa85175a15fa26c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "375fbd5f-0917-426e-b4de-2929f4235da8", + "apim-request-id": "7c172c18-3cfe-4243-9265-d9e9124ae096", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:33 GMT", + "Date": "Wed, 09 Sep 2020 22:17:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:31Z", - "lastUpdatedDateTime": "2020-08-20T18:12:31Z" + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b09a686966e1e7df33e4aa5afc2b2e23", + "x-ms-client-request-id": "1203fb9662c3f298e61a3635464b2e0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "329be6a5-bcf9-4ce9-845c-29ba29a2c8c7", + "apim-request-id": "c7e9fa8a-e065-45fc-8d43-0eacffcfc4a9", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:34 GMT", + "Date": "Wed, 09 Sep 2020 22:17:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:31Z", - "lastUpdatedDateTime": "2020-08-20T18:12:33Z" + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "144d5177e26749b9d5aa06a04bfa0a39", + "x-ms-client-request-id": "ae906b23c076e57f987f8e458d9e2b8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "46d6681a-ab52-40f9-bc0b-6d13ee8d37b7", + "apim-request-id": "b5b60fb1-a816-4437-af79-b1a9f7389c31", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:35 GMT", + "Date": "Wed, 09 Sep 2020 22:17:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:31Z", - "lastUpdatedDateTime": "2020-08-20T18:12:34Z" + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:49Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a91542a1-61b8-474c-b39c-9d24399dab36", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4bb2e75ffc16ffe92ed35b9e1340fad8", + "x-ms-client-request-id": "d4a6a285c5fd50f416ea67f95297c55e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "94d6fcfb-b06b-478e-b36a-9cfc3b20518a", + "apim-request-id": "956be576-798b-462c-a1d6-e9c587f9b142", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:36 GMT", + "Date": "Wed, 09 Sep 2020 22:17:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:49Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a93608567869d64a7c1d7a44d3526448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "07cb5e72-5094-4365-b9d4-0076dac39ff7", + "Content-Length": "277", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:12:31Z", - "lastUpdatedDateTime": "2020-08-20T18:12:35Z", + "createdDateTime": "2020-09-09T22:17:49Z", + "lastUpdatedDateTime": "2020-09-09T22:17:53Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, - "language": "en", "angle": 0, "width": 8.4967, "height": 10.9967, @@ -203,7 +232,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "829313061" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1312855245" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json index 68d324d35b663..3743110c85e5d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a9b09a9c398d1f43bc8234ff8f1ccfa7-b8a5c0c891119f48-00", + "traceparent": "00-e83afaebc2f0444190bac43a6b3ce480-ef1631353ee9a444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1195fb870763c49193f2637745409812", + "x-ms-client-request-id": "c0be03d8e0891803ced8926f3f2098ae", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,343 +22,541 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "98cb5018-f6ff-4725-a04b-2d4fbcb4f6f4", + "apim-request-id": "e3c7e908-9d22-4253-a307-50725d432b25", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:36 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92", + "Date": "Wed, 09 Sep 2020 22:16:24 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "360" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d8effaa7d4864559ecd6e2dae76bc6f2", + "x-ms-client-request-id": "42eb41bd823631c3271d39dbd74cd514", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ee1f682-923b-4256-851e-0cfb46e20def", + "apim-request-id": "1f594d24-49af-4549-bfd5-8484d73caf41", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:36 GMT", + "Date": "Wed, 09 Sep 2020 22:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7a434a9e3e2b5da2a2a3a42af5a2d5aa", + "x-ms-client-request-id": "a4478c20cf307f3809799f9fa2555a7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65d5bc62-a31a-4710-9c37-d6caa7380bb1", + "apim-request-id": "29a43550-8b8d-402e-875a-e7bee72789ca", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:37 GMT", + "Date": "Wed, 09 Sep 2020 22:16:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2a5277b21bdbb303a150258d25b6dd27", + "x-ms-client-request-id": "3dbd69a98c4856d73f8d996ba7284181", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03fe78cf-0e81-416f-9719-3503d83e61de", + "apim-request-id": "0016e7bc-bf2f-4812-b7cf-132741f2da5c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:38 GMT", + "Date": "Wed, 09 Sep 2020 22:16:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fbd9702b1efd69e7579135e32f2e5049", + "x-ms-client-request-id": "b24f7e03f3d8ed7d096b39bde2248fd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69955b27-9119-45fc-a71c-eb32636dee77", + "apim-request-id": "287a78f9-0405-4b5d-9cf6-4b545d3e74fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:39 GMT", + "Date": "Wed, 09 Sep 2020 22:16:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "702737019c198317468fd9db191538eb", + "x-ms-client-request-id": "6d31b9c3988e94ccb4f164a336ccd8e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d52189e-0c23-4a95-9551-e0aec56b4281", + "apim-request-id": "bf3236bc-e5ba-47a1-9bcc-06f842010309", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:40 GMT", + "Date": "Wed, 09 Sep 2020 22:16:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "84ff7cc5d9c994ad8fe8d249e5208473", + "x-ms-client-request-id": "239b1d37a706b5a7ecd034dc5219741a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdb9578b-827c-4358-97b6-792444aebcb3", + "apim-request-id": "3c273cea-b3f2-417c-9753-4c4a201fba21", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:41 GMT", + "Date": "Wed, 09 Sep 2020 22:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "ed8cdb006c8e8e0e5955b46d450c4f42", + "x-ms-client-request-id": "eda8c7fed3f66bf3b2bafee78fd9b63c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72103f07-ca47-4d7c-bb3f-35dba1f9cb9b", + "apim-request-id": "895609d8-29a0-49e5-a4fb-57ec05be3908", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:42 GMT", + "Date": "Wed, 09 Sep 2020 22:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b21d4a59cb2f27808a93e030cace9d25", + "x-ms-client-request-id": "c48658926b891bcb117c80be63ef419a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ecf093b-f943-42de-8a5b-94cc14c50db7", + "apim-request-id": "077f2b0d-facd-470f-8a5c-b62c87c043da", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:43 GMT", + "Date": "Wed, 09 Sep 2020 22:16:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3edb660b4b89585c6e702b73243f4f83", + "x-ms-client-request-id": "6fa5497cea2363ea2a30714ba9bf2513", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e21250e1-6d93-45d4-9cc0-c39041d03de1", + "apim-request-id": "e5875d0a-05d3-4744-9975-215f7ed7d710", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:44 GMT", + "Date": "Wed, 09 Sep 2020 22:16:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "creating", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:36Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "9af08f99d10334435a6462fb8cdec48b", + "x-ms-client-request-id": "fa49f71aaf939291fb8cdb79533407c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "058f637f-3d34-4937-a7e7-2938612825c7", + "apim-request-id": "107446bd-3b22-4125-89c9-e2c848e8596a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:45 GMT", + "Date": "Wed, 09 Sep 2020 22:16:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "5f21f898-b786-419a-b239-84d501712c92", + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "456a63794633a8186d229958f97f7251", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ef2405e6-19bd-46f0-a5bd-f68f9f73916a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "46" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6ba46d5647a6cc06b81274970f7110f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cfa2aaf4-556a-4674-89f1-b29f8d157684", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "56" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "45d2ae29e055d3dfdfa18c711639987b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1044a2e2-3cca-4438-ab7e-0e5f19ff4593", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e522891a9b8f321b5d9d8d20d28198fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1ad29a36-1dda-40e3-92a9-21e89920388b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4a2fa3112dad76fc8ed18c05ba95b67e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "19a7ff9a-776f-4637-8f57-77e4b3bd9735", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "99" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "857cf8792a4e8d66939fe8b753be005e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f4ff97ff-1e14-40cd-abe4-318a106bda4e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "89" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", "status": "ready", - "createdDateTime": "2020-08-20T18:11:36Z", - "lastUpdatedDateTime": "2020-08-20T18:11:45Z" + "createdDateTime": "2020-09-09T22:16:25Z", + "lastUpdatedDateTime": "2020-09-09T22:16:40Z" }, "keys": { "clusters": { @@ -370,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -427,7 +626,7 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -435,147 +634,333 @@ "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "de628fb711310db9eec444bea00d024b", + "x-ms-client-request-id": "735f90084e0aecce8dac57be0e1677c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fa5129c2-d171-41da-b8be-0be91c89bcbc", + "apim-request-id": "7af312b7-273d-4207-8ab1-79323c7588aa", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:45 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyzeresults/4c7877e5-83d4-4bc1-8453-646e36b7c142", + "Date": "Wed, 09 Sep 2020 22:16:41 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeresults/5bddeadf-9f77-44c6-b22b-617b4f29127f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyzeResults/4c7877e5-83d4-4bc1-8453-646e36b7c142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "3a975c4403de3a2222a6e424e861cc8f", + "x-ms-client-request-id": "daa70ee71304e6ad3ca1b70d454522cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d051641-feb7-4491-882c-84a1b5816ba9", + "apim-request-id": "dfbb77c0-f81e-4699-bc16-74eb35035762", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:45 GMT", + "Date": "Wed, 09 Sep 2020 22:16:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:11:45Z", - "lastUpdatedDateTime": "2020-08-20T18:11:45Z" + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:41Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "2afd2ed043352b742990f7a2d3a77f7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "865ffc26-6cc3-4f9a-ac3b-cefedf7a1658", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "45d020272617f459e278366896c0a748", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5227af32-3c7e-4abb-8df9-de5e9af38f59", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "57" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e0ee87894d19a392997bb0741c0b1395", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7752603e-4fca-43a9-a75d-55e2e5a0f16b", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "25e53b22dd74aab8d40848bc0d0b9569", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "332a7d47-631f-4dfe-bc2e-fa3e979035eb", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "58" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "4c18afe89eb9da638d2cab9c75e5d8d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1ad07fef-d5b0-4ac9-96d1-5309076483e8", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "50" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "5b46a16582daabd3ce440b1005d6968d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0bb96a0d-f332-43c0-a244-fc0f06e048ac", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyzeResults/4c7877e5-83d4-4bc1-8453-646e36b7c142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "95bba0ac70dc8852d5e2ac3e8d85944c", + "x-ms-client-request-id": "6c8b47e5c6f383dbd70b9747321c34ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6abd2ca6-4f6c-4a9f-bc6f-efc24c1dc9ff", + "apim-request-id": "618e9e4d-82f9-4d22-9bcc-2caef02d779f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:46 GMT", + "Date": "Wed, 09 Sep 2020 22:16:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:45Z", - "lastUpdatedDateTime": "2020-08-20T18:11:46Z", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyzeResults/4c7877e5-83d4-4bc1-8453-646e36b7c142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2fb616628947b4ad6d28bc8a2c95258c", + "x-ms-client-request-id": "6b5672303ac4668edb6c7d749252d5b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4b58b01-d62d-4cab-8ffa-2bdb4d35d8b6", + "apim-request-id": "16fdeeff-c951-496a-a391-d416aa50c840", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:47 GMT", + "Date": "Wed, 09 Sep 2020 22:16:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:45Z", - "lastUpdatedDateTime": "2020-08-20T18:11:46Z", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:42Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92/analyzeResults/4c7877e5-83d4-4bc1-8453-646e36b7c142", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0011b4f76c52d46e0a0f64fb56e3ac9c", + "x-ms-client-request-id": "2db61d966b5a9ee2c5c383cfea8c79b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4afd5e18-b8e3-4366-b0a9-e8799172cd4f", + "apim-request-id": "903c8d48-28ac-4840-914a-3595daea5364", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:48 GMT", + "Date": "Wed, 09 Sep 2020 22:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:11:45Z", - "lastUpdatedDateTime": "2020-08-20T18:11:49Z", + "createdDateTime": "2020-09-09T22:16:41Z", + "lastUpdatedDateTime": "2020-09-09T22:16:51Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -600,28 +985,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/5f21f898-b786-419a-b239-84d501712c92", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dc267294b6dd8f46883c334a8d7b7a60-74d73760e35c3c4b-00", + "traceparent": "00-b93ceb561c8a6e488346ed198491ea6e-86d1dcfcabf29a4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "d1c197129caa2248f20628b4b3c75b40", + "x-ms-client-request-id": "92e01c0f2a7fabc8b92591874966f085", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "fd4d3186-1ca6-4930-84e6-e3e0b442a347", + "apim-request-id": "ed18ac36-ab72-47ba-8dcd-6eea98835fa1", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:48 GMT", + "Date": "Wed, 09 Sep 2020 22:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": [] } @@ -629,7 +1014,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2123029577" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "553245408" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json index f288747011f06..b4c769492fa2d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-18a236ed170e2549a83eefad991505b8-4de5985da53fa745-00", + "traceparent": "00-82d8cb03d883ef458382f63cc6261dae-890615939b93a046-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e02bfb70c320c0d2f9440e8feec4c0e9", + "x-ms-client-request-id": "370831c9b35fe5fefaccdaa0425da556", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -22,310 +22,541 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e93b42fa-cab5-4c80-82fa-bcb8d01dda42", + "apim-request-id": "e9c64062-aae4-43e2-bd93-526e87f55dd7", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:36 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "Date": "Wed, 09 Sep 2020 22:17:53 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "226" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fad0f6543bec353de2aa7abbd2e93381", + "x-ms-client-request-id": "9c525099c3d3929904b8d3946163e6ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76ee37b4-51fb-40ae-8114-c7442933ff95", + "apim-request-id": "abf41875-2a2f-4a9d-94ef-709ba5344585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:36 GMT", + "Date": "Wed, 09 Sep 2020 22:17:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "aa4827b10299e605f35d161088edb5a6", + "x-ms-client-request-id": "dacb8a3eb9d73ce432cf36434fabb75a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96354a8a-cd34-4e3f-a417-0dc61a0fab07", + "apim-request-id": "0531e555-a0d2-4850-b68c-c3943bed51b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:37 GMT", + "Date": "Wed, 09 Sep 2020 22:17:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "85c0a6333d453505bdf6fe754817ed10", + "x-ms-client-request-id": "8e947f2048a1050e977533a7e0698496", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ad8ac3c-70a4-407f-ba92-7dadffe321d0", + "apim-request-id": "e22c07fd-fd53-45fb-ba49-9bbc6744a638", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:38 GMT", + "Date": "Wed, 09 Sep 2020 22:17:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c7de8c11167c5150f1ea068f242dadf4", + "x-ms-client-request-id": "b7622de6cb91df7f6b166a038c564358", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1061449b-45ce-47d3-be28-a66889996a88", + "apim-request-id": "afda4425-5979-4707-8a57-f1021bf18e9e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:39 GMT", + "Date": "Wed, 09 Sep 2020 22:17:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2c87d3f4ad29733c2112eda3048f9ddc", + "x-ms-client-request-id": "e274780057cff50c7bc54261863d5bc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2f6a371e-b19d-459b-a5d8-c3d4e12925b4", + "apim-request-id": "a1a19ca5-1372-4f8d-8a56-da58c6af89f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:40 GMT", + "Date": "Wed, 09 Sep 2020 22:17:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fbfe066fee0f1d29556e945b3675108f", + "x-ms-client-request-id": "225d9f4b004854c900b4238ade0a7941", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49a58423-5cf6-4c79-9fcd-cf3b95ff75d0", + "apim-request-id": "096e16d6-85fa-4d8f-9837-491e6340f7bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:41 GMT", + "Date": "Wed, 09 Sep 2020 22:18:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "74810948c18f63e6506aa56928ad4d62", + "x-ms-client-request-id": "68a6da31a1f58fc7206d3bcb881d592e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc5bea48-dac5-4c24-a714-d1f477c5aac4", + "apim-request-id": "8dc7df49-8191-492d-a846-ae38369b296e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:42 GMT", + "Date": "Wed, 09 Sep 2020 22:18:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1e1f294cb22e06e5a96ad7ba19e13dab", + "x-ms-client-request-id": "ecb8a1bb21f80010af1fe21b34811770", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1d87e37-e757-4a8d-b910-392102ebb7af", + "apim-request-id": "0d6197c7-e758-471d-ad85-abe3c88e94f5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:43 GMT", + "Date": "Wed, 09 Sep 2020 22:18:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "creating", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:36Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fa5a5d02280eae4d1f9baaa448c0f4a7", + "x-ms-client-request-id": "ab2f004cf296a9d3d8cd01dbc4fdcce2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe31537c-f0f3-4f47-999d-a031fb202936", + "apim-request-id": "a59f3780-03a0-4494-ab08-f25f2830e68b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:44 GMT", + "Date": "Wed, 09 Sep 2020 22:18:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3ccff45a8c521048caa6b9d6bfac5b9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ed0f7612-31ee-416e-bb26-61e2ba3c6691", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "877fca56aeedc897ce0e142a20343bb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9369ecb4-b851-4d21-aed5-1a0667da4133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "61" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3fc0ff53dab1c01eb71fe0f039fdea2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "406ed9b9-b95d-4324-9564-0c671e399629", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "f9856172447eabf55d076d43781ef095", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e7c8d348-9ae7-4fe5-ba88-347ff69ad9d6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c082076a1beb7bedacbecfcecda68ed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2d8b7055-96bb-4f7a-b1dd-aca0857b94ac", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "beb8e72441af0e330a14e2aa6cdb4899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9bf67d16-1306-48f3-bf7c-d8cc8750ccda", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "status": "creating", + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "32864b2f2a7a574074094dbf7426deb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "62e237dc-87b8-41f9-be1c-b131b348de40", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", "status": "ready", - "createdDateTime": "2020-08-20T18:12:36Z", - "lastUpdatedDateTime": "2020-08-20T18:12:44Z" + "createdDateTime": "2020-09-09T22:17:54Z", + "lastUpdatedDateTime": "2020-09-09T22:18:10Z" }, "keys": { "clusters": { @@ -337,6 +568,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -394,7 +626,7 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -402,178 +634,364 @@ "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0d0e3220f1569660237acb24e92c4a6f", + "x-ms-client-request-id": "901e9c78326628e6d474b5d639420ed0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "115db71f-bd1e-48b2-a2ac-5138f8c90d3a", + "apim-request-id": "20cc345e-28d0-4e81-a43c-e36a9435e9c0", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:44 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeresults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "Date": "Wed, 09 Sep 2020 22:18:10 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeresults/ccf38d06-0035-429b-92a4-2968e41e6f41", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeResults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb67f92c52532353db71ff930741bde9", + "x-ms-client-request-id": "829f35765c20fa57a76049a5f47399e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73971d25-6980-49d8-9346-fd6c7ea1f81f", + "apim-request-id": "898c9d73-08fd-431e-9b09-1f23f183a5ee", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:44 GMT", + "Date": "Wed, 09 Sep 2020 22:18:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-20T18:12:45Z", - "lastUpdatedDateTime": "2020-08-20T18:12:45Z" + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d0322b36b7bdfc33655d5d05746a1d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "487fd6a5-825f-49ad-8384-b269b05e8b1c", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "3e497cfb5c871b954523e905e8403460", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56e8a642-4a42-48e6-9a73-6bf54408cd6a", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "0d9fd1da3e10be1302a21cc2fe51863c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dd9379d4-2c55-48b9-8c2b-911f6fa84c3c", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "77aa17435b2ada5b95168a99ce2e1424", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9fd49e92-1fab-4a2c-a294-ee54288fd24e", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a22bfd2910cabc21688a3ce53fd31df4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6665f41f-267d-4965-9b80-619c18c92081", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "d1c2ac9cbc967f3575c577f9b37aefd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "14d96dad-7103-43b2-b070-9e990b0ae390", + "Content-Length": "127", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "62" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeResults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e69a2f7630d21055fcc3d7935d29c4f2", + "x-ms-client-request-id": "0199f88ee3253272f5ed0ea01e769bc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97a6ed0f-0d5f-4347-acf2-158d8ca61e7c", + "apim-request-id": "8b24ec66-bd3d-42c4-825b-70ad2146225f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:45 GMT", + "Date": "Wed, 09 Sep 2020 22:18:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:45Z", - "lastUpdatedDateTime": "2020-08-20T18:12:45Z", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeResults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4f773a512958cd54deea31e4f1cd8ee2", + "x-ms-client-request-id": "22fc96f9426c6c8ec8ac2c04982708ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4748cafa-db0d-4ea9-af5e-03f853222389", + "apim-request-id": "bbf42080-830a-4314-928b-9542dd048b3d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:47 GMT", + "Date": "Wed, 09 Sep 2020 22:18:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:45Z", - "lastUpdatedDateTime": "2020-08-20T18:12:45Z", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeResults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b9ade1bd6391fc9da357ce8f7bc0c6b2", + "x-ms-client-request-id": "4757689a1b39b9ce398fdba8ad9460ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6151ed97-0856-4eeb-bd9e-ec99720f54bf", + "apim-request-id": "a8beba65-6e6d-4ea1-b1c8-bc78af15fc95", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:48 GMT", + "Date": "Wed, 09 Sep 2020 22:18:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:45Z", - "lastUpdatedDateTime": "2020-08-20T18:12:45Z", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:11Z", "analyzeResult": null } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e/analyzeResults/9a2094fb-84dc-43a8-927d-fbe95775dc28", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cc420cac6dc94d91dbcc08e7fe711e2f", + "x-ms-client-request-id": "1c00b42acd7d4b666a2c3979b66d9ace", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8fc183a2-7345-4b78-a78f-434400a9f1f8", + "apim-request-id": "d95e6af2-2cda-4647-a88f-f1b5c3f4103d", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:49 GMT", + "Date": "Wed, 09 Sep 2020 22:18:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:12:45Z", - "lastUpdatedDateTime": "2020-08-20T18:12:48Z", + "createdDateTime": "2020-09-09T22:18:11Z", + "lastUpdatedDateTime": "2020-09-09T22:18:21Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, @@ -598,28 +1016,28 @@ } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68979b62-d1f5-4356-aee9-2cf8749d5c4e", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5149742a3ff0e749b4be1cb49aa91b1f-576df429c7a0db41-00", + "traceparent": "00-9037bc7150bb6f4ea786152cfef11f6c-12053e585a8a794c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "7cd5f4350b7cee609d7bab005ac5521d", + "x-ms-client-request-id": "b50620e4541fdd89c843e8dd67e5bf33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "77f8202b-e408-457c-874d-b5fcf8158c26", + "apim-request-id": "80075c87-f8cd-4202-8769-9f716ac4f6c3", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:49 GMT", + "Date": "Wed, 09 Sep 2020 22:18:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -627,7 +1045,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "508657961" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "433315650" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json index 8fd740d888cc8..0f971f1ab1a2b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "015f4fa535dd04b2598cff66261cdf7b", + "x-ms-client-request-id": "9b1ce7fd57d8843e397324737620e7fc", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20,114 +20,143 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0be5a99d-a86d-40e8-b154-acb67f1cd002", + "apim-request-id": "d3637675-f428-47da-9cbe-f837eb013550", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:48 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/0be5a99d-a86d-40e8-b154-acb67f1cd002", + "Date": "Wed, 09 Sep 2020 22:16:52 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "515" + "x-envoy-upstream-service-time": "757" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/0be5a99d-a86d-40e8-b154-acb67f1cd002", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b6c34c0de16d18e4724af4261aee58a5", + "x-ms-client-request-id": "1c931cb7d7438c69a3f3eabe5985b58c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6c7c9bd-8c20-473e-a209-30a5fdd467e1", + "apim-request-id": "4e145df1-bee2-46bb-93fe-dfaacf83cc05", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:50 GMT", + "Date": "Wed, 09 Sep 2020 22:16:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "123" + "x-envoy-upstream-service-time": "86" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-09-09T22:16:52Z", + "lastUpdatedDateTime": "2020-09-09T22:16:52Z" + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "6fceb2f7cbf22f938476259eb1e16759", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1b170603-baa4-4d40-94e9-c24e4dcbbf04", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:16:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "172" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:49Z", - "lastUpdatedDateTime": "2020-08-20T18:11:50Z" + "createdDateTime": "2020-09-09T22:16:52Z", + "lastUpdatedDateTime": "2020-09-09T22:16:53Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/0be5a99d-a86d-40e8-b154-acb67f1cd002", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "568b456d49ac5ac812273192de5ed440", + "x-ms-client-request-id": "9a5b9ee87368269f7d8ff8e56c7f2ab3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c03f91bd-715a-4a7f-b055-08cb9ca41ce6", + "apim-request-id": "49bcfc07-1e31-4564-9e6c-b76bc22803af", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:51 GMT", + "Date": "Wed, 09 Sep 2020 22:16:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:11:49Z", - "lastUpdatedDateTime": "2020-08-20T18:11:50Z" + "createdDateTime": "2020-09-09T22:16:52Z", + "lastUpdatedDateTime": "2020-09-09T22:16:53Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/0be5a99d-a86d-40e8-b154-acb67f1cd002", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e163a7a483dfc34c6b478f93408ce96b", + "x-ms-client-request-id": "c37c97be7751eb0a896497cdb1cbdbc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5559e68c-8498-4c30-ae8e-90721ecbf4b6", + "apim-request-id": "83a04f94-d858-4bdc-b409-0b9ed48f5768", + "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:52 GMT", + "Date": "Wed, 09 Sep 2020 22:16:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "183" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:11:49Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z", + "createdDateTime": "2020-09-09T22:16:52Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" } ], "documentResults": [ @@ -146,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "209451866" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "412749015" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json index dd8cae0a3ce60..49e1c566f17b5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "789bff18dcb50dc7cf277783e2bc9110", + "x-ms-client-request-id": "893a1e9592cc1f775001ac8f26469e88", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20,144 +20,143 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "apim-request-id": "dbac20eb-8c94-4a06-9011-550fb9d49d10", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:49 GMT", - "Operation-Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "Date": "Wed, 09 Sep 2020 22:18:22 GMT", + "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "420" + "x-envoy-upstream-service-time": "635" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "fb7bcfa7857b5684b6138a35900f900a", + "x-ms-client-request-id": "3238d52362f6ab9b034159c2596466b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d46fb4e4-fab3-47ad-ada0-c086c492c0c0", + "apim-request-id": "c52fa6d1-84d1-45d1-a480-5d50c01cad9c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:49 GMT", + "Date": "Wed, 09 Sep 2020 22:18:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "212" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:49Z", - "lastUpdatedDateTime": "2020-08-20T18:12:50Z" + "createdDateTime": "2020-09-09T22:18:22Z", + "lastUpdatedDateTime": "2020-09-09T22:18:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "99f28a187c9ed555a48702ec9eaf8579", + "x-ms-client-request-id": "bed767afa08481ec674207f4f5fb7198", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6362f04c-5fc3-447f-af5f-1ff2b797cdf9", + "apim-request-id": "e4db2d5e-3659-43ff-92a6-24597f77bdf0", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:50 GMT", + "Date": "Wed, 09 Sep 2020 22:18:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "274" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:49Z", - "lastUpdatedDateTime": "2020-08-20T18:12:50Z" + "createdDateTime": "2020-09-09T22:18:22Z", + "lastUpdatedDateTime": "2020-09-09T22:18:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "cb2e41fa594093177b44c1a151917dbf", + "x-ms-client-request-id": "58313504afe73208828f858b38b5c6ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aeaae94e-ba37-4029-a212-dcea86a38e6a", + "apim-request-id": "a1a0d8a3-a8d0-4179-85c6-fd058b66af84", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:51 GMT", + "Date": "Wed, 09 Sep 2020 22:18:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "165" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-20T18:12:49Z", - "lastUpdatedDateTime": "2020-08-20T18:12:50Z" + "createdDateTime": "2020-09-09T22:18:22Z", + "lastUpdatedDateTime": "2020-09-09T22:18:22Z" } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/1373b33e-ab4d-4e76-b691-fa2d4d5484e3", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "586b6c97f7ca2a727aa657f48297b706", + "x-ms-client-request-id": "bee0fa9be06f8303e8b6cbb45aa7b508", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e0f62d0-de5d-42fe-952b-fc80a2c9e704", + "apim-request-id": "f99b00db-e332-4705-8915-20011a14ab4a", + "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:53 GMT", + "Date": "Wed, 09 Sep 2020 22:18:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "107" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-20T18:12:49Z", - "lastUpdatedDateTime": "2020-08-20T18:12:52Z", + "createdDateTime": "2020-09-09T22:18:22Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z", "analyzeResult": { - "version": "2.0.0", + "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, "width": 8.4967, "height": 10.9967, - "unit": "inch", - "language": "en" + "unit": "inch" } ], "documentResults": [ @@ -176,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1269460531" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1858614754" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json index c6a96e124f837..f8516b2e8da18 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "c4e891c8f2955acbdf448da4e7ad8ea2", + "x-ms-client-request-id": "8c734aa7bd7b8ae92c30b0189d2bb263", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,233 +21,233 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "605db335-3258-4760-983f-7b5a662d5a88", + "apim-request-id": "9cec9289-74a6-423a-a03f-ffb6f8cb4144", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:11:52 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af", + "Date": "Wed, 09 Sep 2020 22:16:56 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "4e7ba3d853bda16ae97699a84f4d0070", + "x-ms-client-request-id": "92fa518fd9d79f27f86fb2ec47e71708", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33c5d09a-4e66-4ffc-98f5-024973c0d389", + "apim-request-id": "896bee48-2914-4be1-8736-586f868c7d52", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:52 GMT", + "Date": "Wed, 09 Sep 2020 22:16:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "e9b0e6cc52d48e5ef336aa4bcd000134", + "x-ms-client-request-id": "d671f12963d3c915c428ba058844a244", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "520e9293-f702-4323-87e4-f9e363d4b0f9", + "apim-request-id": "7c1a8f19-0da7-4c2b-901a-7ea5c8365a78", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:53 GMT", + "Date": "Wed, 09 Sep 2020 22:16:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1f6599480f2c75752746db1e59230a92", + "x-ms-client-request-id": "f0ef7492a2bacee622d4930b0bfc4244", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1bc3e5a-a168-4bc5-83ff-a8ad728b2d3a", + "apim-request-id": "a7bbee67-83ed-4107-a795-9bd8e3c56c9f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:54 GMT", + "Date": "Wed, 09 Sep 2020 22:16:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "00d81c43a5fd86ce44ec5b87a81fd4e8", + "x-ms-client-request-id": "abeea818dcb92c8f3b30cdaf1e2116b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a6a319f-994d-4ab1-9799-4210d6324a40", + "apim-request-id": "ddd9e240-c906-47f8-80e8-2d9c0c56bd49", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:55 GMT", + "Date": "Wed, 09 Sep 2020 22:17:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b55f6575e1e7bd44713bc28d763f35cf", + "x-ms-client-request-id": "d35a6dcd26f8874d0aa2b3ffcf09bec7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f064873e-e43f-458a-8d6e-b2a01dfb53f7", + "apim-request-id": "7e9aba59-8c63-4be9-bdbf-9ba290ebaf08", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:56 GMT", + "Date": "Wed, 09 Sep 2020 22:17:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b107182b0028a337cbdeda3fb3eecc07", + "x-ms-client-request-id": "e0ed75e5f656b68ae4c3b489d537af01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b57a190e-6972-41bc-94c3-4f4f0391cd4b", + "apim-request-id": "cef34f11-4730-445d-80c0-5015c53090c4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:57 GMT", + "Date": "Wed, 09 Sep 2020 22:17:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "f3a9f27255c362aad71a8fc2e3410f05", + "x-ms-client-request-id": "9e3ee0be6fa2f14c5a67a11729905d31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02fc0e47-56ba-489f-9cee-935c86c3c372", + "apim-request-id": "02381087-bd88-41ce-acee-44f01e86bd46", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:11:58 GMT", + "Date": "Wed, 09 Sep 2020 22:17:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -255,32 +255,98 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "a9ca05723634d65ce2a4ee3572c4b1d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0f893fe7-707d-4206-9778-3456e20d6146", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ee40b2f220cb762529fc85ef55738c53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ae1be9fc-ad4e-4ed5-8ce6-2eda35d35cf3", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "905b8bb6231774c02ebcea0806050983", + "x-ms-client-request-id": "d0178266066d87cc8468bbfe80167f96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c17c9ad5-37b5-493b-ade2-9d1c9461e03e", + "apim-request-id": "9ffd0615-dcea-46d1-8d71-209af10895a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:00 GMT", + "Date": "Wed, 09 Sep 2020 22:17:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -288,43 +354,208 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "creating", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:11:52Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/fc06f823-7dc4-4b7a-8f92-3053836154af?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "841aba6e4195d60b6da4d90e7174bf89", + "x-ms-client-request-id": "7724cdb66e4f5266e0547f38b06d806f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98ec9e32-0034-4a20-9761-789ffe20cb64", + "apim-request-id": "4ea91daf-c82b-43ae-8803-b1d2d7d363fb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:01 GMT", + "Date": "Wed, 09 Sep 2020 22:17:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "efcf9b17e1aceb65e5b96a636426f512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6bb8db8d-2547-4d28-8acd-d98561fac2e2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "8739ee7c154ef7031cc5ef198794d616", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bc0143aa-2756-4bf1-ad27-2b900b24a655", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "e5e74ce79047d4e9673891960403edba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d1d05b4c-6271-4670-930b-b435f552d005", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "c2bb6d5ef934012097d8d2e7f14c6450", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0c935a53-c975-4226-8f58-99d96e9b0fe6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "status": "creating", + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "187c53e2103eecca04641f15836df219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "13a000f7-81f7-4882-a853-913a5214c1a0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:17:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "fc06f823-7dc4-4b7a-8f92-3053836154af", + "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", "status": "ready", - "createdDateTime": "2020-08-20T18:11:52Z", - "lastUpdatedDateTime": "2020-08-20T18:12:00Z" + "createdDateTime": "2020-09-09T22:16:56Z", + "lastUpdatedDateTime": "2020-09-09T22:17:12Z" }, "keys": { "clusters": { @@ -336,6 +567,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -396,7 +628,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "2013002169" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "1923633631" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json index 740c2152e3874..f04105b7b081a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,10 +9,10 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "5f1d4983da8ba7bc81cdae0e3a009feb", + "x-ms-client-request-id": "a73745548307700faaa6814c5819f70c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -21,299 +21,332 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8aa3382c-009c-4f51-8cfa-c1fade15a9cb", + "apim-request-id": "9ac155b9-5aca-4e06-b239-228c020325d1", "Content-Length": "0", - "Date": "Thu, 20 Aug 2020 18:12:53 GMT", - "Location": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "Date": "Wed, 09 Sep 2020 22:18:26 GMT", + "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "219" }, "ResponseBody": [] }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "b15d029d78032ef889635ddd56ae77f0", + "x-ms-client-request-id": "2d52b896e4e325cd48c9150d8b31df65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2f48351-65f9-447c-b84a-f00af90afdd5", + "apim-request-id": "a0addaec-0d94-47c4-a30e-3c8198642c3a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:53 GMT", + "Date": "Wed, 09 Sep 2020 22:18:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2e2e35b5f71d9fd6623c4d6bd32f1a11", + "x-ms-client-request-id": "42873edac829000e41361ae3e6ee169f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "52decbcf-780f-44ba-8cd8-37e62ddb2503", + "apim-request-id": "ca22788d-935f-4781-8f03-0c3311e7d474", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:54 GMT", + "Date": "Wed, 09 Sep 2020 22:18:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "creating", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "fbbc27d8dde16f6078125e3e6d02e579", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "58ee4741-ba35-473a-a60b-21fa112c2646", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1060ecb5396e0bb650efd6287cdf51d2", + "x-ms-client-request-id": "19711bc6b492cee2aa52ecadcaea3f5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da8bb2ec-994f-433d-846d-4b24cc4c6846", + "apim-request-id": "aaf70ca9-0f3f-4d3b-b304-518fffd68e3f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:55 GMT", + "Date": "Wed, 09 Sep 2020 22:18:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "0458be5570d1a6cd2bbd4ec62a8d5a59", + "x-ms-client-request-id": "643575b2e475fd84de17ca1769cf933f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "491e42ba-80ff-4397-8969-b0b9a5c19e9b", + "apim-request-id": "266fb100-f5a4-4f80-ac35-c4a231adf8a4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:57 GMT", + "Date": "Wed, 09 Sep 2020 22:18:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "69274c49674d7b817f23de2e20ae2383", + "x-ms-client-request-id": "ca1ca050fd7c230d44ee518ef0b2a48d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aa3a29e0-935c-44cc-97b5-477f3ab0ea90", + "apim-request-id": "6a1fc358-e9f6-43e7-a81d-bab29e2ed73e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:58 GMT", + "Date": "Wed, 09 Sep 2020 22:18:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "15167aeb15d7453f1fbae4b0ebefe1c3", + "x-ms-client-request-id": "f78c04d381cce20497733b7ae9ca64da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73422adc-12ab-4558-92d3-38c304b0cec1", + "apim-request-id": "f108f3d4-238f-4806-b350-eba1e24f4859", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:12:59 GMT", + "Date": "Wed, 09 Sep 2020 22:18:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2fde7d94e7b7ee853cdc85ae919e867d", + "x-ms-client-request-id": "295cadbe74cdb4dd68111f8692f50d2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93e89f3c-0996-456b-807b-620121006893", + "apim-request-id": "54301791-8794-4748-b933-eb3b21cf14bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:00 GMT", + "Date": "Wed, 09 Sep 2020 22:18:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "afdaca9a457734820de24a9382d0908f", + "x-ms-client-request-id": "65443c739b42cf729c393309c292397a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc4d04de-d530-45c3-a3d5-a4f6f17e3fb4", + "apim-request-id": "3096e783-7149-4b70-80a4-0e789b0a4f0f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:01 GMT", + "Date": "Wed, 09 Sep 2020 22:18:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "a29a1a42f3d004ccf527d8fa8f91b380", + "x-ms-client-request-id": "43d076897a555ebf26d78ebb617d4fa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afde8b47-b2b9-4947-bb12-61043b143296", + "apim-request-id": "f5facc23-d9dc-4a2a-86f8-891f55248a91", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:02 GMT", + "Date": "Wed, 09 Sep 2020 22:18:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -321,109 +354,175 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "creating", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "ad070f66ff8622973a8d8c9441d4f2d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e254081a-ebef-4ec0-a605-faeb149a729e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "status": "creating", + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + } + } + }, + { + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + ], + "x-ms-client-request-id": "1bfda5d8c925f9d57de53e6b0db76d1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a72ef450-66fe-44d3-969d-7061960b14a7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 09 Sep 2020 22:18:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "2016673431154e4cfba922d59cf26b6c", + "x-ms-client-request-id": "b2a391e98c8b8af3dfad09c8ed2b1c52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "39f41956-3e7f-4f10-9641-a88e2cfc6bfd", + "apim-request-id": "abbda2f7-4207-4709-a2a9-08c0e234cd02", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:03 GMT", + "Date": "Wed, 09 Sep 2020 22:18:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "776bf64ce304a7acfed5ba4f6d87a57c", + "x-ms-client-request-id": "bce2b8e534809c7b390e2fa0c12c1583", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3f57542-5619-4b02-bae7-869b4c9bd665", + "apim-request-id": "c68ecc64-e946-47ab-9c13-7e2561e02e88", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:04 GMT", + "Date": "Wed, 09 Sep 2020 22:18:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "creating", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:12:53Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:26Z" } } }, { - "RequestUri": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/73ef02c9-6b9f-490d-b3d4-ef98de0fa65c?includeKeys=true", + "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200820.1", - "(.NET Core 4.6.27514.02; Microsoft Windows 10.0.17763 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" ], - "x-ms-client-request-id": "1b5eca2e70ba1079ce4ba726d0f76803", + "x-ms-client-request-id": "b0aa6d1f3f304b4bb1723c78c00d0b51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e731337-dd0a-4703-9ca6-c4115e672626", + "apim-request-id": "bd09da2b-34f0-488c-b863-900f740eff0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Aug 2020 18:13:05 GMT", + "Date": "Wed, 09 Sep 2020 22:18:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "73ef02c9-6b9f-490d-b3d4-ef98de0fa65c", + "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", "status": "ready", - "createdDateTime": "2020-08-20T18:12:53Z", - "lastUpdatedDateTime": "2020-08-20T18:13:05Z" + "createdDateTime": "2020-09-09T22:18:26Z", + "lastUpdatedDateTime": "2020-09-09T22:18:40Z" }, "keys": { "clusters": { @@ -435,6 +534,7 @@ "Dated As:", "Details", "Email:", + "Ft Lauderdale, FL Phone:", "Hero Limited", "Name:", "Phone:", @@ -495,7 +595,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://t00b5fddbfc124bd4-formrecognizer.cognitiveservices.azure.com", - "RandomSeed": "1019434173" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "RandomSeed": "596378860" } } \ No newline at end of file